@charset "UTF-8";
/***************************
		CSS TTL - 2020 
***************************/
/*// Book 
$font-size-title-list:28px;	
$font-size-title:30px;
$font-size-author:$body-text-big;
$font-size-synopsis:$body-text-normal;
$font-size-data:$body-text-small;
$font-size-value:$body-text-normal;

*/
/*** Mixins ***/
/*** Varios ***/
/*** Distribution ***/
/*** Block components ***/
/* Tipografía*/
/************************************
	CSS TTL - 2020 -- Layout
*************************************/
/***General
***********************************************/
body, html {
  min-height: 100vh;
}

/*
.main{
	min-height:50vh;
}*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  background: #FFF;
  overflow-x: hidden;
}

#app {
  padding-top: 115px;
}
@media (max-width: 767.98px) {
  #app {
    /*padding-top: 130px;*/
    padding-top: 80px;
  }
}

.home #app {
  padding-top: 47px;
}
@media (max-width: 767.98px) {
  .home #app {
    padding-top: 0;
  }
}

/* Padding lateral en móvil *****
.main{
	@media (max-width: 767.98px) {
		padding-left:15px;
		padding-right: 15px
	}
}
Padding lateral en móvil ******/
/*
body:not(.home) .main {
	padding-top:$space-m;
}*/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*@media (max-width: 767.98px) {
	main .container {
	    padding-right:30px !important;
	    padding-left: 30px !important;
	}
}*/
/*
@media (min-width: 576px) and (max-width: 1200px) {
	main .container {
	    max-width:90%
	}
}*/
/***Head
***********************************************/
.navbar {
  padding: 0.31rem 1rem !important;
}
.navbar img {
  max-width: 70px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .navbar img {
    max-width: 50px;
  }
}
@media (max-width: 767.98px) {
  .navbar img {
    /*max-width:60px;*/
    max-width: 50px;
  }
}
@media (max-width: 360px) {
  .navbar img {
    /*max-width:60px;*/
    max-width: 40px;
  }
}
.navbar.fixed-top {
  z-index: 450;
  z-index: 10002;
}

a.navbar-cart {
  color: #fff !important;
  font-size: 19px;
  margin-right: 15px;
  position: relative;
}
a.navbar-cart .badge {
  position: absolute;
  left: 15px;
  font-size: 65%;
  background: #EE6314;
}
@media (min-width: 768px) {
  a.navbar-cart {
    float: right;
  }
}
@media (max-width: 767.98px) {
  a.navbar-cart {
    position: absolute;
    right: 55px;
    top: 16px;
  }
}
@media (max-width: 455px) {
  a.navbar-cart {
    right: 35px;
  }
}

a.bookseller-icon {
  color: #fff !important;
  font-size: 19px;
  margin-right: 15px;
  margin-left: 5px;
  position: relative;
}
a.bookseller-icon .badge {
  position: absolute;
  left: -15px;
  font-size: 65%;
  background: #EE6314;
}
@media (min-width: 768px) {
  a.bookseller-icon {
    float: right;
  }
}
@media (max-width: 767.98px) {
  a.bookseller-icon {
    position: absolute;
    right: 55px;
    top: 16px;
  }
}
@media (max-width: 455px) {
  a.bookseller-icon {
    right: 35px;
  }
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border: 0;
  padding-right: 0;
}

.search-container .input-group-lg .form-control {
  background: #F1F3F4;
  font-size: 14px;
  color: #333333;
  /*@include form-search;*/
}
.search-container .input-group-lg .form-control:not(textarea), .search-container .input-group-lg .form-control > .custom-select {
  height: calc(1.5em + 1rem + 9px) !important;
}
@media (max-width: 991.98px) {
  .search-container .input-group-lg .form-control:not(textarea), .search-container .input-group-lg .form-control > .custom-select {
    height: calc(1.5em + 1rem + 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .search-container .input-group-lg .form-control {
    font-size: 12px;
  }
}
.search-container .input-group-lg .input-group-text {
  font-family: "Open Sans", sans-serif;
  background: #EE6314;
  border-radius: 0 4px 4px 0;
  border: 0;
  color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
}
.search-container .input-group-lg .input-group-text i {
  display: none;
}
@media (max-width: 991.98px) {
  .search-container .input-group-lg .input-group-text {
    /*width: 80px;
    padding: 11px;*/
    width: 40px;
    padding: 5px;
  }
  .search-container .input-group-lg .input-group-text i {
    display: block;
    margin: 0 auto;
  }
  .search-container .input-group-lg .input-group-text span {
    display: none;
  }
}
@media (min-width: 1320px) {
  .search-container {
    max-width: 640px;
    width: 640px;
    margin-left: 60px;
  }
}
@media (max-width: 767.98px) {
  .search-container {
    /*max-width: 100%; 
    width: 100%;
    margin-left: 0;
    order:4;
    margin: $space-xxs 0*/
    max-width: 100%;
    width: 55%;
    margin-left: 0;
    margin: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 1319.98px) {
  .search-container {
    width: 35%;
  }
}

/* Buscador
**********************************************************/
.ui-menu {
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  list-style-type: none;
  z-index: 999999;
  max-width: 90%;
  width: 640px;
  position: relative;
  left: 7%;
  margin: 0;
  border-radius: 0 0 8px 8px;
  padding: 0;
}
.ui-menu li {
  padding: 0 30px;
  cursor: pointer;
}
.ui-menu li a {
  border-top: 1px solid #D0D6DD;
  display: block;
  padding: 0.5rem 0;
}
.ui-menu li a:hover {
  /*border-bottom: 1px solid $secundary;*/
  background: #F4F4F4;
  padding-left: 15px;
}
.ui-menu li a:focus {
  background: #EE6314;
  color: #fff;
}
.ui-menu li:last-child {
  border-top: 0;
  background: #F1F3F4;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  border: 1px solid #D0D6DD;
  border-radius: 0 0 4px 4px;
}
.ui-menu li:last-child a.ui-menu-item-wrapper:first-child {
  padding: 0;
  border: 0;
  border-top: 0;
}
.ui-menu li .advanced_search.ui-menu-item-wrapper {
  /*background:$bg-input-search;*/
  font-weight: 800;
  display: block;
  /*border-radius: 4px;*/
  padding: 15px 0;
  color: #EE6314;
  text-transform: uppercase;
  padding-left: 50px;
  background: url(/images/arrow-right.svg?6ded5bf6aa0df2a27b4628a43f636712) no-repeat 25px center;
}
@media (max-width: 768px) {
  .ui-menu {
    max-width: 100%;
    width: 98% !important;
    left: 1% !important;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.8);
  }
}

/* Contents
**********************************************************/
.content-block {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  /*&.card-block-order{
  	padding: $space-xs $space-m $space-m;
  	margin-top:0;
  	margin-bottom:$space-m;
  }*/
}
@media (max-width: 767.98px) {
  .content-block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-block.fluid {
  background: #F4F4F4;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .content-block.fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.card-block {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D3DCE6;
  background: #fff;
  padding: 30px 30px;
}

.card-block-order {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D0D6DD;
  background: #fff;
  padding: 15px 30px 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .card-block-order {
    padding: 15px 30px;
    margin-bottom: 15px;
  }
}
.card-block-order .card-block-order-title {
  border-bottom: 1px solid #D0D6DD;
  margin-bottom: 30px;
  padding-bottom: 7.5px;
}
@media (max-width: 767.98px) {
  .card-block-order .card-block-order-title {
    margin-bottom: 7.5px;
  }
}

.card-bg {
  background: #F4F4F4;
}

.cart-summary {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D0D6DD;
  background: #fff;
  padding: 15px 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cart-summary {
    padding: 15px 30px;
    margin-bottom: 15px;
  }
}
.cart-summary .table td {
  padding: 0.5rem 0;
}

.card {
  border: 1px solid #D0D6DD;
}
.card .card-title {
  margin-bottom: 0;
}
.card dl .date {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .card dl .date {
    font-size: 10px;
    font-weight: 600;
  }
}
.card dl .state {
  font-size: 12px;
  color: #333333;
}
@media only screen and (max-width: 767.98px) {
  .card dl .state {
    font-size: 10px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767.98px) {
  .card dl .date, .card dl .state {
    font-size: 12px;
    font-weight: 600;
  }
}

/* Pagination
**********************************************************/
.pagination {
  text-align: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Title Block
*********************************************************
.title-block{
	display: block;
	clear: both;
	overflow: hidden;
	@media (min-width: 768px) and (max-width: 991.98px) {
		margin-bottom: $space-l;
	}
}
*/
/***Footer
***********************************************/
.footer {
  color: #D0D6DD;
  padding: 30px 0;
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .footer {
    margin-top: 30px;
  }
}
.footer h4 strong {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 10px;
  font-weigth: 200;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 200%;
}
@media (max-width: 767.98px) {
  .footer ul {
    line-height: 300%;
  }
}
.footer a {
  color: #D0D6DD;
}
.footer .footer-logo img {
  margin-bottom: 15px;
  max-width: 25%;
  width: 70px;
}
.footer .footer-logo p {
  font-size: 12px;
}
.footer .footer-logo .btn-group a.btn {
  font-size: 20px;
  background: transparent;
  border: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-logo {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .footer .footer-logo .btn-group {
    display: block;
    border-top: 1px solid #3C4858;
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer .footer-logo img, .footer .footer-logo p {
    display: none;
  }
}
.footer .col-md-3 {
  margin-bottom: 30px;
}

.footer-copyright {
  max-width: 100%;
  border-top: 1px solid #3C4858;
  color: #FFFFFF;
  padding: 15px 0;
  font-size: 10px;
}

/*** BTN up scroll 
*****************************************/
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #EE6314;
  color: white;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 4px;
  display: none !important;
}
#myBtn:hover {
  background-color: #9E3D06;
}
@media (max-width: 767.98px) {
  #myBtn {
    display: none;
    padding: 7.5px 15px;
  }
}

body.book-detail #myBtn {
  display: none !important;
}

/** Cookies
*********************************************************/
.js-cookie-consent.cookie-consent {
  right: 0;
  left: 0;
  z-index: 1030;
  display: block;
  background: #FFF;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative !important;
  position: fixed !important;
  /*left: 50%;
   	transform: translateX(-50%);*/
  padding: 30px;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.js-cookie-consent.cookie-consent a {
  color: #EE6314;
  font-weight: 800;
}
@media (min-width: 768px) {
  .js-cookie-consent.cookie-consent {
    bottom: 40px;
  }
}

#export-btn {
  margin-bottom: 15px;
}

/************************************
	CSS TTL - 2020 -- Navigation
*************************************/
/*** Main Menu Nav
***********************************************/
.navbar {
  padding: 0.81rem 1rem;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}
.navbar.fixed-top {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*@media (max-width: 767.98px) {
  	position: absolute;
  	overflow: auto;
  }*/
}
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  .navbar.fixed-top {
    position: absolute;
    overflow: auto;
  }
}
.navbar.bg-dark {
  background: #333333 !important;
}
.navbar .navbar-brand {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
.navbar .nav-item.dropdown .dropdown-menu {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  /*display:block;*/
}
.navbar .nav-item.dropdown.show .dropdown-menu {
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-animation: slide-down-desktop 0.5s ease;
          animation: slide-down-desktop 0.5s ease;
}
.navbar .nav-item.dropdown a.dropdown-item {
  margin: 15px 0;
  font-size: 12px;
  text-transform: none;
  /*&:hover{
  	font-weight:800;
  }*/
}
.navbar .nav-item.dropdown a.dropdown-item i {
  color: #EE6314;
}
.navbar .nav-item.dropdown a.dropdown-item i.fa-sort-down {
  color: #9199A4;
}
.navbar .nav-item.dropdown a.dropdown-item.subddwn {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .navbar .nav-item.dropdown a.dropdown-item {
    font-size: 12px;
  }
  .navbar .nav-item.dropdown a.dropdown-item i {
    font-size: 10px;
    color: #EE6314;
  }
}

@media (min-width: 768px) {
  .navbar .nav-item.dropdown.show .dropdown-menu.nav-dropdown-submenu {
    background: #f8f9fa;
    border-radius: 0 !important;
  }
  .navbar .nav-item.dropdown.show .dropdown-menu.nav-dropdown-submenu a.dropdown-item {
    margin: 0 0 15px;
  }
  .navbar .nav-item.dropdown.show .dropdown-menu.nav-dropdown-submenu li:first-child {
    padding-top: 20px;
  }
}
.navbar-expand-md .navbar-nav {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    font-size: 12px;
    font-weight: 600;
  }
}
.navbar-expand-md .navbar-nav li {
  margin: 0 10px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .navbar-expand-md .navbar-nav li {
    margin: 0 5px;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav li {
    margin: 0;
  }
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 950px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
    font-size: 10px;
  }
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #EE6314;
}
.navbar-expand-md .navbar-nav .user-login i, .navbar-expand-md .navbar-nav .user-register i {
  display: none;
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    display: block;
    overflow-y: auto;
    text-align: center;
    -webkit-box-align: start;
            align-items: flex-start;
    height: calc(100vh - 60px);
    width: 100wh;
    padding-top: 30px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    background: transparent;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu li {
    margin-left: 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu li a {
    color: #FFF;
    text-align: center;
    /*border-bottom: 1px solid $gray4;*/
    position: relative;
    margin: 15px 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu li a:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background: #9199A4;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -5px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu li a:hover {
    background: transparent;
    color: #FFF;
  }
  .navbar-expand-md .navbar-nav .user-login, .navbar-expand-md .navbar-nav .user-register {
    display: block;
  }
  .navbar-expand-md .navbar-nav .user-login a, .navbar-expand-md .navbar-nav .user-register a {
    width: 75%;
    margin: 0 auto;
  }
  .navbar-expand-md .navbar-nav .user-login i, .navbar-expand-md .navbar-nav .user-register i {
    display: inline-block;
    font-size: 9px;
    margin-right: 5px;
  }
  .navbar-expand-md .navbar-nav .user-login a.nav-link, .navbar-expand-md .navbar-nav .user-register a.nav-link {
    text-align: center;
  }
  .navbar-expand-md .navbar-nav .user-login {
    border-top: 1px solid #3C4858;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .navbar-expand-md .navbar-nav .user-login a {
    border: 1px solid #9199A4;
    border-radius: 4px;
  }
  .navbar-expand-md .navbar-nav .user-register {
    border-bottom: 1px solid #3C4858;
    padding-bottom: 30px;
  }
}

.navbar-toggler {
  /*@media (max-width: 767.98px){
  	order:4
  }*/
}
.navbar-toggler[aria-expanded=true] i.fa-bars {
  display: none;
}
.navbar-toggler[aria-expanded=true] i.fa-times {
  display: block;
}
.navbar-toggler[aria-expanded=false] i.fa-bars {
  display: block;
}
.navbar-toggler[aria-expanded=false] i.fa-times {
  display: none;
}

.navbar-expand-md .navbar-nav .nav-link.btn.btn-lg {
  font-size: 12px;
}

/*
.navbar .nav-item.dropdown.show .dropdown-menu{
	border:1px solid black !important;
	display:block !important;
}*/
/***  Book detail: menu hidden
**********************************************************/
body.book-detail .navbar {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
}
body.book-detail .navbar.nav-hidden {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
}
body.book-detail .nav-submenu {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
}
body.book-detail .nav-submenu.fixed-top {
  position: fixed;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  overflow-x: auto;
  z-index: 450;
  /*a{
  	border: 1px solid $primary;
  	@include border-radius;
  	padding: 1px 4px;
  	background: $gray6;
  	display: inline-block;
  }*/
}
body.book-detail .nav-submenu.fixed-top li {
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  body.book-detail .nav-submenu.fixed-top {
    font-size: 10px;
    justify-content: space-around;
  }
  body.book-detail .nav-submenu.fixed-top ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.book-detail .nav-submenu.fixed-top li {
    padding: 0 2px;
  }
}

/*** Pagination
**********************************************************/
ul.breadcrumb {
  font-size: 12px;
  background: transparent;
  padding: 0;
  color: #333333;
}
@media (min-width: 768px) {
  ul.breadcrumb {
    margin: -30px 0 30px;
  }
}
ul.breadcrumb li {
  padding: 0 5px;
}
ul.breadcrumb a {
  color: #9199A4;
}
ul.breadcrumb i {
  padding-left: 5px;
}

/*** Pagination
**********************************************************/
@media (min-width: 768px) {
  main nav {
    margin: 60px auto;
  }
}
main nav .page-item .page-link {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
main nav .page-item .page-link:hover {
  background: #333333;
  color: #fff;
}
@media (max-width: 767.98px) {
  main nav .page-item .page-link {
    margin: 7.5px;
  }
}

/*** Nav-pills Bookshoplist
**********************************************************/
.bookshoplist .nav-pills {
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.bookshoplist .nav-pills .nav-item {
  padding: 0 5px;
}
.bookshoplist .nav-pills .nav-item .nav-link {
  border: 1px solid #333333;
}
.bookshoplist .nav-pills .nav-item .nav-link.active {
  background: #333333;
}
.bookshoplist .nav-pills .nav-item .nav-link:hover {
  background: #333333;
  color: #fff;
}
@media (max-width: 576px) {
  .bookshoplist .nav-pills .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

/************************************
	CSS TTL - 2020 -- Tipography
*************************************/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, .h1, .h2 {
  font-family: "Lora", serif;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  h1, h2, .h1, .h2 {
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
  }
}

h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h2, .h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
h2.title, .h2.title {
  font-size: 24px;
  font-weight: 300;
}

h3, .h3 {
  font-size: 1.1rem;
}

h4, .h4 {
  font-size: 0.9rem;
}

h5, .h5 {
  font-size: 0.8em;
  text-transform: uppercase;
}

h1.page-title, h2.page-title, h2.modal-title {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  /*font-style: italic;*/
  /*@media (min-width: 768px) and (max-width: 1200) {
  	margin-bottom: $space-l;
  }*/
}
@media (max-width: 767.98px) {
  h1.page-title, h2.page-title, h2.modal-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.page-title {
  text-align: center;
  word-break: break-word;
}
.page-title.left {
  text-align: left;
}

h1.page-title:after, h2.page-title:after, h2.modal-title:after, .page-title.left:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
@media only screen and (max-width: 767.98px) {
  h1.page-title:after, h2.page-title:after, h2.modal-title:after, .page-title.left:after {
    bottom: -15px;
    /*width: 100%;
    left:0;
    transform: translateX(0);*/
  }
}

.before-title {
  color: #3C4858;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title.left:after {
  left: 33px;
}

.page-title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .page-title br {
    display: none;
  }
}
.page-title i {
  font-size: 20px;
  color: #EE6314;
}

.title-block-separator {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #D0D6DD;
}

.recomendados .before-title, .recomendados .page-title, .featured-book .before-title, .featured-book .page-title, .featured-books .before-title, .featured-books .page-title {
  text-align: left;
}
.recomendados .before-title:after, .recomendados .page-title:after, .featured-book .before-title:after, .featured-book .page-title:after, .featured-books .before-title:after, .featured-books .page-title:after {
  left: 33px;
  /*@media only screen and (max-width: 767.98px) {
  	left:0;
  }*/
}

.footer h4 {
  font-weigth: 800 !important;
}

/* Title h1 & p
***************************************************/
.title-block-text {
  text-align: center;
}
.title-block-text h1.page-title {
  margin-bottom: 30px;
}
.title-block-text p {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* Text column
***************************************************/
@media (min-width: 768px) {
  .text-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .text-column p {
    margin-bottom: 0.7rem;
  }
}
/************************************
	CSS TTL - 2020 -- Buttons
*************************************/
/*** Buttons
***********************************************/
.btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03rem;
  /*&.btn-outline-primary{
  	background: #fff;
  	&:hover{
  		color: $primary
  	}
  }*/
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 14px;
  }
}
.btn:focus, .btn.focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-primary {
  /*text-transform: uppercase;*/
  background: #333333;
  border: 1px solid #333333;
  color: #FFF;
}
.btn.btn-primary.btn-where {
  background: #EE6314;
  border: 1px solid #EE6314;
}
.btn.btn-primary.btn-where:hover {
  background: #9E3D06;
  border-color: #9E3D06;
}
.btn.btn-primary:hover {
  background: #000000;
}
.btn.btn-text {
  background: transparent;
  font-size: 12px;
  color: #EE6314;
  padding: 0;
  /*text-decoration:underline;*/
}
@media (max-width: 767.98px) {
  .btn.btn-text {
    font-size: 12px;
  }
}
.btn.btn-text:hover {
  text-decoration: none;
}
.btn.btn-add-to-cart {
  /*text-transform: uppercase;*/
  background: #EE6314;
  color: #FFF;
  padding: 10px;
  /*i{
  	display: none;
  }
  &:hover{
  	i{
  		display: inline-block;
  	}
  }*/
}
.btn.btn-add-to-cart:hover {
  background: #9E3D06;
}
.btn.btn-add-to-cart-secundary {
  background: #FFFFFF;
  border: 1px solid #9E3D06;
  color: #EE6314;
  padding: 10px;
  /*i{
  	display: none;
  }
  &:hover{
  	i{
  		display: inline-block;
  	}
  }*/
}
.btn.btn-add-to-cart-secundary:hover {
  background: #9E3D06;
  color: #FFFFFF;
}
.btn.btn-negative, .btn.bootbox-cancel {
  background: #FFFFFF;
  color: #333333 !important;
}
.btn.btn-negative:hover, .btn.bootbox-cancel:hover {
  text-decoration: underline;
  /*font-size:$body-text-small;*/
}
.btn.bootbox-cancel {
  border: 0;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 0.5rem 1rem;
}
.btn.btn-sm {
  font-size: 12px;
}
.btn.btn-facebook {
  background-color: #3b5998;
  border: #3b5998;
}
.btn.btn-facebook:hover {
  background-color: #2c4477;
}
.btn.btn-google {
  background-color: #dd4b39;
  border: #dd4b39;
}
.btn.btn-google:hover {
  background-color: #a31e0d;
}
.btn.btn-disabled {
  background: #F1F1F1;
  color: #D0D6DD;
}

.navbar-expand-md .navbar-nav .nav-link.btn-lg {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-geolocation {
  /*border: 1px solid $gray5;
  background: $gray8;*/
  color: #333333;
  border-radius: 0;
  text-align: left;
  font-weight: 400;
  color: #EE6314;
  font-size: 12px;
  border-bottom: 1px solid #D3DCE6;
  padding: 15px;
}

p a {
  color: #EE6314;
}

body.home .nav-bar .nav-link.btn.btn-lg {
  font-size: 12px;
}

/* Buttons bottom 
************************************************/
/************************************
	CSS TTL - 2020 -- Books
*************************************/
/*************************
	Books List
	Featured books

***********************/
/*** Books List
***********************************************/
.books {
  background: transparent;
  /*padding: 0;*/
  border: 0;
  padding-bottom: 15px;
  list-style-type: none;
}

ul.books {
  padding-left: 0;
}

.books .book {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D6DD;
}
@media (max-width: 767.98px) {
  .books .book {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    padding: 15px 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .books .book:hover, .books .book:focus, .books .book:focus:hover {
    box-shadow: none;
  }
}

.books .book h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .books .book h2 {
    font-size: 16px;
    font-weight: 600;
  }
}
.books .book h2 a {
  color: #EE6314;
}
@media (max-width: 767.98px) {
  .books .book h2 {
    margin-bottom: 0;
  }
}
.books .book h3.subtitle {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 120%;
}
@media only screen and (max-width: 767.98px) {
  .books .book h3.subtitle {
    font-size: 15px;
    font-weight: 300;
  }
}
.books .book h3.subtitle a {
  color: #EE6314;
}
@media (max-width: 767.98px) {
  .books .book h3.subtitle {
    margin-top: 7.5px;
  }
}
.books .book .author {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .books .book .author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.books .book .author a {
  color: #333333;
}
.books .book p.synopsis {
  font-size: 14px;
  line-height: 24px;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .books .book p.synopsis {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767.98px) {
  .books .book p.synopsis {
    margin-bottom: 0.3rem;
    padding: 0;
  }
}
.books .book .book-image {
  width: 15%;
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 15px;
  background: #FFF;
  position: relative;
}
@media (max-width: 767.98px) {
  .books .book .book-image {
    width: auto;
    padding: 0;
  }
}
.books .book .book-image a {
  text-align: center;
}
.books .book .book-image img {
  width: 100%;
  height: auto;
  text-align: center;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}
.books .book .book-details {
  width: 85% !important;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .books .book .book-details {
    width: 75% !important;
  }
}
.books .book .data {
  font-size: 12px;
  color: #333333;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .books .book .data {
    font-size: 10px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .books .book .data {
    display: none;
  }
}

.book-action .card-block {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #D0D6DD;
  /*@media (max-width: 767.98px){	
  	font-size: $body-text-small;
  	border:0;
  	padding: 0;
  	flex-direction:row;
  	justify-content:space-around;
  	align-items:flex-start;
  	text-align: center;
  	margin-top:0;
  	text-align: left;
  	display: block;
  }*/
  /*@media (max-width: 767.98px){
  	width: 82%;
  	padding: 10px;
  	@include shadow;
  	@include border-radius;
  	border: 0;
  	flex-direction:row;
  	justify-content:space-around;
  	align-items:flex-start;
  	text-align: center;
  	margin-top: $space-xs;
  	float: right; 
  	font-size: $body-text-normal;
  	text-align: left;
  	display: block;
  	border: 1px solid red
  }*/
}
.book-action .book-price {
  color: #3C4858;
}
.book-action .book-price strong {
  display: block;
  font-size: 18px;
  color: #333333;
}
.book-action .book-location {
  margin-top: 7.5px;
}
.book-action .book-location i {
  color: #EE6314;
}
.book-action p {
  margin-top: 7.5px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .book-action p {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .books .book .book-action {
    display: none;
  }
}
.bestsellers .book-image span {
  position: absolute;
  top: -15px;
  left: -7px;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #EE6314;
  border: 2px solid #FFF;
  color: #FFF;
  font-family: "Lora", serif;
  font-size: 16px;
  @inlude shadow;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
}
@media (max-width: 767.98px) {
  .bestsellers .book-image span {
    top: -27px;
    left: -43px;
  }
}

/*
.bestsellers .book-image:after{
	position: absolute;
	top:-15px;
	left:-15px;
	content: "";
	width: 35px;
	height: 35px;
	background-color: $secundary;
	border:2px solid #FFF;
	color:#FFF;
	font-family:$font-family-serif;
	font-size:$body-text-medium;
	@inlude shadow;
	border-radius:50%;
	text-align:center;
	padding-top:2px;
	@media (max-width: 767.98px){
		top: -27px;
		left: -43px;
	}
}

.bestsellers .books .book{
	&:nth-child(1n) .book-image:after{
		content: "1";
	}
	&:nth-child(2n) .book-image:after{
		content: "2";
	}
	&:nth-child(3n) .book-image:after{
		content: "3";
	}
	&:nth-child(4n) .book-image:after{
		content: "4";
	}
	&:nth-child(5n) .book-image:after{
		content: "5";
	}
	&:nth-child(6n) .book-image:after{
		content: "6";
	}
	&:nth-child(7n) .book-image:after{
		content: "7";
	}
	&:nth-child(8n) .book-image:after{
		content: "8";
	}
	&:nth-child(9n) .book-image:after{
		content: "9";
	}
	&:nth-child(10n) .book-image:after{
		content: "10";
	}
}*/
/*** Featured Books (Best sellers home)
***********************************************/
.books.featured-books .book {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  border-bottom: 0;
}
.books.featured-books .book .book-image {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  height: 240px;
  max-height: 240px;
  min-height: 240px;
  padding: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .books.featured-books .book .book-image {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }
}
.books.featured-books .book .book-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
}
.books.featured-books .book .book-image:hover img {
  box-shadow: none;
}
.books.featured-books .book h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 767.98px) {
  .books.featured-books .book h2 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .books.featured-books .book h2 {
    font-size: 14px;
  }
}
.books.featured-books .book h2 a {
  color: #EE6314;
}
@media (min-width: 768px) {
  .books.featured-books .book h2 {
    margin-bottom: 7.5px;
  }
}
.books.featured-books .book .author {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 767.98px) {
  .books.featured-books .book .author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.books.featured-books .book .author a {
  color: #333333;
}
@media (max-width: 767.98px) {
  .books.featured-books .book .data {
    display: block;
  }
}
.books.featured-books .book.book-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .books.featured-books .book.book-inline {
    padding-bottom: 15px;
  }
}
.books.featured-books .book.book-inline .book-image {
  height: auto;
  min-height: auto;
  max-height: auto;
  padding-right: 0;
  margin-bottom: 0;
}
.books.featured-books .book.book-inline .book-image img {
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
  min-height: auto;
}
.books.featured-books .book.book-inline .book-image:after {
  display: none;
}
.books.featured-books .book.book-inline h2 a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.books.featured-books .book.book-inline .rating .btn {
  padding: 0;
}
.books.featured-books .book.book-inline .rating .btn i {
  font-size: 8px;
}
.books.featured-books .book.book-inline .author, .books.featured-books .book.book-inline .data {
  /*text-transform:uppercase;*/
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 600;
}
.books.featured-books .book.book-inline .author a, .books.featured-books .book.book-inline .data a {
  color: #333333;
}

.featured-books .book-image:after {
  position: absolute;
  top: auto;
  left: 1px;
  bottom: -8px;
  display: none;
}

@media (max-width: 768px) {
  .books.featured-books .book {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-bottom: 15px;
  }
  .books.featured-books .book .book-image {
    padding: 0;
    margin-bottom: 0;
    display: block;
    -webkit-box-align: start;
            align-items: flex-start;
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .books.featured-books .book .book-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .books.featured-books .book .book-image:hover img {
    box-shadow: none;
  }

  .featured-books.bestsellers .book-col:nth-child(5n), .featured-books.bestsellers .book-col:nth-child(6n) {
    display: none;
  }
}
/*
@media (min-width:768px) and (max-width:1200px){
	.books.featured-books{
		.book{
			.book-image{
					height: 150px;
					max-height: 150px;
					min-height: 150px;
			}
		}
	}
}*/
/*** Featured book home - only 1
***********************************************/
.featured-book {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.featured-book .book-image {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured-book .book-image .btn {
  margin-top: 15px;
}
.featured-book .book-image img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .featured-book .book-image {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding-top: 60px;
  }
  .featured-book .book-image.bg-light {
    background: transparent !important;
  }
}
.featured-book .book-details {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .featured-book .book-details {
    padding: 60px 7.5px 30px;
  }
}
.featured-book h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .featured-book h2 {
    font-size: 20px;
  }
}
.featured-book .author {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 767.98px) {
  .featured-book .author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.featured-book .rating .btn {
  text-align: left;
  padding: 0;
}
.featured-book .synopsis {
  font-size: 16px;
}
.featured-book .synopsis span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .featured-book .synopsis {
    margin-top: 15px !important;
    font-size: 14px;
  }
}
.featured-book .synopsis, .featured-book .book-price {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .featured-book .synopsis, .featured-book .book-price {
    margin-top: 7.5px;
  }
}
.featured-book .book-price {
  margin-bottom: 15px;
}
.featured-book .book-price strong {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .featured-book .book-price strong {
    font-size: 16px;
    font-weight: 800;
    margin-top: 7.5px;
  }
}
.featured-book .book-price-alternative {
  font-size: 16px;
  font-weight: 600;
  color: #9199A4;
}
@media (max-width: 767.98px) {
  .featured-book .book-price-alternative {
    font-size: 12px;
    font-weight: 600;
    color: #9199A4;
  }
}

/************************************
	CSS TTL - 2020 -- Book detail
*************************************/
/*************************
	Books Detail
***********************/
/*** Book detail
***********************************************/
.book-detail .book-image {
  background: transparent;
  text-align: center;
  padding-right: 0;
}
.book-detail .book-image img {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  height: auto;
}
@media (max-width: 767.98px) {
  .book-detail .book-image {
    padding: 0;
  }
}
.book-detail .btn-group {
  max-width: 90%;
  margin: 15px auto;
}
.book-detail h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .book-detail h1 {
    font-size: 20px;
    font-weight: 700;
  }
}
.book-detail h2.author {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  font-weight: 800;
}
@media only screen and (max-width: 767.98px) {
  .book-detail h2.author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.book-detail h2.author a {
  color: #333333;
}
.book-detail h2.author.subtitle {
  font-size: 16px;
  font-weight: 400;
}
.book-detail .rating {
  margin-bottom: 15px;
}
.book-detail .rating .btn {
  padding: 0;
}
.book-detail .synopsis {
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .book-detail .synopsis {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 768px) {
  .book-detail .synopsis {
    border-bottom: 0;
  }
}
.book-detail .synopsis.border-bottom {
  border-bottom: 1px solid #D0D6DD;
}
.book-detail .synopsis p {
  margin-bottom: 0;
}
.book-detail .synopsis .btn {
  margin: 0;
}
.book-detail .synopsis .btn[aria-expanded=false] span.false {
  display: none;
}
.book-detail .synopsis .btn[aria-expanded=false] span.true {
  display: inline-block;
}
.book-detail .synopsis .btn[aria-expanded=true] span.false {
  display: inline-block;
}
.book-detail .synopsis .btn[aria-expanded=true] span.true {
  display: none;
}
.book-detail .synopsis img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .book-detail .book-top-center dl {
    margin: 0;
  }
}
.book-detail .book-top-center dt {
  font-size: 12px;
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  word-wrap: break-word;
  padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .book-detail .book-top-center dt {
    font-size: 10px;
    font-weight: 600;
  }
}
@media (min-width: 960px) {
  .book-detail .book-top-center dt {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .book-detail .book-top-center dt {
    padding-left: 0 !important;
    font-size: 11px;
    font-weight: 800;
  }
}
.book-detail .book-top-center dd {
  padding-left: 7.5px;
  margin-bottom: 0;
  font-size: 12px;
}
@media only screen and (max-width: 767.98px) {
  .book-detail .book-top-center dd {
    font-size: 12px;
  }
}
.book-detail .book-top-center dd a {
  text-decoration: underline;
}
.book-detail .book-top-center dd a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .book-detail .book-top-center dd {
    padding-left: 0 !important;
  }
}
.book-detail .book-top-center dl.materias dt {
  max-width: 21%;
}
@media (max-width: 767.98px) {
  .book-detail .book-top-center dl.materias dt {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .book-detail .book-top-center dl.materias {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .book-detail .card-custom {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    padding: 15px 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .book-detail .card-custom:hover, .book-detail .card-custom:focus, .book-detail .card-custom:focus:hover {
    box-shadow: none;
  }
  .book-detail .card-custom:hover, .book-detail .card-custom:focus, .book-detail .card-custom:focus:hover {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  }
  .book-detail .book-top-center {
    border-right: 0;
  }
  .book-detail .book-top-center dt, .book-detail .book-top-center dd {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .book-detail .book-top-center {
    border-right: 1px solid #D0D6DD;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .book-detail .book-top-center {
    /*dl{
    	display: block;

    }
    dt , dd{
    	display: block;
    }*/
  }
}

.book-top-right {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .book-top-right {
    display: block;
  }
}
.book-top-right .card-block {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 85px 15px;
  /* FIXED BOTTOM 
  @media (max-width: 767.98px){
  	position: fixed;
  	bottom:0;
  	left: 0;
  	z-index:10000;
  	width: 100%;	
  	@include card-mobile;
  	border-radius: 8px;
  	flex-direction:row;
  	justify-content:space-between;
  	align-items:center;
  	margin:0;
  	text-align: left;
  	padding:10px 20px;
  	 &:hover,&:focus,&:focus:hover{
  	      @include shadow;
  	   }
  	form#addToCart{
  		order:3;
  		width: 50%;
  		display: block;
  		.btn-lg{
  			font-size: 12px;
  		}
  	}
  }*/
}
@media (min-width: 768px) {
  .book-top-right .card-block {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-top-right .card-block {
    padding: 85px 0;
  }
}
.book-top-right .card-block form {
  display: block;
  width: 100%;
}
.book-top-right .card-block .btn.btn-add-to-cart.reservar {
  min-width: 100%;
}
.book-top-right .card-block .btn.btn-add-to-cart.reservar span {
  display: block;
}
.book-top-right .card-block .book-price {
  margin-bottom: 15px;
}
.book-top-right .card-block .book-price strong {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .book-top-right .card-block .book-price {
    margin-bottom: 0;
  }
  .book-top-right .card-block .book-price strong {
    font-size: 16px;
    font-weight: 800;
    text-align: left;
  }
}
.book-top-right .card-block .book-price-alternative {
  font-size: 16px;
  font-weight: 600;
  color: #9199A4;
}
@media (max-width: 767.98px) {
  .book-top-right .card-block .book-price-alternative {
    font-size: 10px;
    font-weight: 600;
    color: #9199A4;
  }
}
.book-top-right .card-block form span {
  color: #9199A4;
  text-align: center;
  margin: 0;
  /*	margin: 0 auto;*/
  display: block;
}
.book-top-right .list-group {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .book-top-right .list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 0;
  }
}
.book-top-right .list-group-item {
  padding: 0.25rem 0.25rem;
  border-bottom: 1px solid #D0D6DD;
  /*	span, strong{
  		display: block;
  		clear: both;
  		overflow: hidden;
  	}*/
}
@media (max-width: 767.98px) {
  .book-top-right .list-group-item {
    display: inline-block;
    border-bottom: 0;
  }
}
.book-top-right .list-group-item:last-child {
  border-bottom: 0;
}
.book-top-right .list-group-item.bookstores {
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.5;
  /*text-transform: uppercase;*/
  font-weight: 600;
  line-height: 120%;
}
.book-top-right .list-group-item.bookstores a.bookstores-link {
  font-size: 12px;
}
.book-top-right .list-group-item.bookstores a.bookstores-link i {
  margin-right: 5px;
  color: #EE6314;
}
@media (max-width: 767.98px) {
  .book-top-right .list-group-item.bookstores a.bookstores-link {
    border-right: 1px solid #D0D6DD;
  }
  .book-top-right .list-group-item.bookstores a.bookstores-link span {
    display: none;
  }
  .book-top-right .list-group-item.bookstores a.bookstores-link i {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .book-top-right .list-group-item.bookstores a.bookstores-link {
    padding: 0.15rem;
  }
  .book-top-right .list-group-item.bookstores a.bookstores-link i {
    font-size: 14px;
  }
}
.book-top-right .list-group-item.bookshelves i {
  color: #EE6314;
}
.book-top-right .list-group-item.bookshelves .btn.bookshelves-link, .book-top-right .list-group-item.bookshelves .btn.btn-link {
  font-size: 12px;
  text-align: left;
  padding: 0;
}
@media (max-width: 767.98px) {
  .book-top-right .list-group-item.bookshelves .btn.bookshelves-link span, .book-top-right .list-group-item.bookshelves .btn.btn-link span {
    display: none;
  }
  .book-top-right .list-group-item.bookshelves .btn.bookshelves-link i, .book-top-right .list-group-item.bookshelves .btn.btn-link i {
    font-size: 20px;
    padding: 6px 7px;
  }
}
@media (max-width: 575.98px) {
  .book-top-right .list-group-item.bookshelves .btn.bookshelves-link, .book-top-right .list-group-item.bookshelves .btn.btn-link {
    padding: 0.15rem;
  }
  .book-top-right .list-group-item.bookshelves .btn.bookshelves-link i, .book-top-right .list-group-item.bookshelves .btn.btn-link i {
    font-size: 14px;
    padding: 0;
  }
}

/* PRICE & RESERVATION MOBILE */
@media (max-width: 767.98px) {
  .book-top-right .card-block {
    width: 100%;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    padding: 15px 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
    text-align: left;
    padding: 20px;
  }
  .book-top-right .card-block:hover, .book-top-right .card-block:focus, .book-top-right .card-block:focus:hover {
    box-shadow: none;
  }
  .book-top-right .card-block .book-price {
    padding-bottom: 10px;
  }
  .book-top-right .card-block .book-price strong {
    font-size: 25px;
    font-weight: 800;
    text-align: left;
    display: inline-block;
  }
  .book-top-right .card-block .book-price-alternative {
    display: inline-block;
    margin-left: 10px;
  }
  .book-top-right .card-block .list-group {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 0;
  }
  .book-top-right .card-block .list-group .list-group-item.bookstores a.bookstores-link {
    border-right: 0;
  }
  .book-top-right .card-block .list-group .list-group-item a span, .book-top-right .card-block .list-group .btn.bookshelves-link span {
    display: inline-block;
    border-right: 0;
  }
}
#bookshops.content-block {
  margin-top: 40px;
  padding-top: 40px;
  word-break: break-all;
}
@media (max-width: 767.98px) {
  #bookshops.content-block {
    padding: 15px;
  }
}
#bookshops.content-block a {
  word-break: break-all;
}

.card-block-bookshops {
  border-radius: 4px;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 961.98px) {
  .card-block-bookshops {
    padding: 15px;
    margin: 15px;
  }
}
.card-block-bookshops .form-control {
  /*margin-bottom: $space-xs;*/
  /*box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.1);*/
  background: #FCFCFC url(/images/search-primary.svg?7b3b18c521a9440527acd0c84ecaedf2) no-repeat 15px center;
  padding-left: 40px;
  /*@include shadow;*/
}
.card-block-bookshops .form-control:focus {
  box-shadow: none;
  background: #FCFCFC url(/images/search-inactive.svg?49d95d822c350a7b13405f6bbc712b0d) no-repeat 15px center;
}
.card-block-bookshops .bookshops-list {
  padding: 30px 30px;
}
@media (max-width: 767.98px) {
  .card-block-bookshops .bookshops-list {
    padding: 30px 40px 10px;
    /*order:2;*/
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .card-block-bookshops .bookshops-list #scroll {
    height: 290px !important;
  }
}
.card-block-bookshops .bookshops-list h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7.5px;
}
@media (max-width: 767.98px) {
  .card-block-bookshops .bookshops-list h3 {
    font-size: 12px;
  }
}
.card-block-bookshops .bookshops-list ul {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}
.card-block-bookshops .bookshops-list ul li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #D0D6DD;
}
@media (max-width: 767.98px) {
  .card-block-bookshops .bookshops-list ul li {
    margin-bottom: 7.5px;
    padding: 0 0 7.5px 7.5px;
  }
}
.card-block-bookshops .bookshops-list ul li.selected a.reserve {
  background: #fff url(/images/ico-check-orange.svg?8851b638e0df7f24f255a40af5071fe2) no-repeat 5px center;
  color: #fff;
  border: 0;
  background-size: 20px;
  padding-left: 30px;
}
.card-block-bookshops .bookshops-list ul li.selected a.reserve:before {
  content: "seleccionada";
  color: #EE6314;
}
.card-block-bookshops .bookshops-list ul a {
  font-size: 12px;
  background: url(/images/arrow_orange.png?15e32dee0807b71942a5b86c715dd8a7) no-repeat scroll 0 5px transparent;
  margin-right: 4px;
  padding-left: 8px;
  /*&:before{
  	content: "\f112";
  	  font-family: FontAwesome;
  	  display: inline-block;
  	  position: relative;
  	  top: -0.8em;
  	  font-size: 2em;
  	  padding: 0 0.25em;
  	}*/
}
.card-block-bookshops .bookshops-list ul a.reserve {
  background: #EE6314;
  border: 1px solid #EE6314;
  color: #FFF;
  border-radius: 4px;
  padding: 5px 15px;
  margin-left: 15px;
}
.card-block-bookshops .bookshops-list ul a.reserve:hover {
  background: #9E3D06;
  text-decoration: none;
}
.card-block-bookshops .bookshops-map {
  padding: 0;
}
.card-block-bookshops .bookshops-map #llmap {
  height: 600px !important;
}
@media (max-width: 767.98px) {
  .card-block-bookshops .bookshops-map #llmap {
    height: 250px !important;
  }
}

@media (max-width: 991.98px) {
  .card-block-bookshops {
    padding: auto;
    margin: 0;
    /*.bookshops-map{
    	display: none
    }*/
  }
  .card-block-bookshops .bookshops-list {
    margin-top: 0;
    padding-top: 15px;
  }
  .card-block-bookshops .bookshops-list ul a.location {
    display: none;
  }
  .card-block-bookshops .bookshops-list ul a.reserve {
    margin-left: 0 !important;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
}
/* Bookshop list & Reservation summary maps*/
body.reservation-summary .card-block-bookshops {
  border: 0;
  box-shadow: none;
  background: #fff;
}
@media (max-width: 961.98px) {
  body.reservation-summary .card-block-bookshops {
    padding: 10px;
    margin: 0;
  }
}
body.reservation-summary .card-block-bookshops .bookshops-list {
  padding: 0 7.5px 0 0;
}
@media (max-width: 767.98px) {
  body.reservation-summary .card-block-bookshops .bookshops-list {
    margin-bottom: 15px;
    padding: 0 0 0 0;
  }
}
body.reservation-summary .card-block-bookshops .bookshops-list li.selected {
  padding-top: 7.5px;
  border: 2px solid #333333;
  /*@include border-radius;*/
}
body.reservation-summary .card-block-bookshops .bookshops-map {
  padding: 0;
}
body.reservation-summary .card-block-bookshops .bookshops-map #llmap {
  height: 470px !important;
}
@media (max-width: 767.98px) {
  body.reservation-summary .card-block-bookshops .bookshops-map #llmap {
    height: 250px !important;
  }
}
body.reservation-summary .card-block-bookshops .bookshop {
  /*border:1px solid $gray6;*/
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}

/*

@media (max-width: 991.98px){
	body.reservation-summary .card-block-bookshops{
		.bookshops-list #scroll{
			display: none;
		}
	}
}*/
/*** MAps *************************************************/
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #EE6314 !important;
}

.mCustomScrollBox > .mCSB_scrollTools {
  right: -6px !important;
}

.mCSB_container {
  margin-right: 10px !important;
}

.leaflet-popup-content .reserve {
  background: #EE6314;
  color: #FFF;
  font-weight: 400;
  padding: 0.2rem 1rem;
  border-radius: 4px;
}
.leaflet-popup-content .reserve:hover {
  background: #9E3D06;
  text-decoration: none;
}

/*** Comments *************************************************/
.display-comment {
  border-bottom: 1px solid #D0D6DD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.display-comment p {
  margin-bottom: 0;
}

.comment-title h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .comment-title h4 {
    font-size: 16px;
  }
}

.comment-user {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.comment-user .h5 {
  margin-bottom: 0;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333333;
}
.comment-user .h5 a {
  text-decoration: underline;
}
.comment-user .h5 a:hover {
  text-decoration: none;
}

.modal-body .rating {
  margin: 30px 0;
}
.modal-body .rating .btnrating i {
  font-size: 30px;
}

/************************************
	CSS TTL - 2020 -- Bookshop
*************************************/
/*** Bookshop List 
***********************************************/
.bookshop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #f2f2f2;
  height: 425px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bookshop-bg {
    display: none;
  }
}

.bookshoplist h1.page-title {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .bookshoplist h1.page-title {
    margin-bottom: 30px;
  }
}
.bookshoplist .bookshop {
  border-right: 1px solid #D0D6DD;
  border-top: 1px solid #D0D6DD;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.bookshoplist .bookshop:nth-child(3n) {
  border-right: 0;
}
.bookshoplist .bookshop:nth-child(1), .bookshoplist .bookshop:nth-child(2), .bookshoplist .bookshop:nth-child(3) {
  border-top: 0;
}
.bookshoplist .bookshop p {
  margin-bottom: 20px;
}
.bookshoplist .bookshop p a {
  display: block;
}
.bookshoplist .bookshop .name {
  font-weight: 700;
  color: #333333;
}
.bookshoplist .bookshop .btn-text i {
  color: #EE6314;
}
@media (max-width: 767.98px) {
  .bookshoplist .bookshop {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    padding: 15px 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .bookshoplist .bookshop:hover, .bookshoplist .bookshop:focus, .bookshoplist .bookshop:focus:hover {
    box-shadow: none;
  }
}

.bookshop-detail-top {
  margin-bottom: 60px;
}
.bookshop-detail-top .card-block {
  padding: 40px 60px;
}
@media (max-width: 767.98px) {
  .bookshop-detail-top .card-block {
    padding: 40px 30px;
  }
}
.bookshop-detail-top .row {
  -webkit-box-align: start;
          align-items: flex-start;
}
.bookshop-detail-top .bookshop-logo img {
  max-width: 100%;
  height: auto;
}
.bookshop-detail-top .bookshop-info strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.bookshop-detail-top ul {
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}
.bookshop-detail-top a {
  color: #EE6314;
}
.bookshop-detail-top .bookshop-map {
  display: block;
}

.bookshop-activities img {
  max-width: 100%;
  height: auto;
}
.bookshop-activities .bookshop-activity {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D6DD;
}
@media (max-width: 767.98px) {
  .bookshop-activities .bookshop-activity {
    padding-top: 15px;
  }
}
.bookshop-activities .data {
  font-size: 12px;
  color: #333333;
}
@media only screen and (max-width: 767.98px) {
  .bookshop-activities .data {
    font-size: 10px;
    font-weight: 600;
  }
}
.bookshop-activities .bookshop-activities-date {
  padding: 7.5px 15px;
}
.bookshop-activities .bookshop-activities-date-content {
  background: #D0D6DD;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .bookshop-activities .bookshop-activities-date-content {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.bookshop-activities .bookshop-activities-date-content .day {
  font-size: 25px;
  font-weight: 800;
}
.bookshop-activities .bookshop-activities-date-content .month {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.bookshop-activities .bookshop-activities-date-content .year {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .bookshop-activities {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .bookshop-activities .bookshop-activity-content {
    margin: 15px 0;
  }
}

.bookshop-suscription {
  background: #EE6314;
  color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 4px;
}
.bookshop-suscription .h2 {
  font-size: 16px;
  font-weight: 800;
}

/************************************
	CSS TTL - 2020 -- Form
*************************************/
/***Form
***********************************************/
form .form-group .col-form-label, form .form-group .label, form .form-group label {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  form .form-group .col-form-label, form .form-group .label, form .form-group label {
    font-size: 14px;
  }
}
form .form-group .col-form-label.form-check-label, form .form-group .col-form-label .form-check-label, form .form-group .label.form-check-label, form .form-group .label .form-check-label, form .form-group label.form-check-label, form .form-group label .form-check-label {
  font-size: 12px;
}
form .form-control {
  font-size: 14px;
  border: 1px solid #9199A4;
}
form .btn-text {
  color: #EE6314;
}
form .form-control-lg {
  height: calc(1.5em + 1rem + 11px);
  padding: 0.5rem 1rem;
}

.btn-group-bottom {
  margin: 90px 0 60px 0;
}
@media (max-width: 767.98px) {
  .btn-group-bottom {
    margin: 30px 0 60px 0;
  }
}

/* Page  Activity */
body.page-activity .textarea-custom {
  height: 200px !important;
  min-height: 200px !important;
  border: 2px solid red;
}

/* Bookshops user */
.form-check.bookshop-select {
  border: 1px solid #27AE60 !important;
}

/* Listas editables*/
@media (max-width: 767.98px) {
  #sortable li {
    height: auto !important;
  }
}
/************************************
	CSS TTL - 2020 -- Bookshelves
*************************************/
.bookshelf-item {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D3DCE6;
  background: #fff;
  padding: 7.5px 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
}
.bookshelf-item .bookshelf-action {
  text-align: right;
}
.bookshelf-item .bookshelf-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.bookshelf-item .bookshelf-num {
  font-size: 12px;
}
.bookshelf-item img {
  max-width: 60%;
  width: 60% !important;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .bookshelf-item img {
    max-width: 100%;
    width: 100% !important;
  }
}

/*.alert{
	display: block;
}*/
#addBookshelf {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D3DCE6;
  background: #fff;
  padding: 30px 30px;
  padding: 7.5px;
  margin-bottom: 15px;
  background: #E5E9F2;
}

/* Page bookshelves LIst
******************************************/
body.bookshelves .bookshelves {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
body.bookshelves .bookshelves .bookshelf-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D0D6DD;
}

/* Page bookshelf Single
******************************************/
body.bookshelf .book-col {
  position: relative;
}
@media (min-width: 768px) {
  body.bookshelf .book-col .delete-item {
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  body.bookshelf .book-col .delete-item span {
    display: none;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  body.bookshelf .book-col .delete-item:hover span {
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
body.bookshelf .book-col .location a {
  color: #333333;
}
body.bookshelf .book-col .location a i {
  color: #EE6314;
}

/************************************
	CSS TTL - 2020 -- Index
*************************************/
/*** Home Nav
***********************************************/
.home .navbar.bg-dark {
  background: #131313 !important;
}

/*** Home Hero
***********************************************/
.home .jumbotron {
  margin-bottom: 60px;
  padding: 60px;
  border-radius: 0;
  font-size: 16px;
  background: transparent url(/images/bg-home.jpg?408ab1218736bc023eccadc259d8d6a0) center top fixed;
  background-size: auto;
  background-size: auto;
}
@media (min-width: 768px) and (max-width: 950px) {
  .home .jumbotron {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .home .jumbotron {
    background-size: cover;
  }
}
.home .jumbotron p {
  margin-top: 30px;
  color: #fff;
}
.home .jumbotron p span {
  display: block;
  font-size: 14px;
}
.home .jumbotron img {
  max-width: 125px;
}
.home .jumbotron .search-container {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .home .jumbotron {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 63px 7.5px 30px;
  }
  .home .jumbotron p span {
    display: block;
    font-size: 10px;
    display: none;
  }
  .home .jumbotron img {
    max-width: 100px;
  }
}

.home .jumbotron .search-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home .jumbotron .search-container {
    max-width: 80%;
    width: 80%;
  }
}
.home .jumbotron .search-container .input-group-lg .form-control:not(textarea), .home .jumbotron .search-container .input-group-lg .form-control > .custom-select {
  height: calc(1.5em + 1rem + 20px) !important;
}

.home .navbar:not(.search-visible) {
  box-shadow: none;
}
@media (min-width: 768px) {
  .home .navbar .navbar-brand, .home .navbar .search-container {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .home .navbar.search-visible .navbar-brand, .home .navbar.search-visible .search-container {
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .home .navbar {
    /*&.bg-dark {
    	background:transparent !important;
    }*/
  }
  .home .navbar .navbar-brand {
    opacity: 0;
  }
  .home .navbar .search-container {
    display: none;
  }
  .home .navbar.search-visible {
    /*&.bg-dark {
    	background:$primary !important;
    }*/
  }
  .home .navbar.search-visible .navbar-brand, .home .navbar.search-visible .search-container {
    opacity: 1;
    display: block;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
}

.banners-home ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.banners-home li {
  border-bottom: 1px solid #D0D6DD;
}
.banners-home img {
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .col-custom:not(:last-child) {
    border-right: 1px solid #D0D6DD;
    padding-right: 60px;
    padding-left: 30px;
  }
}
@media (min-width: 767.98px) {
  .col-custom {
    margin-left: 0;
    margin-right: 0;
  }
}

.home main form {
  padding: 0;
}

/* Banner home top*/
.banner-top {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-top img {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768.98px) {
  .banner-top img {
    max-width: 100%;
    overflow: hidden;
  }
}

.navbar .btn-banner img {
  width: 167px;
  max-width: 100%;
  overflow: hidden;
}

/** Carrusel banner shome*/
.carousel-item.active {
  text-align: center;
}

.carousel-item img {
  max-width: 100% !important;
}

@media (min-width: 890px) {
  .carousel-item img {
    height: 170px;
    width: 890px !important;
    max-width: 890px;
    margin: 0 auto;
  }
}
.carousel-control-prev,
.carousel-control-next {
  font-size: 35px;
  color: #333333;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #000000;
}

/************************************
	CSS TTL - 2020 -- orders
*************************************/
/***Reservation
***********************************************/
.label-custom {
  background-color: #333333;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-weight: 800;
  font-family: "Lora", serif;
}
@media (max-width: 767.98px) {
  .label-custom {
    width: 30px;
    height: 30px;
    left: -10px;
    font-size: 12px;
    line-height: 30px;
  }
}
.label-custom.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  background: #27AE60;
  font-size: 18px;
}

.reservation-date {
  margin-top: 60px !important;
  padding: 30px 0;
  border-top: 1px solid #D0D6DD;
}
.reservation-date strong {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .reserve .reserve-data {
    margin-bottom: 30px;
  }
}
body.reservation-summary .book-image img {
  max-width: 100%;
  height: auto;
}
body.reservation-summary .card-block-bookshops p {
  margin-bottom: 0;
}

/* Reservation-ok*/
/* Coupon */
@media (max-width: 575.98px) {
  body.coupon-create #app .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#coupon-pay .select2 {
  max-width: 100%;
}

#coupon-pay #card-element {
  padding: 20px !important;
  border: 1px solid #ededed !important;
}

/*** B2C
***********************************************/
table.table.table-cart thead tr th {
  border: 0 !important;
  border-bottom: 2px solid #dee2e6;
  line-height: 115%;
}

table.table.table-cart thead tr th {
  border: 0 !important;
  border-bottom: 2px solid #dee2e6;
}

table.table.table-cart img {
  max-width: 75%;
}

table.table.table-cart h2 {
  font-size: 16px;
  font-weight: 600;
}

/************************************
	CSS TTL - 2020 -- Modal
*************************************/
.modal {
  z-index: 10500;
}

.modal-header {
  text-align: center;
}
.modal-header h3 {
  font-family: "Lora", serif;
  font: 400;
  text-transform: none;
}

.modal-body {
  text-align: center;
  padding: 7.5px 30px 15px;
}
.modal-body p {
  margin-bottom: 30px;
  text-transform: none;
  font-size: 14px;
}
.modal-body .form-group {
  text-align: left;
}
.modal-body .form-group .label {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .modal-body .form-group .label {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .book-detail .modal-backdrop {
    z-index: 440;
  }

  .modal.show .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0px 1px 25px black;
  }
}
/*** Modal Bookshelf
***********************************************/
#addBookshelvesModal {
  /*#bookshelfModalMsg{
  	background: $gray4;
  	padding: $space-xxs $space-m
  }*/
}
#addBookshelvesModal .addBookshelfBook i {
  display: none;
}
#addBookshelvesModal .addBookshelfBook:hover i {
  display: inline-block;
}
#addBookshelvesModal .addBookshelf .fa-plus-circle {
  display: none;
}
#addBookshelvesModal .addBookshelf:hover .fa-plus {
  display: none;
}
#addBookshelvesModal .addBookshelf:hover .fa-plus-circle {
  display: inline-block;
}
#addBookshelvesModal #bookshelvesList {
  margin-bottom: 60px;
}
#addBookshelvesModal #bookshelvesList .bookshel-item:not(:last-child) {
  border-bottom: 1px solid #D0D6DD;
}

/*** Modal Map
***********************************************/
@media (min-width: 768px) {
  .modal-map {
    max-width: 50%;
  }
}
.modal-map .modal-body {
  text-align: left;
}

/*
.modal-dialog.modal-map {
	max-width: 500px;
}*/
/************************************
	CSS TTL - 2020 -- Activities
*************************************/
/*** Activities List
***********************************************/
.activities-list img, .activity-detail img {
  max-width: 100%;
  height: auto;
}
.activities-list .activity, .activity-detail .activity {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.activities-list .activity-img, .activity-detail .activity-img {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  max-height: 225px;
  min-height: 225px;
  overflow: hidden;
  margin-bottom: 15px;
}
.activities-list .data, .activity-detail .data {
  font-size: 12px;
  color: #333333;
}
@media only screen and (max-width: 767.98px) {
  .activities-list .data, .activity-detail .data {
    font-size: 10px;
    font-weight: 600;
  }
}
.activities-list .activity-content, .activity-detail .activity-content {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #D0D6DD;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
          align-items: flex-start;
}
.activities-list .activities-date-content, .activity-detail .activities-date-content {
  background: #D0D6DD;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .activities-list .activities-date-content, .activity-detail .activities-date-content {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.activities-list .activities-date-content .day, .activity-detail .activities-date-content .day {
  font-size: 25px;
  font-weight: 800;
}
.activities-list .activities-date-content .month, .activity-detail .activities-date-content .month {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.activities-list .activities-date-content .year, .activity-detail .activities-date-content .year {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .activities-list .activity-content, .activity-detail .activity-content {
    margin: 15px 0;
  }
}

body.bookshop .activities-list .activity {
  border-bottom: 1px solid #D0D6DD;
}
body.bookshop .activities-list .activity-content {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
body.bookshop .activities-list .activities-date {
  padding: 7.5px 15px;
}
@media (min-width: 768px) {
  body.bookshop .activities-list .activities-list {
    padding-right: 30px;
  }
}

/*** Activity single
***********************************************/
.activity-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #f2f2f2;
  height: 425px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .activity-bg {
    display: none;
  }
}

.activity-detail .activity-content {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.activity-detail .activities-text {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D0D6DD;
}
.activity-detail .data i {
  color: #EE6314;
}

.animateFadeIn {
  -webkit-animation: animate-fade-in 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-fade-in 1s;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animateInDown {
  width: 100%;
  -webkit-animation: animate-in-down 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-in-down 1s;
  /* IE 10+, Fx 29+ */
  position: relative;
}

@-webkit-keyframes animate-in-down {
  0% {
    opacity: 0;
    top: -100vh;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes animate-in-down {
  0% {
    opacity: 0;
    top: -100vh;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.animateInUp {
  width: 100%;
  -webkit-animation: animate-in-up 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-in-up 1s;
  /* IE 10+, Fx 29+ */
  position: relative;
}

@-webkit-keyframes animate-in-up {
  0% {
    opacity: 0;
    bottom: -100vh;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes animate-in-up {
  0% {
    opacity: 0;
    bottom: -100vh;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.animateInLeft {
  width: 100%;
  -webkit-animation: animate-in-left 0.7s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-in-left 0.7s;
  /* IE 10+, Fx 29+ */
  position: relative;
}

@-webkit-keyframes animate-in-left {
  0% {
    opacity: 0;
    left: -100vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes animate-in-left {
  0% {
    opacity: 0;
    left: -100vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.animateOutLeft {
  width: 100%;
  -webkit-animation: animate-out-left 0.7s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-out-left 0.7s;
  /* IE 10+, Fx 29+ */
  position: absolute;
}

@-webkit-keyframes animate-out-left {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: -100vw;
  }
}

@keyframes animate-out-left {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: -100vw;
  }
}
.animateInRight {
  width: 100%;
  -webkit-animation: animate-in-right 0.7s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-in-right 0.7s;
  /* IE 10+, Fx 29+ */
  position: relative;
}

@-webkit-keyframes animate-in-right {
  0% {
    opacity: 0;
    right: -100vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes animate-in-right {
  0% {
    opacity: 0;
    right: -100vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.animateOutRight {
  width: 100%;
  -webkit-animation: animate-out-right 0.7s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-out-right 0.7s;
  /* IE 10+, Fx 29+ */
  position: absolute;
}

@-webkit-keyframes animate-out-right {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: -100vw;
  }
}

@keyframes animate-out-right {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: -100vw;
  }
}
.animateRotateIn {
  -webkit-animation: animate-rotate-in 0.8s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animate-rotate-in 0.8s;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes animate-rotate-in {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes animate-rotate-in {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/*
* Nav
*/
.subddwn {
  font-size: 0.8rem;
  margin-left: 24px;
  text-transform: capitalize;
  outline: none;
}

.nav-dropdown-submenu {
  position: relative !important;
  border: 0;
  padding: 0;
  padding-bottom: 5px;
}

.subddwn i {
  color: #EE6314;
}

.fa-sort-down {
  top: -3px;
  position: relative;
}

.dropdown-menu-right {
  overflow-y: auto;
  min-width: 270px;
  max-height: 90vh;
}

/*** Custom 
******************************************/
.quantity-number {
  align-self: center;
  font-size: 14px;
  font-weight: 600;
}

.form-group .error {
  display: none;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 27px;
  height: 26px;
  border-right: 1px solid #333;
  background: #fff;
  text-align: center;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #fff;
  text-align: center;
}

.link-title {
  text-decoration: underline;
  font-weight: bold;
  color: #f6993f;
}

.eye-button {
  background: none;
  outline: none !important;
  border: none;
  color: #f6993f;
  font-weight: 600;
  position: absolute;
  font-size: 1.2rem;
  right: 0.75em;
  top: 36px;
  z-index: 9;
}

.text-orange {
  color: #EE6314;
  font-size: 0.8rem;
}

.separator-top {
  border-top: 1px solid #D0D6DD;
}

.separa-text {
  display: block;
  text-align: center;
  position: relative;
  margin: 15px 0;
}
.separa-text span {
  padding: 1rem;
  background: #fff;
}
.separa-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.alert ul {
  margin-bottom: 0;
}

.bg-dark {
  background: #333333 !important;
}

.border-bottom-block {
  border-bottom: 1px solid #D0D6DD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.border-bottom-item {
  border-bottom: 1px solid #D0D6DD;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.b0 {
  border: 0;
}

.bb-1 {
  border-bottom: 1px solid #D0D6DD;
}

.bt-dotted {
  border-top: 1px dotted #D0D6DD;
  padding-top: 10px;
}

@media (max-width: 991.98px) {
  .no-border-md {
    border: 0 !important;
  }

  .mb-xs-md {
    margin-bottom: 5px !important;
  }
}
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.rating .btn.btn-lg {
  padding: 0;
}
.rating .btn.btn-lg i.fa-star {
  color: #FFBA49;
}

.align-bottom {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .border-right {
    border: 0 !important;
  }
}
.legend {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}
.legend img {
  max-width: 13px !important;
  width: 13px;
  margin-right: 2px;
}
.legend.map {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .justify-content-around-mobile {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
  }
}
/*** Tables 
**********************************************************************/
.table {
  width: 100% !important;
  max-width: 100% !important;
  /*tr:hover{
  	border: 1px solid $secundary;
  }*/
}
.table thead th {
  vertical-align: bottom;
  border: 1px solid #3C4858;
}
.table .data {
  display: none;
}
.table td {
  line-height: 120%;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .table td.justify-content-around-mobile {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
  }
}
.table a:not(.btn) {
  text-decoration: underline;
}
.table a:not(.btn):hover {
  text-decoration: none;
}

.table-dark th {
  border: 0;
  background: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
}

.table-cart td {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .table td.justify-content-around-mobile {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
            align-items: center;
  }

  .table td.justify-content-between-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: between;
            justify-content: between;
    -webkit-box-align: center;
            align-items: center;
  }
}
/* Data table*/
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  font-size: 12px !important;
}

table.dataTable thead > tr > th {
  font-size: 12px !important;
  background: #333333 !important;
  color: #fff !important;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
  font-size: 14px !important;
  color: #fff !important;
  right: 1.2em !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
  font-size: 14px !important;
  color: #fff !important;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
  opacity: 0.5 !important;
}

table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after {
  opacity: 1 !important;
  color: secundary !important;
}

@media (max-width: 991.98px) {
  .table-dark th, .table-dark td, .table-dark thead th {
    padding: 5px;
    font-size: 10px;
  }

  .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .table {
    /*&.dataTable {
    	thead {

    		display: block;
    		background: $gray2;
    		tr{
    			@include flex;
    			padding:0;
    			border:0;
    			background: $gray2;
    		}
    	}

    	th {
    		display: block;
    	}
    }*/
  }
  .table tbody {
    display: block;
  }
  .table tr {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #D0D6DD;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #D3DCE6;
    background: #fff;
    padding: 30px 30px;
  }
  .table thead, .table th, .table th {
    display: none;
  }
  .table td {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #E5E9F2;
    margin-bottom: 1px;
  }
  .table td:last-child {
    border-bottom: 0;
  }
  .table .data {
    display: inline-block;
    padding: 0.5rem 0;
    margin-right: 15px;
    display: inline-block;
    width: 30% !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    background-color: #fff;
    color: #333333;
  }
  .table .btn {
    text-align: center;
    margin-top: 30px;
  }
  .table.dataTable td {
    padding: 7.5px 0;
  }
  .table.dataTable .sorting_1 {
    font-weight: 800;
    font-size: 16px;
  }
  .table.table-cart tr {
    padding: 15px 13px;
  }
  .table.table-cart td {
    padding: 5px 0;
  }
}
@media (max-width: 566.98px) {
  .table .data {
    width: 30% !important;
  }
  .table tr {
    padding: 15px 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .table tr {
    font-size: 12px;
  }
}
table.table-cart .data {
  display: inline-block !important;
}

.coupons-privacy {
  margin-top: 15px;
}

/*
* Stripe
*/
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #D3DCE6;
  border-radius: 4px;
  background-color: white;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*
* SELECT2
*/
.select2.select2-container {
  max-width: 100%;
}

/*
* B2B summary
*/
#payment-container {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.cartPrice {
  color: #ee6313;
  font-size: 1.4rem;
  font-weight: bold;
}

.shippingPrice {
  color: gray;
  margin-left: 5px;
}

/*
* B2B customer cards
*/
.card-li {
  position: relative;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 15px 25px;
}

.card-details .card-brand {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.card-details .card-number {
  font-size: 1.8rem;
}

@media (max-width: 500px) {
  .card-details .card-number {
    font-size: 1rem;
  }
}
.card-actions {
  top: 40%;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.card-actions button {
  top: -2px;
  position: relative;
}

.card-actions i {
  font-size: 1.4rem;
}

.card-status {
  top: 15px;
  position: absolute;
  right: 32px;
  font-size: 0.8rem;
  font-weight: 900;
}

.card-status.active {
  color: green;
}

.card-status.paymenterror {
  color: red;
}

/*
* TRANSACTIONS B2C
*/
#card-errors  {
  color: red;
}

.no-es-vendible .texto {
  margin: auto;
  margin-top: 25px;
  font-weight: 700;
  text-shadow: 0px 0px 6px white;
  font-size: 120%;
}

@media (max-width: 991.98px) {
  .no-es-vendible {
    margin-top: 146px !important;
    border: 0 !important;
  }
}
.no-es-vendible {
  position: absolute;
  z-index: 0;
  text-align: center;
  font-size: 18px !important;
  width: 40%;
  right: 0;
}

.no-es-vendible button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px !important;
}

.blur-div {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border-top: 0 !important;
}

/*
* TRANSACTIONS B2B
*/
.dots {
  margin: 40px auto;
}

.dot {
  display: inline-block;
  border-radius: 50%;
  width: 50%;
  background-color: #EEE;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin: auto;
  display: block;
}

.dot.dot-success {
  background-color: #449D44;
}

.dot.dot-warning {
  background-color: #F0AD4E;
}

.dot.dot-danger {
  background-color: #D9534F;
}

.dot.dot-sm {
  height: 10px;
  width: 10px;
}

.dot.dot-lg {
  margin: 0 4px;
  height: 20px;
  width: 20px;
}

/*
* Effects
*/
.effect-detail {
  text-transform: capitalize;
  color: #6d6d6d;
  line-height: 2;
}

.effect-detail .value {
  font-weight: bold;
  color: #444444;
}

@media (max-width: 992px) {
  #effects .dot.dot-success, #effects .dot.dot-warning {
    margin: inherit;
  }

  #effects .dot.dot-success::after {
    content: "Pagado";
    margin-left: 25px;
  }

  #effects .dot.dot-warning::after {
    content: "Pendiente";
    margin-left: 25px;
  }
}
.nofollow-link {
  cursor: pointer;
  color: #EE6314;
}

/************************************
	CSS TTL - 2020 -- Summary
*************************************/
/*** summary 
***********************************************/
.shipping-method-box {
  margin-bottom: 15px;
}

.shipping-method-box.active {
  border: 1px solid #EE6314;
}

.float_active_circle {
  position: absolute;
  right: 12px;
  top: 2px;
  color: #EE6314;
  font-size: 25px;
}

/************************************
	CSS TTL - 2020 -- Adresses
*************************************/
/*** Adresses List 
***********************************************/
.address-box {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D3DCE6;
  text-align: left;
}
@media (min-width: 768px) {
  .address-box {
    min-width: 350px;
  }
}

.address-box-check {
  position: absolute;
  left: 18px;
  top: 20px;
}

.address-box .title {
  font-weight: 700;
}

.address-box .spinner-border {
  margin: auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 60px;
  height: 60px;
}

.address-box-buttons {
  margin-left: -5px;
  margin-top: 10px;
}

.checkboxDefaultAddress {
  margin-top: -30px;
}

.checkboxDefaultAddress {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

.checkboxDefaultAddress:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: 0;
  top: 0;
  font-size: 10px;
  border-radius: 3px;
}

.checkboxDefaultAddress:hover:after, .checkboxDefaultAddress:checked:hover:after {
  background: #202d3d;
  content: "\2714";
  color: #fff;
  border-radius: 3px;
}

.checkboxDefaultAddress:checked:after {
  background: #202d3d;
  content: "\2714";
  color: #fff;
  border-radius: 3px;
}

.btn.btn-addresbox {
  border: 1px solid #7d8490;
  margin: 0 5px;
  padding: 2px 15px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  font-size: 0.75rem;
}

/*** Bookshop-customer
***********************************************/
@media (min-width: 992px) {
  .bookshops-customer {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .bookshop-customer {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .bookshop-customer-detail {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
}
.card-block {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #D3DCE6;
  background: #fff;
  padding: 30px 30px;
}
.card-block.select {
  border-color: #EE6314;
}
.card-block.bookshop-customer-detail {
  position: relative;
}
.card-block.bookshop-customer-detail .btn {
  position: absolute;
  top: 6px;
  right: 6px;
}
.card-block.bookshop-customer-detail .btn span {
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.card-block.bookshop-customer-detail .btn:hover span {
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}