.secondary-color {
  background-color: #E65019 !important; }

.secondary-color-dark {
  background-color: #d64611 !important; }

.primary-color {
  background-color: #642382 !important; }

.primary-color-dark {
  background-color: #59287e !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.danger-color {
  background-color: #ff4444 !important; }

.danger-color-dark {
  background-color: #CC0000 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #FF8800 !important; }

.success-color {
  background-color: #00C851 !important; }

.success-color-dark {
  background-color: #007E33 !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099CC !important; }

.default-color {
  background-color: #2BBBAD !important; }

.default-color-dark {
  background-color: #00695c !important; }

.elegant-color {
  background-color: #2E2E2E !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4B515D !important; }

.stylish-color-dark {
  background-color: #3E4551 !important; }

.special-color {
  background-color: #37474F !important; }

.special-color-dark {
  background-color: #263238 !important; }

.unique-color {
  background-color: #3F729B !important; }

.unique-color-dark {
  background-color: #1C2331 !important; }

.md-color {
  background-color: #45526E !important; }

/*** Images ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  min-height: 100%;
  background: rgba(100, 35, 130, 0.05);
  color: #464646;
  /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .jumbotron,
.card,
.list-group,
.popover,
.navbar,
.dropdown-menu,
.pagination {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }

.z-depth-1-half, .media img, .home .nav-tabs .nav-link .label {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  transition: box-shadow .55s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .45s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

a {
  color: #9233be;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    text-decoration: none;
    color: #E65019; }

ul {
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: none; }

.jumbotron,
.card,
.label,
.alert,
.nav .nav-link,
.navbar-toggler,
.navbar,
.breadcrumb,
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.list-group .list-group-item,
.modal-content,
.tooltip-inner,
.popover,
.dropdown-menu,
.input-group-addon,
.file-custom,
.card .card-header {
  border-radius: 0; }

.popover,
.input-group-addon,
.dropdown-menu {
  border: 0; }

.modal-footer .btn + .btn {
  margin-bottom: 6px; }

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important; }

body {
  overflow: auto !important; }

.card-columns .card {
  margin: 7px 0; }

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em; }

.popover-title {
  background: #732896;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.filter-search-form {
  margin: 0px;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }
  .filter-search-form .input {
    padding-right: 25px;
    padding-right: 26px \9;
    padding-left: 5px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin: 0 0 0 2px;
    border-radius: 2px;
    -webkit-transition: width  0.2s ease-in-out;
    -moz-transition: width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    width: 100px;
    height: 1.6rem;
    vertical-align: top;
    border: 1px solid white;
    background: #fff;
    float: left; }
    @media (max-width: 568px) {
      .filter-search-form .input {
        width: 255px; } }
  .filter-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 4px 0px 0;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 2px;
    margin-left: -26px; }
    .filter-search-form button .material-icons {
      font-size: 1.2rem;
      color: #c790e1; }
  .filter-search-form .input:focus + button {
    z-index: 3;
    color: #642382; }
  .filter-search-form .input:focus {
    width: 250px;
    box-shadow: none !important;
    border: 1px solid white !important; }

.nav-pills.horizontal-spy .nav-item .active {
  border-bottom: 2px solid #E65019;
  border-left: none; }
.nav-pills.horizontal-spy .nav-item:hover {
  background-color: transparent;
  color: #E65019;
  font-weight: 500;
  border-left: none; }

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: transparent;
  color: #000; }

.disabled {
  cursor: not-allowed !important; }

.video-fluid {
  height: auto;
  width: 100%; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.display-inline-block {
  display: inline-block; }

.filter-dropdown .dropdown-menu {
  padding: 12px; }

.c-input > input:checked ~ .c-indicator {
  background-color: #E65019; }

.c-select {
  border-color: #bd7cdc; }
  .c-select + .c-select {
    margin-left: 5px; }

.modal {
  height: 100%; }
  .modal .modal-header {
    padding: 10px 15px;
    border-bottom: 2px solid #b368d6; }
    .modal .modal-header .modal-title {
      font-weight: bold;
      font-size: 1.2rem; }
  .modal .close {
    margin: -20px -24px 0 0;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #642382;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .modal .modal-dialog {
    top: 50% !important;
    margin-top: 0;
    margin-bottom: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important;
    transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .modal.in .modal-dialog {
    transform: scale3d(1, 1, 1) translateY(-50%) !important;
    opacity: 1;
    visibility: visible; }
  .modal .modal-content {
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }

.breadcrumb {
  border-bottom: 1px solid white;
  padding: 5px 0;
  margin: 0 0 10px 0;
  font-size: 13px; }

.empty-section-msg {
  width: 80%;
  min-height: 450px;
  position: absolute; }
  .empty-section-msg h1 {
    font-size: 2rem;
    position: absolute;
    width: 400px;
    text-align: center;
    height: 200px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .empty-section-msg h1 span {
      font-size: 80px;
      font-weight: bold;
      display: block;
      clear: both; }
    @media (max-width: 560px) {
      .empty-section-msg h1 {
        width: 100%; } }

.viewInsideLink {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px; }
  .viewInsideLink:hover {
    background: rgba(230, 80, 25, 0.7);
    color: #FFFFFF; }

.ui-widget.ui-widget-content.ui-autocomplete {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  border: 0px;
  box-shadow: 0px 7px 10px rgba(100, 35, 130, 0.4);
  border-radius: 0px;
  padding: 0 15px 15px; }
  .ui-widget.ui-widget-content.ui-autocomplete .ui-autocomplete-category {
    padding: 7px;
    font-weight: bold;
    border-bottom: 1px solid rgba(100, 35, 130, 0.5); }
  .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
    padding: 5px 7px;
    border-bottom: 1px dotted rgba(100, 35, 130, 0.1); }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:hover {
      outline: none;
      background: #E65019; }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      outline: none;
      background: transparent;
      border: 0; }

.login-register .nav-tabs {
  border-bottom: 1px solid #eee;
  position: relative; }
  .login-register .nav-tabs .nav-link {
    border: 0;
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ee855e; }
    .login-register .nav-tabs .nav-link:hover {
      color: #642382; }
    .login-register .nav-tabs .nav-link.active {
      border-bottom: 2px solid #642382;
      color: #E65019; }
.login-register input {
  height: 1.2rem !important;
  padding-left: 7px;
  padding-right: -7px; }
.login-register .tab-pane {
  padding-top: 15px; }
  .login-register .tab-pane .md-form {
    margin: 0 1.5rem 1.5rem; }
    .login-register .tab-pane .md-form img {
      margin: 0px 0 -20px 80px; }
  .login-register .tab-pane .view-forgot-password {
    padding-top: 10px;
    display: inline-block;
    float: right; }
.login-register .forgot-password-form {
  display: none; }

.modal-stack-view-details {
  font-size: 13px; }
  .modal-stack-view-details .thumb-wrapper {
    float: left;
    margin: 0 1rem 0 0;
    position: relative; }
    @media (max-width: 568px) {
      .modal-stack-view-details .thumb-wrapper {
        display: none; } }
  .modal-stack-view-details .info-wrapper {
    width: 65%;
    margin-left: 35%; }
    @media (max-width: 568px) {
      .modal-stack-view-details .info-wrapper {
        width: 100%;
        margin: 0; } }
  .modal-stack-view-details .info img {
    float: left;
    margin: 0 25px 0 0; }
  .modal-stack-view-details .info .author-name {
    font-size: 12px; }
  .modal-stack-view-details .info .sub-title, .modal-stack-view-details .info .author-name, .modal-stack-view-details .info .format {
    display: block;
    padding: 3px 0; }
  .modal-stack-view-details hr {
    margin: 0.5rem 0; }
  .modal-stack-view-details .action-items a {
    color: #E65019;
    padding: 0 3px 0 3px;
    border-right: 1px solid #e6ccf1; }
    .modal-stack-view-details .action-items a:hover, .modal-stack-view-details .action-items a.active {
      color: #642382; }
    .modal-stack-view-details .action-items a.icon-link {
      padding: 2px 5px 0;
      margin: 0  2px;
      display: inline-block;
      color: #642382;
      border-right: 0; }
      .modal-stack-view-details .action-items a.icon-link:hover, .modal-stack-view-details .action-items a.icon-link.active {
        background: rgba(220, 184, 236, 0.3);
        border-radius: 2px;
        color: #E65019; }
      .modal-stack-view-details .action-items a.icon-link .viewDetails {
        vertical-align: top;
        display: inline-block;
        line-height: 25px; }
  .modal-stack-view-details .action-items .dropup {
    display: inline-block; }
    .modal-stack-view-details .action-items .dropup .share-dropdown {
      width: 185px;
      left: -85px;
      padding: 7px;
      box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
      border: 1px solid #d2a4e7; }
      .modal-stack-view-details .action-items .dropup .share-dropdown h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
      .modal-stack-view-details .action-items .dropup .share-dropdown .md-form {
        margin-bottom: 0px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form label {
          font-size: 12px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form .form-control {
          font-size: 12px;
          background: white;
          height: 20px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea {
          min-height: 1rem;
          background: white;
          padding: 5px 0;
          font-size: 12px; }

.error {
  color: red;
  font-size: 12px; }

.pincodeError {
  display: none; }

.load-more-books {
  width: 200px;
  margin: -20px auto 15px; }

.new-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .new-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 70px;
    display: block;
    background: #E65019;
    background: linear-gradient(#E65019 0%, #a13812 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 7px;
    left: -17px; }
    .new-ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #a13812;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #8a300f; }
    .new-ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #a13812;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #8a300f; }

.remove-scroll {
  overflow: hidden !important; }

.home {
  margin: 0; }
  .home .home-header {
    margin: 15px 0 0; }
    .home .home-header .carousel-inner {
      min-height: 320px; }
      @media (max-width: 768px) {
        .home .home-header .carousel-inner {
          min-height: auto; } }
      .home .home-header .carousel-inner .carousel-item {
        background-color: #FFFFFF;
        min-height: 300px;
        padding: 10px; }
        @media (max-width: 768px) {
          .home .home-header .carousel-inner .carousel-item {
            min-height: auto; } }
    .home .home-header .carousel-indicators {
      bottom: 0; }
      .home .home-header .carousel-indicators li {
        border-color: #642382; }
        .home .home-header .carousel-indicators li.active {
          background: #642382; }
    .home .home-header .carousel-control {
      width: 30px;
      background: transparent;
      color: #000000;
      opacity: .7; }
      .home .home-header .carousel-control:hover {
        opacity: 1; }
      .home .home-header .carousel-control .icon-next, .home .home-header .carousel-control .icon-prev {
        background: #FFFFFF;
        width: 25px;
        height: 37px;
        margin-top: -25px;
        font-size: 2rem;
        box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.4); }
      .home .home-header .carousel-control .icon-prev {
        margin-left: -15px;
        border-radius: 0 5px 5px 0; }
      .home .home-header .carousel-control .icon-next {
        margin-right: -15px;
        border-radius: 5px 0 0 5px; }
  .home .middle-section {
    margin: 15px 0 0;
    background: #FFFFFF; }
  .home .nav-tabs {
    border-bottom: 1px solid #eee;
    position: relative; }
    .home .nav-tabs .nav-link {
      border: 0;
      padding: 0.7rem 1.2rem;
      font-size: 0.85rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #9233be; }
      .home .nav-tabs .nav-link:hover {
        color: #E65019; }
      .home .nav-tabs .nav-link.active {
        border-bottom: 2px solid #E65019;
        color: #E65019; }
        .home .nav-tabs .nav-link.active .label {
          background: #E65019; }
          .home .nav-tabs .nav-link.active .label::before {
            border-right-color: #E65019; }
      .home .nav-tabs .nav-link .label {
        background: #b368d6;
        border-radius: 2px;
        position: relative;
        font-size: 12px;
        font-weight: normal;
        margin-left: 3px;
        vertical-align: middle; }
        .home .nav-tabs .nav-link .label::before {
          right: 100%;
          top: 45%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-right-color: #b368d6;
          border-width: 5px;
          margin-top: -5px; }
  .home .actions {
    float: right; }
    .home .actions a {
      margin: 2px 2px 0 0;
      padding: 5px 7px 0 5px;
      display: inline-block; }
      .home .actions a:hover, .home .actions a.active {
        background: rgba(220, 184, 236, 0.3);
        border-radius: 2px;
        color: #E65019; }
    .home .actions .sort-dropdown {
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      border-radius: 2px;
      border: 1px solid #faf4fc; }
      .home .actions .sort-dropdown a {
        padding: 2px 4px 0 4px;
        border-radius: 2px; }
        .home .actions .sort-dropdown a .material-icons {
          font-size: 1.2rem;
          color: #c790e1; }
      .home .actions .sort-dropdown:hover a, .home .actions .sort-dropdown a.active {
        background: #fff; }
      .home .actions .sort-dropdown .dropdown-menu {
        border: 1px solid white;
        padding: 0;
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 15px 0px rgba(0, 0, 0, 0.1); }
        .home .actions .sort-dropdown .dropdown-menu h3.title {
          background: white;
          font-size: 14px;
          font-weight: bold;
          padding: 7px;
          margin: 0; }
        .home .actions .sort-dropdown .dropdown-menu label {
          display: block;
          padding: 5px 5px 5px 30px;
          margin: 0;
          line-height: 20px; }
          .home .actions .sort-dropdown .dropdown-menu label:nth-child(odd) {
            border-top: 1px solid rgba(100, 35, 130, 0.1);
            border-bottom: 1px solid rgba(100, 35, 130, 0.1); }
          .home .actions .sort-dropdown .dropdown-menu label .c-indicator {
            left: 7px;
            top: 7px;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #fff;
            border: 1px solid rgba(100, 35, 130, 0.1);
            box-shadow: none;
            border-radius: 50%; }
          .home .actions .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator {
            background-color: #E65019;
            border: 1px solid rgba(230, 80, 25, 0.1); }
          .home .actions .sort-dropdown .dropdown-menu label input:checked ~ .text {
            font-weight: bold; }
          .home .actions .sort-dropdown .dropdown-menu label:hover {
            background: white; }
  .home .tab-content {
    position: relative;
    overflow: hidden; }
    .home .tab-content .create-bookshelf {
      margin: 0px;
      padding: 0; }
      .home .tab-content .create-bookshelf .input {
        padding-right: 20px;
        padding-right: 21px \9;
        padding-left: 5px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin: 0 0 0 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: width  0.2s ease-in-out;
        -moz-transition: width  0.2s ease-in-out;
        -o-transition: width  0.2s ease-in-out;
        transition: width  0.2s ease-in-out;
        width: 0px;
        height: 1.6rem;
        vertical-align: top;
        border: 1px solid white;
        background: #fff; }
      .home .tab-content .create-bookshelf button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 4px 5px 0;
        position: relative;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-left: -31px; }
        .home .tab-content .create-bookshelf button .material-icons {
          font-size: 1.2rem;
          color: #fadcd1; }
      .home .tab-content .create-bookshelf .input:focus + button {
        z-index: 3;
        color: #642382; }
      .home .tab-content .create-bookshelf .input:focus {
        width: 250px;
        box-shadow: none;
        border: 1px solid #f9d2c3; }
    .home .tab-content .toolbar-wrapper {
      background: #f8cbba; }
      .home .tab-content .toolbar-wrapper .tab-title {
        color: #2e1005;
        float: left;
        margin: 0.5rem;
        font-size: 13px; }
        .home .tab-content .toolbar-wrapper .tab-title .title, .home .tab-content .toolbar-wrapper .tab-title .category, .home .tab-content .toolbar-wrapper .tab-title .shelf, .home .tab-content .toolbar-wrapper .tab-title .collection {
          padding: 2px 2px 0px 5px;
          line-height: 15px; }
        .home .tab-content .toolbar-wrapper .tab-title .category, .home .tab-content .toolbar-wrapper .tab-title .shelf {
          color: #642382;
          background: #fff;
          border-radius: 2px;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          display: none; }
          .home .tab-content .toolbar-wrapper .tab-title .category a.close-selected, .home .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected {
            font-weight: normal;
            padding: 0px 5px 2px;
            color: #fff;
            display: inline-block;
            margin: 0 0 2px 5px;
            border-radius: 2px;
            background: #642382; }
            .home .tab-content .toolbar-wrapper .tab-title .category a.close-selected:hover, .home .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected:hover {
              background: #8a300f; }
        .home .tab-content .toolbar-wrapper .tab-title .shelf {
          display: inline-block; }
        .home .tab-content .toolbar-wrapper .tab-title .collection {
          color: #e96230;
          font-weight: bold; }
      .home .tab-content .toolbar-wrapper .actions .category-select-wrap {
        padding: 0.4rem 0;
        float: left;
        position: relative; }
      .home .tab-content .toolbar-wrapper .actions .shelf-select-wrap {
        padding: 0.4rem 0;
        position: relative;
        float: left; }
      .home .tab-content .toolbar-wrapper .actions .search-sort-wrap {
        padding: 0.44rem;
        display: inline-block;
        position: relative; }
      .home .tab-content .toolbar-wrapper .actions a {
        margin: 0px; }
      .home .tab-content .toolbar-wrapper .btn {
        line-height: 1.6rem; }
    .home .tab-content.stack-view .card-columns {
      -moz-column-width: 150px;
      -webkit-column-width: 150px;
      column-width: 150px;
      padding: 20px;
      -moz-column-gap: 1.5rem;
      -webkit-column-gap: 1.5rem;
      column-gap: 1.5rem;
      position: relative;
      align-content: flex-start !important; }
      .home .tab-content.stack-view .card-columns .card {
        padding: 5px;
        text-align: left;
        cursor: pointer;
        display: inline-block; }
        .home .tab-content.stack-view .card-columns .card .cover-img {
          position: relative; }
          .home .tab-content.stack-view .card-columns .card .cover-img img {
            max-width: 100%;
            width: auto;
            height: auto;
            margin: auto;
            display: block; }
        .home .tab-content.stack-view .card-columns .card .title {
          font-weight: bold;
          width: 185px;
          margin: 10px 0px 0px;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 28px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 2;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .home .tab-content.stack-view .card-columns .card .more-details {
          background: #fff;
          font-size: 11px;
          padding: 5px;
          position: absolute;
          width: 210px;
          left: 0px;
          bottom: 0;
          right: 0;
          display: none; }
          .home .tab-content.stack-view .card-columns .card .more-details .author-name {
            font-size: 12px; }
          .home .tab-content.stack-view .card-columns .card .more-details .sub-title, .home .tab-content.stack-view .card-columns .card .more-details .author-name, .home .tab-content.stack-view .card-columns .card .more-details .format {
            display: block;
            padding: 3px 0; }
          .home .tab-content.stack-view .card-columns .card .more-details .btn {
            margin: 0px;
            font-size: 13px; }
          .home .tab-content.stack-view .card-columns .card .more-details hr {
            margin: 0.5rem 0; }
          .home .tab-content.stack-view .card-columns .card .more-details .action-items a {
            color: #642382;
            padding: 0 3px 0 3px;
            border-right: 1px solid white; }
            .home .tab-content.stack-view .card-columns .card .more-details .action-items a:hover, .home .tab-content.stack-view .card-columns .card .more-details .action-items a.active {
              color: #ee855e; }
            .home .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link {
              padding: 2px 5px 0;
              margin: 0  2px;
              display: inline-block;
              color: #ee855e;
              border-right: 0; }
              .home .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link:hover, .home .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link.active {
                background: rgba(255, 255, 255, 0.3);
                border-radius: 2px;
                color: #642382; }
          .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup {
            display: inline-block; }
            .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown {
              width: 185px;
              left: -85px;
              padding: 7px;
              box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
              border: 1px solid #fdeee8; }
              .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown h3 {
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 10px; }
              .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form {
                margin-bottom: 0px; }
                .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form label {
                  font-size: 12px; }
                .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form .form-control {
                  font-size: 12px;
                  background: white;
                  height: 20px; }
                .home .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea {
                  min-height: 1rem;
                  background: white;
                  padding: 5px 0;
                  font-size: 12px; }
    .home .tab-content.list-view .card-columns {
      padding: 2%;
      -moz-column-gap: 1rem;
      -webkit-column-gap: 1rem;
      column-gap: 1rem; }
      @media (min-width: 990px) {
        .home .tab-content.list-view .card-columns {
          -moz-column-count: 2;
          -webkit-column-count: 2;
          column-count: 2; } }
      .home .tab-content.list-view .card-columns .card {
        padding: 5px;
        text-align: left;
        position: relative;
        cursor: pointer;
        border: 1px solid #f0e0f7;
        box-shadow: none; }
        .home .tab-content.list-view .card-columns .card:hover {
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2); }
        @media (max-width: 552px) {
          .home .tab-content.list-view .card-columns .card {
            float: left; } }
        .home .tab-content.list-view .card-columns .card .cover-img {
          float: left;
          margin-right: 1rem; }
          .home .tab-content.list-view .card-columns .card .cover-img img {
            height: 100px; }
        .home .tab-content.list-view .card-columns .card .title {
          font-size: 16px;
          font-weight: bold;
          margin: 5px 0px 5px; }
        .home .tab-content.list-view .card-columns .card .more-details {
          background: #fff;
          font-size: 12px;
          display: block; }
          .home .tab-content.list-view .card-columns .card .more-details hr {
            display: none; }
          .home .tab-content.list-view .card-columns .card .more-details .info {
            float: left;
            clear: right;
            min-width: 70%; }
          .home .tab-content.list-view .card-columns .card .more-details .author-name {
            font-size: 12px; }
          .home .tab-content.list-view .card-columns .card .more-details .sub-title, .home .tab-content.list-view .card-columns .card .more-details .author-name, .home .tab-content.list-view .card-columns .card .more-details .format {
            display: block;
            padding: 3px 0; }
          .home .tab-content.list-view .card-columns .card .more-details .btn {
            margin: 0px;
            font-size: 13px; }
          .home .tab-content.list-view .card-columns .card .more-details hr {
            margin: 0.5rem 0; }
          .home .tab-content.list-view .card-columns .card .more-details .action-items {
            float: left; }
            .home .tab-content.list-view .card-columns .card .more-details .action-items a {
              color: #E65019;
              padding: 0 4px 0 3px;
              border-right: 1px solid white; }
              .home .tab-content.list-view .card-columns .card .more-details .action-items a:hover, .home .tab-content.list-view .card-columns .card .more-details .action-items a.active {
                color: #642382; }
              .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link {
                position: absolute;
                right: 0px;
                top: 0px;
                padding: 2px 5px 0;
                margin: 0  5px;
                display: inline-block;
                color: #E65019;
                border-right: 0;
                visibility: hidden;
                opacity: 0;
                transition: visibility 0.2s, opacity 0.2s linear; }
                .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link .material-icons {
                  font-size: 1.2rem;
                  line-height: 16px; }
                .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link {
                  top: 30px;
                  transition: visibility 0.6s, opacity 0.6s linear;
                  visibility: hidden;
                  opacity: 0; }
                .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link + .icon-link {
                  top: 60px;
                  transition: visibility 0.8s, opacity 0.8s linear;
                  visibility: hidden;
                  opacity: 0; }
                .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link + .icon-link + .icon-link {
                  top: 90px;
                  visibility: hidden;
                  opacity: 0; }
                .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link:hover, .home .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link.active {
                  background: rgba(189, 124, 220, 0.3);
                  border-radius: 2px;
                  color: #642382; }
            .home .tab-content.list-view .card-columns .card .more-details .action-items .add-to-cart, .home .tab-content.list-view .card-columns .card .more-details .action-items .buy-now {
              font-size: 1rem;
              font-weight: 600; }
              .home .tab-content.list-view .card-columns .card .more-details .action-items .add-to-cart .material-icons, .home .tab-content.list-view .card-columns .card .more-details .action-items .buy-now .material-icons {
                vertical-align: middle; }
        .home .tab-content.list-view .card-columns .card:hover .action-items a.icon-link {
          visibility: visible;
          opacity: 1; }
          .home .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
          .home .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
          .home .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
    .home .tab-content.title-view .card-columns {
      padding: 2%;
      -moz-column-gap: 0px;
      -webkit-column-gap: 0px;
      column-gap: 0px; }
      @media (min-width: 990px) {
        .home .tab-content.title-view .card-columns {
          -moz-column-count: 1;
          -webkit-column-count: 1;
          column-count: 1; } }
      .home .tab-content.title-view .card-columns .card {
        padding: 10px;
        text-align: left;
        position: relative;
        cursor: pointer;
        border: 1px solid #f0e0f7;
        box-shadow: none;
        border-bottom: 0px;
        margin: -10px 0 0 0; }
        .home .tab-content.title-view .card-columns .card:first-child {
          margin: 0; }
        .home .tab-content.title-view .card-columns .card:last-child {
          border: 1px solid #f0e0f7; }
        .home .tab-content.title-view .card-columns .card:hover {
          background: #f0e0f7; }
        @media (max-width: 552px) {
          .home .tab-content.title-view .card-columns .card {
            float: left; } }
        .home .tab-content.title-view .card-columns .card .cover-img {
          display: none; }
        .home .tab-content.title-view .card-columns .card .title {
          font-size: 16px;
          font-weight: bold;
          margin: 0px; }
        .home .tab-content.title-view .card-columns .card .more-details {
          background: #fff;
          font-size: 12px;
          display: block; }
          .home .tab-content.title-view .card-columns .card .more-details hr {
            display: none; }
          .home .tab-content.title-view .card-columns .card .more-details .info {
            float: left; }
          .home .tab-content.title-view .card-columns .card .more-details .author-name {
            display: none; }
          .home .tab-content.title-view .card-columns .card .more-details .sub-title, .home .tab-content.title-view .card-columns .card .more-details .format {
            display: block;
            padding: 3px 0; }
          .home .tab-content.title-view .card-columns .card .more-details .btn {
            margin: 0px;
            font-size: 13px; }
          .home .tab-content.title-view .card-columns .card .more-details hr {
            margin: 0.5rem 0; }
          .home .tab-content.title-view .card-columns .card .more-details .action-items {
            float: right;
            vertical-align: middle; }
            .home .tab-content.title-view .card-columns .card .more-details .action-items a {
              color: #E65019;
              padding: 0 4px 0 3px;
              border-right: 1px solid white;
              vertical-align: middle; }
              .home .tab-content.title-view .card-columns .card .more-details .action-items a:hover, .home .tab-content.title-view .card-columns .card .more-details .action-items a.active {
                color: #642382; }
              .home .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link {
                padding: 2px 5px 0;
                margin: 0  5px;
                display: inline-block;
                color: #E65019;
                border-right: 0; }
                .home .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link .material-icons {
                  font-size: 1.2rem; }
                .home .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link:hover, .home .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link.active {
                  background: rgba(189, 124, 220, 0.3);
                  border-radius: 2px;
                  color: #642382; }
            .home .tab-content.title-view .card-columns .card .more-details .action-items .add-to-cart, .home .tab-content.title-view .card-columns .card .more-details .action-items .buy-now {
              font-size: 1rem;
              font-weight: 600; }
              .home .tab-content.title-view .card-columns .card .more-details .action-items .add-to-cart .material-icons, .home .tab-content.title-view .card-columns .card .more-details .action-items .buy-now .material-icons {
                vertical-align: middle; }
        .home .tab-content.title-view .card-columns .card:hover .action-items a.icon-link {
          visibility: visible;
          opacity: 1; }
          .home .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
          .home .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
          .home .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link + .icon-link {
            visibility: visible;
            opacity: 1; }
  .home .collections .card {
    position: relative; }
  .home .collections .view-collections-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    color: #E65019;
    font-weight: bold;
    border: 0;
    background: transparent; }
  .home .view-collections {
    display: none; }
  .home .back-to-collection {
    vertical-align: middle;
    display: none;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    top: 30px;
    left: 5px;
    width: 2rem;
    height: 2rem;
    padding: 2px; }
    .home .back-to-collection .material-icons {
      vertical-align: middle;
      text-align: center; }
  .home .dropdown-menu .c-inputs-stacked label {
    margin: 5px 0;
    display: inline-block; }

.modal-stack-view-details {
  font-size: 13px; }
  .modal-stack-view-details .info img {
    float: left;
    margin: 0 25px 0 0; }
  .modal-stack-view-details .info .author-name {
    font-size: 12px; }
  .modal-stack-view-details .info .sub-title, .modal-stack-view-details .info .author-name, .modal-stack-view-details .info .format {
    display: block;
    padding: 3px 0; }
  .modal-stack-view-details hr {
    margin: 0.5rem 0; }
  .modal-stack-view-details .action-items a {
    color: #E65019;
    padding: 0 3px 0 3px;
    border-right: 1px solid #e6ccf1; }
    .modal-stack-view-details .action-items a:hover, .modal-stack-view-details .action-items a.active {
      color: #642382; }
    .modal-stack-view-details .action-items a.icon-link {
      padding: 2px 5px 0;
      margin: 0  2px;
      display: inline-block;
      color: #642382;
      border-right: 0; }
      .modal-stack-view-details .action-items a.icon-link:hover, .modal-stack-view-details .action-items a.icon-link.active {
        background: rgba(189, 124, 220, 0.3);
        border-radius: 2px;
        color: #E65019; }
  .modal-stack-view-details .action-items .add-to-cart, .modal-stack-view-details .action-items .buy-now {
    font-size: 1rem;
    font-weight: 600; }
    .modal-stack-view-details .action-items .add-to-cart .material-icons, .modal-stack-view-details .action-items .buy-now .material-icons {
      vertical-align: middle; }
  .modal-stack-view-details .action-items .dropup {
    display: inline-block; }
    .modal-stack-view-details .action-items .dropup .share-dropdown {
      width: 185px;
      left: -85px;
      padding: 7px;
      box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
      border: 1px solid #fdeee8; }
      .modal-stack-view-details .action-items .dropup .share-dropdown h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
      .modal-stack-view-details .action-items .dropup .share-dropdown .md-form {
        margin-bottom: 0px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form label {
          font-size: 12px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form .form-control {
          font-size: 12px;
          background: white;
          height: 20px; }
        .modal-stack-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea {
          min-height: 1rem;
          background: white;
          padding: 5px 0;
          font-size: 12px; }

.section-wrap {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  margin: 15px 0 0; }
  .section-wrap .section-title {
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400; }
  .section-wrap .category-wrapper {
    float: left;
    width: 300px;
    background: white; }
    @media (max-width: 768px) {
      .section-wrap .category-wrapper {
        position: absolute;
        z-index: 999;
        background: #FFFFFF;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2); }
        .section-wrap .category-wrapper::before {
          content: '\276F';
          position: absolute;
          right: 15px;
          top: 5px;
          transform: rotate(90deg);
          color: #FFFFFF; } }
    @media (max-width: 480px) {
      .section-wrap .category-wrapper {
        position: absolute;
        width: 100%; } }
    .section-wrap .category-wrapper .title {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 10px;
      margin: 0;
      background: #E65019;
      color: #FFFFFF;
      text-transform: uppercase; }
    @media (max-width: 768px) {
      .section-wrap .category-wrapper .category-list {
        display: none; }
        .section-wrap .category-wrapper .category-list.showCategory {
          display: block; } }
    .section-wrap .category-wrapper .category-list li {
      display: block;
      clear: both; }
      .section-wrap .category-wrapper .category-list li a {
        padding: 7px 15px;
        display: block;
        border-bottom: 1px solid rgba(100, 35, 130, 0.1);
        font-size: 13px;
        color: #642382; }
        .section-wrap .category-wrapper .category-list li a:hover {
          background: rgba(100, 35, 130, 0.7);
          color: #FFFFFF;
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
      .section-wrap .category-wrapper .category-list li.active a {
        background: #642382;
        color: #FFFFFF;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
      .section-wrap .category-wrapper .category-list li.dropdown {
        position: relative; }
        .section-wrap .category-wrapper .category-list li.dropdown::before {
          content: '\276F';
          position: absolute;
          right: 12px;
          top: 5px;
          transform: rotate(90deg);
          color: #642382;
          font-size: 15px;
          cursor: pointer; }
        .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu {
          position: relative;
          width: 99%;
          clear: both;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu li {
            display: block;
            clear: both; }
            .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu li a {
              padding: 5px 20px;
              display: block;
              border-bottom: 1px solid rgba(100, 35, 130, 0.1);
              font-size: 12px;
              color: #642382;
              background: #FFFFFF; }
              .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu li a:hover {
                background: rgba(100, 35, 130, 0.7);
                color: #FFFFFF;
                box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
            .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu li.active a {
              background: #642382;
              color: #FFFFFF;
              box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
          .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu {
            position: relative;
            width: 100%;
            clear: both;
            padding: 0;
            margin: 0;
            box-shadow: none; }
            .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li {
              display: block;
              clear: both; }
              .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a {
                padding: 5px 30px;
                display: block;
                border-bottom: 1px solid rgba(100, 35, 130, 0.1);
                font-size: 12px;
                color: #642382;
                background: rgba(100, 35, 130, 0.1); }
                .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li a:hover {
                  background: rgba(100, 35, 130, 0.7);
                  color: #FFFFFF;
                  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
              .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown-menu li.active a {
                background: #642382;
                color: #FFFFFF;
                box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
          .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu {
            position: relative;
            width: 100%;
            clear: both;
            padding: 0;
            margin: 0;
            box-shadow: none; }
            .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li {
              display: block;
              clear: both; }
              .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a {
                padding: 5px 35px;
                display: block;
                border-bottom: 1px solid rgba(100, 35, 130, 0.1);
                font-size: 12px;
                color: #642382;
                background: rgba(100, 35, 130, 0.01); }
                .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li a:hover {
                  background: rgba(100, 35, 130, 0.7);
                  color: #FFFFFF;
                  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
              .section-wrap .category-wrapper .category-list li.dropdown .dropdown-menu .dropdown .dropdown .dropdown-menu li.active a {
                background: #642382;
                color: #FFFFFF;
                box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
        .section-wrap .category-wrapper .category-list li.dropdown.open::before {
          content: '\276F';
          position: absolute;
          right: 7px;
          top: 5px;
          transform: rotate(270deg);
          color: #642382; }
        .section-wrap .category-wrapper .category-list li.dropdown.active::before {
          color: #FFFFFF; }
        .section-wrap .category-wrapper .category-list li.dropdown.active .dropdown-menu li a {
          background: #FFFFFF;
          color: #642382;
          box-shadow: none; }
          .section-wrap .category-wrapper .category-list li.dropdown.active .dropdown-menu li a:hover {
            background: rgba(100, 35, 130, 0.7);
            color: #FFFFFF;
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
        .section-wrap .category-wrapper .category-list li.dropdown.active .dropdown-menu li.active a {
          background: rgba(100, 35, 130, 0.7);
          color: #FFFFFF;
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }
      .section-wrap .category-wrapper .category-list li:last-child a {
        border-bottom: 0; }
  .section-wrap .new-releases {
    margin-top: 30px;
    clear: both; }
    .section-wrap .new-releases .carousel-control {
      width: 30px;
      background: transparent;
      color: rgba(0, 0, 0, 0.7);
      opacity: .7; }
      .section-wrap .new-releases .carousel-control:hover {
        opacity: 1; }
      .section-wrap .new-releases .carousel-control .icon-next, .section-wrap .new-releases .carousel-control .icon-prev {
        margin-top: -19px;
        font-size: 2rem; }
      .section-wrap .new-releases .carousel-control .icon-prev {
        margin-left: -30px;
        border-radius: 0 5px 5px 0; }
      .section-wrap .new-releases .carousel-control .icon-next {
        margin-right: -21px;
        border-radius: 5px 0 0 5px; }
    .section-wrap .new-releases .book-wrapper {
      width: 29%;
      text-align: center;
      margin: 2%;
      box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
      float: left;
      padding: 20px 0;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 480px) {
        .section-wrap .new-releases .book-wrapper {
          width: 44%; } }
      .section-wrap .new-releases .book-wrapper .cover-img img {
        height: 170px;
        width: auto;
        box-shadow: 7px -3px 0px rgba(0, 0, 0, 0.1); }
      .section-wrap .new-releases .book-wrapper .more-details {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding: 5px 20px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }
        @media (max-width: 480px) {
          .section-wrap .new-releases .book-wrapper .more-details {
            display: none; } }
        .section-wrap .new-releases .book-wrapper .more-details .title {
          font-size: 13px;
          font-weight: bold;
          margin: 15px 0px 0px; }
        .section-wrap .new-releases .book-wrapper .more-details .author-name, .section-wrap .new-releases .book-wrapper .more-details .format, .section-wrap .new-releases .book-wrapper .more-details .isbn13, .section-wrap .new-releases .book-wrapper .more-details .no_of_pages, .section-wrap .new-releases .book-wrapper .more-details .publisher {
          font-size: 12px; }
        .section-wrap .new-releases .book-wrapper .more-details .sub-title, .section-wrap .new-releases .book-wrapper .more-details .author-name, .section-wrap .new-releases .book-wrapper .more-details .format {
          display: block;
          padding: 3px 0; }
        .section-wrap .new-releases .book-wrapper .more-details .no_of_pages, .section-wrap .new-releases .book-wrapper .more-details .publisher {
          display: none; }
        .section-wrap .new-releases .book-wrapper .more-details .btn {
          margin: 0px;
          font-size: 13px; }
        .section-wrap .new-releases .book-wrapper .more-details hr {
          margin: 0.3rem 0;
          display: none; }
        .section-wrap .new-releases .book-wrapper .more-details .action-items {
          font-size: 0.8rem;
          display: none; }
          .section-wrap .new-releases .book-wrapper .more-details .action-items a {
            color: #E65019;
            padding: 0 3px 0 3px; }
            .section-wrap .new-releases .book-wrapper .more-details .action-items a:hover, .section-wrap .new-releases .book-wrapper .more-details .action-items a.active {
              color: #642382; }
            .section-wrap .new-releases .book-wrapper .more-details .action-items a.icon-link {
              padding: 2px 5px 0;
              margin: 0  2px;
              display: inline-block;
              color: #642382;
              border-right: 0; }
              .section-wrap .new-releases .book-wrapper .more-details .action-items a.icon-link:hover, .section-wrap .new-releases .book-wrapper .more-details .action-items a.icon-link.active {
                background: rgba(220, 184, 236, 0.3);
                border-radius: 2px;
                color: #E65019; }
      .section-wrap .new-releases .book-wrapper:hover .more-details {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: all 0.3s ease;
        box-shadow: inset rgba(0, 0, 0, 0.05) 1px 1px 2px 4px; }
    .section-wrap .new-releases .see-more {
      float: right;
      margin: -15px 0 0 0;
      color: #E65019;
      font-size: 0.9rem;
      text-transform: capitalize; }
      .section-wrap .new-releases .see-more:hover {
        color: #642382; }
  .section-wrap .most-popular .carousel-inner {
    min-height: 232px;
    margin: 25px 15px; }
    @media (max-width: 768px) {
      .section-wrap .most-popular .carousel-inner {
        min-height: auto;
        margin-left: 0px; } }
    @media (max-width: 480px) {
      .section-wrap .most-popular .carousel-inner {
        min-height: auto;
        margin-left: 0px; } }
    .section-wrap .most-popular .carousel-inner .carousel-item {
      background-color: #FFFFFF; }
  .section-wrap .most-popular .carousel-control {
    width: 30px;
    background: transparent;
    color: #000000;
    opacity: .7; }
    .section-wrap .most-popular .carousel-control:hover {
      opacity: 1; }
    .section-wrap .most-popular .carousel-control .icon-next, .section-wrap .most-popular .carousel-control .icon-prev {
      top: -50px;
      font-size: 2rem; }
    .section-wrap .most-popular .carousel-control .icon-prev {
      left: 500px;
      border-radius: 0 5px 5px 0; }
      @media (max-width: 1024px) {
        .section-wrap .most-popular .carousel-control .icon-prev {
          left: 350px; } }
      @media (max-width: 768px) {
        .section-wrap .most-popular .carousel-control .icon-prev {
          left: 200px; } }
      @media (max-width: 568px) {
        .section-wrap .most-popular .carousel-control .icon-prev {
          left: 50px; } }
    .section-wrap .most-popular .carousel-control .icon-next {
      right: 500px;
      border-radius: 5px 0 0 5px; }
      @media (max-width: 1024px) {
        .section-wrap .most-popular .carousel-control .icon-next {
          right: 350px; } }
      @media (max-width: 768px) {
        .section-wrap .most-popular .carousel-control .icon-next {
          right: 200px; } }
      @media (max-width: 568px) {
        .section-wrap .most-popular .carousel-control .icon-next {
          right: 50px; } }
  .section-wrap .most-popular .card {
    padding: 15px 5px;
    text-align: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    width: 14.5%;
    border-bottom: 1px solid #FFFFFF; }
    @media (max-width: 768px) {
      .section-wrap .most-popular .card {
        width: 29%;
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .section-wrap .most-popular .card {
        width: 42.5%;
        margin-bottom: 10px; } }
    .section-wrap .most-popular .card .cover-img img {
      max-width: 100%;
      width: auto;
      height: 200px;
      margin: auto;
      display: block;
      box-shadow: 5px -3px 0px rgba(100, 35, 130, 0.1); }
    .section-wrap .most-popular .card .cover-img::before {
      content: "";
      width: 95%;
      height: 15px;
      position: absolute;
      border-radius: 45%;
      bottom: 5px;
      z-index: 1;
      background: rgba(100, 35, 130, 0.05);
      box-shadow: 1px 3px 0px rgba(100, 35, 130, 0.2); }
    .section-wrap .most-popular .card .title {
      font-weight: bold;
      width: 185px;
      margin: 10px 0px 0px;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 28px;
      /* Fallback for non-webkit */
      font-size: 14px;
      line-height: 2;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .section-wrap .most-popular .card .more-details {
      background: #fff;
      font-size: 11px;
      padding: 5px;
      position: absolute;
      width: 210px;
      left: 0px;
      bottom: 0;
      right: 0;
      display: none; }
      .section-wrap .most-popular .card .more-details .author-name {
        font-size: 12px; }
      .section-wrap .most-popular .card .more-details .sub-title, .section-wrap .most-popular .card .more-details .author-name, .section-wrap .most-popular .card .more-details .format {
        display: block;
        padding: 3px 0; }
      .section-wrap .most-popular .card .more-details .btn {
        margin: 0px;
        font-size: 13px; }
      .section-wrap .most-popular .card .more-details hr {
        margin: 0.5rem 0; }
      .section-wrap .most-popular .card .more-details .action-items a {
        color: #642382;
        padding: 0 3px 0 3px;
        border-right: 1px solid #e0e4ec; }
        .section-wrap .most-popular .card .more-details .action-items a:hover, .section-wrap .most-popular .card .more-details .action-items a.active {
          color: #63759d; }
        .section-wrap .most-popular .card .more-details .action-items a.icon-link {
          padding: 2px 5px 0;
          margin: 0  2px;
          display: inline-block;
          color: #63759d;
          border-right: 0; }
          .section-wrap .most-popular .card .more-details .action-items a.icon-link:hover, .section-wrap .most-popular .card .more-details .action-items a.icon-link.active {
            background: rgba(208, 214, 226, 0.3);
            border-radius: 2px;
            color: #642382; }
      .section-wrap .most-popular .card .more-details .action-items .dropup {
        display: inline-block; }
        .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown {
          width: 185px;
          left: -85px;
          padding: 7px;
          box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
          border: 1px solid #fdeee8; }
          .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown h3 {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px; }
          .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown .md-form {
            margin-bottom: 0px; }
            .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown .md-form label {
              font-size: 12px; }
            .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown .md-form .form-control {
              font-size: 12px;
              background: white;
              height: 20px; }
            .section-wrap .most-popular .card .more-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea {
              min-height: 1rem;
              background: white;
              padding: 5px 0;
              font-size: 12px; }

/*# sourceMappingURL=home.css.map */
