* {
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.5px;
}

html, body, header {
    background-color: #ffffff;
}

p {
    font-size: 14px;
}

p a, p a:hover {
    color: #11718A;
}
.courier-tabs {
  display: flex;
  gap: 10px;
  margin: 10px;
}

.courier-tab {
  background: #001024;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}

.courier-tab.active {
  background: #AC8345;
}
#lockerMap {
  position: relative;
}
.locker-search-wrapper {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 300px;
  z-index: 9999;
}

.locker-search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.locker-suggestions {
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.locker-suggestions button {
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  border: none;
  background: #fff;
  cursor: pointer;
}

.locker-suggestions button:hover {
  background: #f5f5f5;
}
#open-locker-modal {
    color: #AC8345;
    font-weight: 600;
    font-size: 15px;
}
.cookie-compliance-popup {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
    width: 100%;
    justify-content: space-between;
    padding: 15px 30px;
    z-index: 999;
    border-top: 1px solid #ccc;
    font-size: 13px;
    align-items: center;
}

.cookie-compliance-popup.active {
    display: flex;
}

.cookie-compliance-popup a {
    color: #212529;
}

.cookie-compliance-popup .cookie-button {
    background: #AC8345;
    padding: 10px;
    color: white;
    cursor: pointer;
}

.cookie-compliance-popup .cookie-button:hover {
    background-color: #001024;
}

header {
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

small, small a, .text-muted {
    color: #828282 !important;
    font-size: 12px !important;
    text-decoration: none;
    line-height: 18px;
    display: block;
}

small a:hover {
    color: #828282;
    text-decoration: underline;
}

hr {
    border-top: 1px dotted #CCCCCC;
    opacity: 1;
    margin: 10px 0px;
}

.text-divider {
    position: relative;
}

.text-divider span {
    padding: 10px 8px;
    background: #828282;
    border-radius: 50%;
    color: white;
    z-index: 1;
    position: relative;
}

.text-divider hr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    margin: 0;
}

.text-divider hr:first-child {
    left: 0;
}

.text-divider hr:last-child {
    right: 0;
}

.vertical-separator {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border-left: 1px dotted #ccc;
}
.margin-top{ margin-top: 20px}
.margin-bottom{ margin-bottom: 20px}

/* -- Inputs -------------------------------------------------------------------------------------------------------- */
input[type=radio] {
    accent-color: #AC8345;
}

/* -- Icons --------------------------------------------------------------------------------------------------------- */
.audiobook-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/audiobook-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ebook-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/book-type-epdf.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ebook-bg-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/ebook-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cart-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.play-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/play.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.narrator-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/microphone.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.secure-shield {
    width: 18px;
    height: 18px;
    background-image: url(../images/protect-shield-lock.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.duration-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/clock-outline.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pages-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/book-open-page-outline.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.delivery-time-icon {
    width: 24px;
    height: 24px;
    -webkit-mask: url(../images/shipping-time-icon.svg) no-repeat 100% 100%;
    mask: url(../images/shipping-time-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
}

.delivery-car-icon {
    width: 24px;
    height: 24px;
    -webkit-mask: url(../images/shipping-icon.svg) no-repeat 100% 100%;
    mask: url(../images/shipping-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
}

.product-filter-all-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/top-listing-filter-all.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-filter-audiobook-icon {
    width: 16px;
    height: 16px;
    -webkit-mask: url(../images/audiobook.svg) no-repeat 100% 100%;
    mask: url(../images/audiobook.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
    /*background-image: url(../images/audiobook.svg);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}

.product-filter-ebook-icon {
    width: 16px;
    height: 16px;
    -webkit-mask: url(../images/ebook.svg) no-repeat 100% 100%;
    mask: url(../images/ebook.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
}

.product-filter-book-icon {
    width: 16px;
    height: 16px;
    -webkit-mask: url(../images/book.svg) no-repeat 100% 100%;
    mask: url(../images/book.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
}


.product-button-icon {
    width: 48px;
    height: 48px;
    background-image: url(../images/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-book-add-to-cart-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/cart-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-book-sample-icon {
    width: 24px;
    height: 21px;
    /*background-image: url(../images/ebook-open-sample.png);*/
    -webkit-mask-image: url('../images/book-open-sample.svg');
    mask-image: url('../images/book-open-sample.svg');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ac8345;
}

.product-page-author-icon {
    width: 16px;
    height: 16px;
    /*background-image: url(../images/book-edit-outline.png);*/
    background-image: url(../images/book-edit-outline.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-page-narrator-icon {
    width: 16px;
    height: 16px;
    /*background-image: url(../images/narrator-grey.png);*/
    background-image: url(../images/microphone.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-page-duration-icon {
    width: 16px;
    height: 16px;
    /*background-image: url(../images/clock-outline-grey.png);*/
    background-image: url(../images/clock-outline.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sort-arrow {
    width: 15px;
    height: 19px;
    background-color: #AC8345;
    -webkit-mask-image: url('../images/sort-arrow.svg?v=2');
    mask-image: url('../images/sort-arrow.svg?v=2');
    display: none
}

.sort-arrow.up {
    transform: rotate(180deg);
    margin-bottom: 2px;
}
.view-mode {
    width: 24px;
    height: 24px;
    background-color: #AC8345;
}
.view-mode.view-compact {
    mask-image: url( '../images/icon-show.svg' );
    -webkit-mask-image: url( '../images/icon-show.svg' );
}

.view-mode.view-extra {
    mask-image: url( '../images/icon-show.svg' );
    -webkit-mask-image: url( '../images/icon-show.svg' );
}

/* -- End Icons --------------------------------------------------------------------------------------------------- - */

/* - Buttons --------------------------------------------------------------------------------------------------------*/
.btn.btn-primary, .btn-outline-primary,
.btn.btn-primary:active, .btn.btn-primary:focus {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    position: relative;
    justify-content: center;
    background-color: #AC8345;
    color: white;
    outline: none;
    border: none;
    border-radius: 0;
    border: 2px solid #AC8345;
}

.btn.btn-primary:hover, .btn-outline-primary:hover {
    background-color: #001024;
    border: 2px solid #001024;
}

.btn.btn-primary.btn-black {
    background-color: #121212;
}

.btn-outline-primary {
    background-color: white;
    color: #AC8345;
    border: 2px solid #AC8345;
}

.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus-visible {
    background-color: #AC8345;
    color: white;
    border: 2px solid #AC8345;
}

header .header-carousel {
    background: #053B6A;
    color: white;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

header .header-inner .header-top{
    display: flex;
    margin-top: 30px;
    position: relative;
    flex-wrap: wrap;
}
header .header-inner .header-page-navigator{
    margin-top: 20px;
}
header .header-inner .header-page-navigator UL {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}
header .header-inner .header-page-navigator > UL > LI > A{
    height: 35px;
    overflow: hidden;
    padding: 5px 16px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 2px solid #FFF;
}

header .header-inner .header-page-navigator ul.submenu-items li.submenu-header:after {
    content:'';
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #AC8345;
}

header .header-inner .header-page-navigator ul.submenu-items li.submenu-header a {
    font-weight: bold;
}

header .header-inner .header-page-navigator ul.submenu-items a {
    font-family: "Merriweather", serif;
    font-size: 12px;
}

header .header-inner .header-page-navigator A.link-all-products {
    text-decoration: underline;
}

header .header-inner .header-page-navigator > UL > LI:hover > A,
header .header-inner .header-page-navigator > UL > LI > A.active{
    border-bottom:2px solid #AC8345;
}
header .header-inner .header-page-navigator > UL > LI > UL {
     display: none;
}
header .header-inner .header-page-navigator > UL > LI.active > UL {
    display: block;
}

header .header-inner .header-page-navigator UL UL LI {
    display: block;
}
header .header-inner .header-page-navigator UL UL LI A{
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
header .header-inner .header-page-navigator UL UL LI A:hover,
header .header-inner .header-page-navigator UL UL LI A.active {
    color: #AC8345;
}
header .header-inner .header-page-navigator I{
    display: none;
}


header #header-mini-cart {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 999999;
    width: 100%;
    max-width: 400px;
    background: white;
    padding: 15px;
    /*box-shadow: 0 0 5px 0 #ddd;*/
    overflow: hidden;
}

header #header-mini-cart.active {
    display: flex;
    flex-direction: column;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .2);
}

header #header-mini-cart .cart-product-price .product-book-price {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0;
}

header #header-mini-cart .cart-product-price .product-book-sale-price {
    margin: 0;
    font-size: 12px;
}



body #mini-cart-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    display: none;
}

body #mini-cart-overlay.active {
    display: block;
}

header #header-mini-cart-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 15px;
}

header #header-mini-cart-header #header-mini-cart-close {
    cursor: pointer;
}

header .header-mini-cart-items-count {
    display: block;
    margin-left: 5px;
    font-size: 12px;
}

header #header-mini-cart-title {
    font-weight: bold;
}

header .header-mini-cart-title-items-count {
    font-size: 14px;
    font-weight: normal;
}

header #header-mini-cart #header-mini-cart-content {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    /*margin-bottom: 20px;*/
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 30px;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item {
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-actions .cart-product-action:last-child {
    /*display: none;*/
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item-empty {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item:last-child {
    border: none;
    padding-bottom: 0;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-image img {
    height:  auto;
    box-shadow: 0 0 10px 0 #ddd;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-actions {
    gap: 14px;
    font-size: 12px;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-data {
    margin-left: 12px;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-title {
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .book-type-label {
    color: #ED4E4E;
    font-size: 12px;
}
header #header-mini-cart #header-mini-cart-content .mini-cart-item .book-preorder-label {
    color: #11718A;
    font-size: 12px;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item  .product-book-regular-price {
    font-size: 12px !important;
}

header #header-mini-cart #header-mini-cart-content .mini-cart-item .product-book-regular-price.cut {
    color: #AC8345;
    font-weight: 400;
}


header #header-mini-cart #header-mini-cart-totals {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    margin-bottom: 20px;
}

header #header-mini-cart #header-mini-cart-totals .header-mini-cart-total-item {
    display: flex;
    justify-content: space-between;
}

header #header-mini-cart #header-mini-cart-actions {
    margin-bottom: 15px;
    display: none;
}

header #header-mini-cart #header-mini-cart-actions.active {
    display: block;
}

header .header-inner .header-page-navigator .header-page-navigator-mobile,
header .header-brand-wrapper .header-menu-switcher {
    display: none;
}

.burger{cursor: pointer; order: 2 }
.burger .bar1, .burger .bar2, .burger .bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 6px auto;
    margin-right: 0;
    transition: 0.4s;
}
header.submenu .bar1 {  -webkit-transform: rotate(-45deg) translate(-9px, 6px);  transform: rotate(-45deg) translate(-7px, 6px);}
header.submenu .bar2 {opacity: 0;}
header.submenu .bar3 {  -webkit-transform: rotate(45deg) translate(-8px, -8px);  transform: rotate(45deg) translate(-6px, -6px);}


header .header-top {
    justify-content: space-between;
}

header .header-search {
    position: relative;
    flex: 1;
    padding: 0 40px;
}

header .header-brand {

}

header .header-brand a {
    max-width: 165px;
    display: block;
    width: 100%;
}

header .header-brand .header-brand-desktop {
    display: block;
}

header .header-brand .header-brand-mobile {
    display: none;
}

header .header-search .header-search-input {
    position: relative;
    width: 100%;
}


/*header .header-search .header-search-input:before {*/
/*    content: '|';*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

header .header-search select {
    border-top: 1px solid #001024;
    border-bottom: 1px solid #001024;
    border-left: 1px solid #001024;
    border-right: 0;
    font-size: 12px;
    padding: 0 5px;
    position: relative;
    text-align: center;
}


header .header-search select:focus-visible {
    outline: none;
}

header .header-search input {
    width: 100%;
    border-radius: 0;
    padding: 8px;
    color: black;
    max-height: 48px;
    padding-left: 42px;
    border-top: 1px solid #001024;
    border-bottom: 1px solid #001024;
    border-left: 1px solid #001024;
    border-right: 0;
    font-size: 15px;
    font-family: "Merriweather", serif;
}

header .header-search input::placeholder {
    color:#4f5865;
    font-size: 14px;
    font-family: "Merriweather", serif;
}

header .header-search input:focus-visible {
    outline: none;
}

header .header-search form {
    display: flex;
}

header .header-search .search-icon {
    position: absolute;
    left: 16px;
    background: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-text-fill-color: black;
    opacity: 70%;
}

header .header-search .search-icon i {
    font-size: 13px;
}

header .header-search button {
    border: 1px solid #001024;
    background-color: #001024;
    font-size: 15px;
    font-family: "Merriweather", serif;
    color: white;
    padding: 0 22px;
}

header .header-actions {
    display: flex;
    width: 320px;
    justify-content: space-between;
}

header .header-actions .header-action-item {
    display: flex;
}

header .header-actions .header-action-item:last-child {
    margin-right: 0;
}

header .header-actions .header-action-item a {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    font-size: 13px;
}

header .header-actions .header-action-item a span {
    font-size: 15px;
    font-family: "Merriweather", serif;
}

header .header-actions .header-action-item a i {
    font-size: 19px;
    padding-right: 6px;
}


header .header-page-navigator ul,
header .header-page-sub-navigator ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

header .header-page-navigator ul li .header-page-navigator-item-container i {
    display: none;
}

header .header-page-sub-navigator ul {
    flex-direction: column;
    max-width: 25%;
    justify-content: unset;
}

header .header-page-navigator ul li:last-child {
    margin-right: 0;
}

header .header-page-navigator ul li a, header .header-page-navigator ul li a span {
    text-decoration: none;
    font-weight: 700;
    color: #001024;
    font-size: 15px;
    font-family: "Merriweather", serif;
    letter-spacing: 1px;
}
header .header-page-navigator ul li a span{ flex: 1}

header .header-page-navigator ul li a:hover,
footer ul li a:hover,
header .header-page-navigator ul li a.active {
    color: #053B6A;
}

header .header-page-navigator ul li a.more {
    background: #fae9e5;
    border-radius: 11px;
    padding: 7px 17px;
}

header .header-page-navigator ul li a.more span {
    margin-right: 5px;
}

header .header-page-sub-navigator-wrapper {
    padding-top: 20px;
    transition:right 0.5s ease;
    border-top: 1px solid #CCCCCC;
    display: none;
}

header .header-page-sub-navigator {
    display: flex;
}

header .header-page-sub-navigator ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #001024;
    font-size: 14px;
    font-family: "Merriweather", serif;
}

header .header-page-sub-navigator ul li a:hover {
    color: #053B6A;
}


/* -- Hero section ------ */
#hero {
    width: 100%;
    max-height: 480px;
    background-color: #fe4b2d;
}

#hero .container  {
    padding: 20px calc(var(--bs-gutter-x) * .5);;
}

/* -- Page navigation ---------------------------------------------------------------------------------------------- -*/
.content-page-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.content-page-wrap .comunicari {
    margin-bottom: -44px;
}
.page-navigation {
    margin-bottom: 20px;
    background-color: #FAFAFA;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.page-navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-navigation .page-breadcrumb ul {
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 20px 0;
}

.page-navigation .page-breadcrumb ul li {
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center
}

.page-navigation .page-breadcrumb ul li:last-child {
    margin-right: 0;
    opacity: 50%;
}

.page-navigation .page-breadcrumb ul li:last-child a {
    color: #001024;
}

.page-navigation .page-breadcrumb ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
    width: 16px;
    height: 16px;
    background-image: url(../images/chevron-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-navigation .page-breadcrumb ul li:last-child:after {
    display: none;
}

.page-navigation .page-breadcrumb ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #11718A;
    text-decoration: none;
}

.page-navigation .page-breadcrumb ul li a:hover {
    text-decoration: underline;
}

.page-navigation .page-title {
    margin-top: -50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-navigation .page-title.page-title-search {
    margin-top: -14px;
}

.container.static-page-content {
    max-width: 1024px;
}

.page-navigation .page-title h1, .static-page-content .static-page-title h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: left;
    font-family: "Merriweather", serif;
}

.static-page-content .static-page-title h1 {
    text-align: center;
}

.static-page-content p {
    font-size: 13px;
}

.page-navigation .page-title h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.page-navigation .category-results {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.page-wrap {
    margin: 0 auto;
    margin-bottom: 50px;
}

.filters-wrap {
    width: 240px;
}

.listing-wrap {
    width: calc(100% - 240px);
}

.listing-wrap.no-filters {
    width: 100%;
}

.page-wrap aside {
    height: 100%;
    position: relative;
}

.page-content .box-content {
    background-color: white;
    /*border-radius: 16px;*/
    height: 100%;
}

.page-content .listing-pagination {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content .listing-pagination ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.page-content .listing-pagination ul li:first-child a,
.page-content .listing-pagination ul li:last-child a {
    font-size: -1;
    height: 32px;
    width: 32px;
    display: block;
    background-color: #11718A;
    box-sizing: border-box;
}

.page-content .listing-pagination ul li:first-child a {
    mask-image: url("../images/pag-prev-arrow.svg");
    -webkit-mask-image: url("../images/pag-prev-arrow.svg");
}

.page-content .listing-pagination ul li:last-child a {
    mask-image: url("../images/pag-next-arrow.svg");
    -webkit-mask-image: url("../images/pag-next-arrow.svg");
}

.page-content .listing-pagination ul li {
    margin-right: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content .listing-pagination ul li.active {
    background-color: #11718A;
    border-radius: 50%;
}

.page-content .listing-pagination ul li a {
    color: #11718A;
    text-decoration: none;
    font-size: 13px;
}

.page-content .listing-pagination ul li.active a {
    color: white;
}

.page-content .listing-pagination ul li a.disabled {
    opacity: 30%;
    cursor: not-allowed;
}

.page-content .listing-pagination ul li:last-child {
    margin-right: 0;
}


.page-content .listing-options {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    margin-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
}

.page-content .listing-options .listing-display,
.page-content .listing-options .listing-order ul,
.page-content .listing-options .listing-search-tabs ul {
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}

.page-content .listing-options .listing-search-tabs ul,
.page-content .listing-options .listing-display {
    align-items: center;
}

.page-content .listing-display-extra,
.page-content .listing-display-compact {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page-content .listing-display-extra .listing-display-extra-icon,
.page-content .listing-display-compact .listing-display-compact-icon {
    display: none;
}

.page-content .listing-display-extra.active .listing-display-extra-icon,
.page-content .listing-display-compact.active .listing-display-compact-icon {
    display: block;
}

.page-content .listing-display-extra.active .listing-display-extra-name,
.page-content .listing-display-compact.active .listing-display-compact-name {
    color: #AC8345;
}

.page-content .listing-options .listing-order ul,
.page-content .listing-options .listing-search-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-content .listing-options .listing-order ul li {
    margin-right: 25px;
}

.page-content .listing-options .listing-search-tabs ul li {
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
}

.page-content .listing-options .listing-search-tabs ul li.active {
    background-color: #053B6A;
}

.page-content .listing-options .listing-order ul li:last-child,
.page-content .listing-options .listing-search-tabs ul li:last-child {
    margin-right: 0;
}

.page-content .listing-options .listing-search-tabs ul li a {
    color: black;
    text-decoration: none;
}

.page-content .listing-options .listing-search-tabs ul li.active a {
    color: white;
}

.page-content .listing-options .listing-display > div {
    margin-right: 15px;
}

.page-content .listing-options .listing-display > div:last-child {
    margin-right: 0;
}

.page-content a.listing-option {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

.page-content .listing-option .listing-option-icon {
    margin-right: 5px;
}

.page-content .listing-option-icon.active > .sort-arrow.active {
    display: block;
}

.page-content .listing-option-name.active {
    color: #AC8345;
}

.page-content .listing-products {
    /*padding: 30px;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    grid-gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    position: relative;
}

.page-content .listing-products-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255,255,255,.5);
    top: 0;
    left: 0;
    display: none;
}

.page-content .listing-products.compact {
    grid-template-columns: repeat(auto-fill, 165px);
}

.page-content .listing-products .book {
    margin-bottom: 30px;
    /*border: 1px solid #eeeeee;*/
    border-radius: 15px;
    /*padding: 15px;*/
}

.page-content .listing-products .product-book-title {
    color: #001024;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-decoration: none;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.page-content .listing-products .audiobook .product-book-cover {
    max-width: 280px;
    width: 100%;
    position: relative;
    border-radius: 8px;

}

.page-content .listing-products .ebook .product-book-cover {
    max-height: 280px;
}

.page-content .listing-products .product-book-regular-price,
.product-page .product-book-price .product-book-regular-price,
.product-book-regular-price {
    color: #053B6A;
    font-weight: bold;
    opacity: 100%;
    font-size: 13px;
    position: relative;
}


.page-content .listing-products .product-book-regular-price.cut {
    color: #AC8345;
    font-size: 12px;
    font-weight: normal;
}

.page-content .listing-products .product-book-regular-price.cut:after {
    border-bottom: 1px solid #AC8345;
}

.product-add-to-cart-fixed-popup {
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    background: white;
    width: 100%;
    border-top: 1px solid #cccc;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 16px 0 #ccc;
}

.product-add-to-cart-fixed-popup.active {
    display: none;
}

.product-add-to-cart-fixed-popup .product-book-price {
    display: flex;
    gap: 10px;
}

.product-add-to-cart-fixed-popup .product-book-regular-price,
.product-add-to-cart-fixed-popup .product-book-sale-price {
    font-size: 22px;
}

.product-add-to-cart-fixed-popup .product-book-regular-price.cut {
    font-size: 12px;
    font-weight: normal;
    color: #AC8345
}

.product-add-to-cart-fixed-popup .product-book-actions {
    width: 100%;
}

.product-page aside.product-cart-aside {
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(17, 113, 138, 0.08);
    padding: 25px 15px;
}

.product-page aside.product-cart-aside .product-book-add-to-cart {
    margin: 0;
}

.product-page aside.product-cart-aside .cart-product-favorites {
    color: #11718A;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.page-content .listing-products .product-book-sale-price,
.product-page .product-book-sale-price {
    margin-right: 8px;
}

.page-content .listing-products .product-book-price {
    display: flex;
    /*align-items: center;*/
}

.product-page .product-book-price {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    /*gap: 8px;*/
}

.product-book-price.product-book-price-carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-book-price.product-book-price-carousel .product-book-sale-price {
    font-size: 13px !important;
    margin-right: 8px;
}

.product-book-price.product-book-price-carousel .product-book-regular-price.cut {
    color: #AC8345;
    font-size: 13px;
    font-weight: normal;
    line-height: 6px;
}


.product-page .product-book-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #828282;
    margin-right: 10px;
}

.product-page .product-book-price .product-book-sale-price,
.product-page .product-book-price-wrapper .product-book-price .product-book-regular-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    color: #053B6A;
    opacity: 100%;
}

.product-page .product-book-price .product-book-discount-percentage {
    font-size: 13px;
    font-weight: 500;
    color: #ED4E4E;
}

.product-page .product-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.product-page .product-tags .product-tag {
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    text-transform: uppercase;
}

.product-page .product-tags .product-tag-promotion {
    background-color: #c00;
}

.product-page .product-tags .product-tag-nou {
    background-color: #0BC26A;
}

.product-page .product-tags .product-tag-bestseller {
    background-color: #ff5722;
}

.product-page .product-tags .product-tag-preorder {
    background-color: #0a5d89;
}

.product-book-sale-percent {
    background: #c00;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 4px;
    font-weight: bold;
}



.cart-product-item .product-book-price .product-book-sale-price {
    font-size: 14px;
    margin-right: 0;
}

.cart-product-item  .product-book-price .product-book-regular-price.cut {
    font-size: 12px !important;
    display: block;
    margin-left: auto;
    text-align: right;
    width: max-content;
}


.cart-product-list .cart-product-item .product-book-price .product-book-sale-price {
    font-size: 16px;
}


.product-page .product-book-price .product-book-regular-price.cut {
    color: #AC8345;
    font-size: 13px;
    font-weight: normal;
}

.product-page .product-book-price .product-book-regular-price.cut:after {
    border-color: #AC8345;
}

.product-page .product-extra-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-page .product-extra-wrap .product-extra-item {
    display: flex;
    align-items: center;
}

.product-page .product-extra-wrap .product-extra-item .product-extra-item-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD4B2C;
    border-radius: 50%;
    margin: 0 5px;
    color: white;
}

.product-page .product-extra-wrap .product-extra-item .product-extra-item-icon .product-filter-audiobook-icon {
    width: 18px;
    background-color: white;
}

.product-page .product-extra-wrap .product-extra-item .product-extra-item-info {
    display: flex;
    font-size: 14px;
}

.product-page .product-extra-wrap .product-extra-item .product-extra-item-info .product-extra-item-value {
    margin-left: 10px;
}

.page-content .product-book-actions {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.page-content .product-book-actions.product-book-samples {
    flex-direction: row;
}

.page-content .product-book-actions .product-book-add-to-cart {
    background-color: #AC8345;
    padding: 8px 16px;
    color: white;
    width: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.page-content .product-book-actions .product-book-add-to-cart .product-book-add-to-cart-title {
    margin-left: 10px;
}

.page-content .product-book-actions .product-book-sample {
    padding: 8px 0;
    background-color: transparent;
    color: #ac8345;
    border: 1px solid #ac8345;
}

.page-content .product-book-actions .product-book-sample.ebook,
.product-book-actions .ebook-listing-sample {
    cursor: pointer;
}

.page-content .product-book-actions .audiobook-sample-control,
.page-content .product-book-actions .product-book-sample-control {
    cursor: pointer;
}

.page-content .product-book-cart-description {
    margin-top: 20px;
    font-size: 14px;
    color: #828282;
}

.page-content .listing-products.compact .product-book-sample,
.page-content .listing-products.compact .product-book-add-to-cart {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content .listing-products.compact .product-book-add-to-cart-title {
    display: none;
}

.page-content .listing-products.compact .ebook .product-book-cover {
    max-height: 250px;
    max-width: 165px;
    width: 100%;
    position: relative;
}

.page-content .listing-products .ebook .product-book-cover {
    margin: 0 auto;
}

.product-book-cover .cart-product-favorites,
.product-page .product-image .cart-product-favorites {
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    padding: 8px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 20;
    color: #AC8345;
    box-shadow: 0 0 3px 0 #666;
}

aside .listing-filters {
    display: flex;
    flex-direction: column;
    /*padding: 20px;*/
}

aside .filters-view-products-mobile {
    display: none;
}

aside .listing-filters .listing-filter-group {
    display: flex;
    justify-content: start;
    flex-direction: column;
    background-color: #fafafa;
    padding: 16px;
    margin-bottom: 10px;
}

aside .listing-filters .listing-filter-group:last-child {
    margin-bottom: 0;
}

aside .listing-filters .listing-filter-group .listing-filter-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

aside .listing-filters .listing-filter-option-delete {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: red;
    cursor: pointer;
}

aside .listing-filters .listing-filter-options {
    margin-top: 10px;
}

aside .listing-filters .listing-filter-option {
    display: flex;
    align-items: center;
}

aside .listing-filters .listing-filter-option.disabled,
aside .listing-filters .listing-filter-option.disabled label {
    cursor: not-allowed;
}

aside .listing-filters .listing-filter-option input {
    margin-right: 10px;
}

aside .listing-filters .listing-filter-option input.form-check-input:checked {
    background-color: #AC8345;
    border-color: #AC8345;
    border-radius: 0;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}

aside .listing-filters .listing-filter-option input.form-check-input:focus {
    box-shadow: none;
}

aside .listing-filters .listing-filter-option .listing-filter-option-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

aside .listing-filters .listing-filter-group .listing-filter-option-search {
    margin-top: 10px;
}

aside .listing-filters .listing-filter-group .listing-filter-option-search input,
aside .listing-filters .listing-filter-group .listing-filter-option-search input:focus-visible {
    border-radius: 32px;
    border: 1px solid #EEEEEE;
    padding: 8px;
    outline: none;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
}

aside .listing-filters .listing-filter-options {
    max-height: 200px;
    overflow-y: scroll;
}

aside .listing-filters .listing-filter-options::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fafafa;
}

aside .listing-filters .listing-filter-options::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

aside .listing-filters .listing-filter-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cccccc;
}

aside .listing-filters .listing-filter-group.listing-filter-hide {
    display: none;
}

aside .listing-filters .listing-filter-option.selected .listing-filter-option-name {
    font-weight: bold;
}

/* -- Product page START ------------------------------------------------------------------------------------------ -*/
.product-page .product-metas {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

.product-page .product-meta {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-page .product-description {
    font-size: 14px;
    height: auto;
}
.product-page .product-description-toggle {
    font-size: 14px;
    color:#fe4b2d;
    margin-top: -5px;
    display: block;
    text-decoration: none;
}

.product-description-toggle:hover {
    text-decoration: underline;
}

.product-page .product-description.hidden {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-page .product-meta-items-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.product-page .product-meta-items-wrapper .product-meta-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-page .product-meta-items-wrapper .product-meta-extra p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
}

.product-page .product-meta-items-wrapper .product-meta-extra a.husband-btn {
    background: #3efecc;
    color: black;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.25rem;
    font-size: 13px;
}

.product-page .product-meta-item {
    margin-bottom: 3px;
    align-items: flex-start;
}

.product-page .product-meta-item, .product-page .product-meta-item-icon-wrap {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    font-family: "Merriweather", serif;
    color: #001024;
}

.product-page .product-meta-item-icon-wrap {
    margin-right: 5px;
    align-items: center;
}

.product-page .product-meta-item-icon {
    margin-right: 10px;
}

.product-page .product-meta-item a {
    text-decoration: none;
    color: #11718A;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    /*font-family: "Merriweather", serif;*/
}

.product-page .product-meta-item a:hover {
    text-decoration: underline;
}

.product-page .product-meta-item.more-link {
    margin: 15px 0;
}

.product-page .product-meta-item.more-link a {
    text-decoration: underline;
}

.product-page .product-meta-item-name, .product-page .product-meta-item-content {
    color: #001024;
    /*font-family: "Merriweather", serif;*/
    font-size: 13px;
}

.product-page #product-meta-items-hidden {
    display: none;
}

.product-page #product-meta-items-hidden.show {
    display: block;
}

.product-page .product-image {
    position: relative;
}

.product-page .product-book-actions {
    width: 100%;
    margin-top: 20px;
}

.product-page .product-book-actions .product-unavailable {
    font-size: 15px;
    font-weight: bold;
    color: #001024;
}

.product-page .product-options-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 15px;
    background: #FAFAFA;
}

.product-page .product-cart-informations {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-page .product-cart-informations .product-cart-digital-info {
    display: flex;
}

.product-page .product-cart-informations .product-cart-digital-info-image {
    padding-left: 20px;
}

.product-page .product-cart-informations .product-cart-digital-info-text {
    font-size: 13px;
}

.product-page .product-cart-informations .product-cart-digital-info-text a {
    color:#11718A;
    text-decoration: none;
}

.product-page .product-cart-informations .product-cart-digital-info-text a:hover {
    text-decoration: underline;
}

.product-page .product-cart-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-page .product-cart-info .product-cart-info-name {
    font-size: 12px;
}

.product-page .product-options-wrap .product-options-header {
    font-size: 15px;
    font-weight: bold;
    color: #001024
}

.product-page .product-options {
    display: flex;
    gap: 15px;
}

.product-page .product-options .product-option {
    display: flex;
    gap: 10px;
    font-size: 12px;
    align-items: center;
    color: #001024;
    padding: 8px 0;
    border: 1px solid #ac834540;
    text-decoration: none;
    width: 115px;
    display: flex;
    justify-content: center;
}

.product-page .product-options .product-option:hover {
    border: 1px solid #AC8345;
}

.product-page .product-options .product-option.selected {
    border: 1px solid #AC8345;

}

.product-page .product-options .product-option .product-option-label {
    display: flex;
    gap: 5px;
}

.product-page .product-option .product-option-name {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.product-page .product-option .product-option-name a {
    color: #11718A;
    text-decoration: none;
    font-size: 13px;
}

.product-page .product-option .product-option-name a:hover {
    text-decoration: underline;
}

.product-page .product-page-title h1 {
    font-size: 2rem;
    font-family: "Merriweather", serif;
}

.product-page .product-page-title h1 span {
    font-size: 13px;
}

.product-page .product-page-title h5 {
    font-family: "Merriweather", serif;
}

.product-page .product-book-actions .product-book-add-to-cart,
.product-page .product-book-sample {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.product-page #large-description {
    font-size: 13px;
}

.product-page #large-description h2 {
    font-size: 24px;
    color: #001024;
    font-weight: bold;
    font-family: 'Merriweather', sans-serif;
}

.product-page #large-description-more {
    margin-top: 15px;
    display: block;
    color: #11718A;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.product-page .large-description-content {
    height: 100px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

.product-page .large-description-content * {
    color: rgb(33, 37, 41) !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 13px !important;
}

.product-page .large-description-content.active {
    height: auto;
}

.product-page .large-description-content:after {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.product-page .large-description-content.active:after {
    visibility: hidden;
}

.adding-to-cart {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.5);
    border-radius: 25px;
    cursor: not-allowed;
}

.product-page .product-book-actions .product-book-add-to-cart {
    margin-right: 20px;
}

.product-page .product-book-actions .product-book-sample-name {
    margin-left: 10px;
    font-size: 14px;
}

.product-page .product-cart {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

/* -- Hero carousel START ------------------------------------------------------------------------------------------ -*/
#hero .hero_carousel {
    height: 100%;
}

#hero .hero_carousel .carousel-title {
    font-size: 18px;
    color: white;
    font-weight: 700;
}

#hero .hero_carousel .item {
    display: flex;
    justify-content: center;
}

#hero .hero_carousel .carousel-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .hero_carousel .carousel-item-inner .carousel-book-cover {
    max-width: 45.41%;
    height: auto;
}

#hero .hero_carousel .carousel-item-inner.ebook .carousel-book-cover {
    max-width: 35.41%;
    max-width: 284px;
}

#hero .hero_carousel .carousel-item-inner .carousel-book-cover img {
    border-radius: 20px;
}

#hero .hero_carousel .carousel-item-inner .carousel-book-data {
    background: white;
    height: 90%;
    width: 52%;
    border-radius: 0 20px 20px 0;
    box-shadow: -10px 0 0 0 rgba(253, 75, 44, 0.2) inset;
}

#hero .hero_carousel .carousel-item-inner.ebook .carousel-book-data {
    width: 62%;
}

#hero .hero_carousel .carousel-item-inner .carousel-book-data-inner {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    box-shadow: -20px 0 0 0 rgba(253, 75, 44, 0.1) inset;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#hero .hero_carousel_mobile {
    display: none;
}

#hero .carousel-book-data-inner .carousel-book-category {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#hero .carousel-book-data-inner .carousel-book-category .carousel-book-type {
    display: flex;
    align-items: center;
}

#hero .carousel-book-data-inner .carousel-book-category .carousel-book-type-name {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 5px;
}

#hero .carousel-book-data-inner .carousel-book-category .carousel-book-cat {
    padding: 4px 16px;
    background-color: rgba(79, 79, 79, 1);
    color: white;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 20px;
    margin-left: 10px;
}

#hero .carousel-book-data-inner .carousel-book-category .carousel-book-cat a {
    color: white;
    text-decoration: none;
}

#hero .carousel-book-data-inner .carousel-book-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

#hero .carousel-book-data-inner .carousel-book-authors,
#hero .carousel-book-data-inner .carousel-book-price-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#hero .carousel-book-data-inner .carousel-book-authors a {
    color: black;
}

#hero .carousel-book-prices {
    display: flex;
    align-items: center;
}

#hero .carousel-book-sale-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fe4b2d;
}

#hero .carousel-book-regular-price {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: black;
}

#hero .carousel-book-regular-price.cut {
    color: grey;
}

#hero .carousel-book-regular-price.cut:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px solid grey;
    width: 100%;
}

#hero .carousel-book-price-terms {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

#hero .carousel-book-price-rpp {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: grey;
    margin-top: 3px;
}

#hero .carousel-book-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#hero .carousel-book-add-to-cart, #hero .carousel-book-play-fragment {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 8px 16px;
    position: relative;
}

#hero .carousel-book-add-to-cart span,
#hero .carousel-book-play-fragment span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
}

#hero .carousel-book-add-to-cart {
    background-color: #fe4b2d;
    color: white;
}

#hero .carousel-book-play-fragment {
    background-color: rgba(0,0,0,.05);
    margin-left: 30px;
}

#hero .product-book-sample {
    font-weight: normal;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 14px;
    background-color: rgba(0,0,0,.05);
    margin-left: 30px;
    justify-content: center;
    cursor: pointer;
}

#hero .product-book-sample-control {
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 2px 5px;
}

#hero .product-book-sample span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px
}

#hero .hero_carousel .carousel-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}

#hero .hero_carousel .carousel-controls-wrap {
    position: relative;
    height: 80%;
}

#hero .hero_carousel #carousel-controls button {
    position: absolute;
    right: -20px;
    background-color: rgba(0,0,0,.2);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
}

#hero .hero_carousel #carousel-controls button.owl-prev {
    top: 20px;
}

#hero .hero_carousel #carousel-controls button.owl-next {
    bottom: 20px;
}

#hero .hero_carousel #carousel-dots-controls {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

#hero .hero_carousel #carousel-dots-controls .owl-dot {
    border: none;
    margin: 5px 0;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, .1);
}

#hero .hero_carousel #carousel-dots-controls .owl-dot.active {
    background-color: rgba(0, 0, 0, .5);
}

/* -- Hero carousel END -------------------------------------------------------------------------------------------- -*/



/* -- Features section START --------------------------------------------------------------------------------------- -*/
#features {
    background-color: rgba(231, 231, 231, 1);
    /*background-image: url("../images/features-bg.png");*/
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
}

#features:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background-image: url("../images/features-end-bg-somon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
}

#features .row .col-md-6:last-child {
    background: radial-gradient(42.61% 50% at 50.05% 50%, #FFFFFF 0%, rgba(231, 231, 231, 0) 100%);
}

.features .features-wrap {
    padding-left: 50px;
}

.features .features-wrap .features-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fe4b2d;
}

.features .features-wrap .features-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fe4b2d;
    margin-bottom: 30px;
}

.features .features-wrap .features-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #70291C
}

.features .features-wrap .features-content a {
    color: #70291C;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.features .features-wrap .features-content a:hover {
    text-decoration: underline;
    color: #fe4b2d;
}

.features .features-wrap .features-content h4 {
    margin-bottom: 0;
}

.features .features-wrap .features-content p {
    margin-bottom: 30px;
}

.features .features-wrap .features-content p strong {
    font-size: 15px;
}

.features .features-wrap .features-content ul.features-item {
    list-style: none;
    padding: 0;
}

.features .features-wrap .features-content ul.features-item li .image-box {
    display: flex;
}

.features .features-wrap .features-content ul.features-item li .featured-img {
    margin-right: 15px;
    font-size: 28px;
}

.features .features-wrap .features-content ul.features-item li .featured-img i.fa-cloud-arrow-down {
    font-size: 22px;
}

.features .features-wrap .features-content ul.features-item li p {
    margin-bottom: 0px;
}

.features .features-wrap .features-content ul.features-item li a {
    color: #70291c;
    font-weight: bold;
}

.features .features-wrap .features-app-stores {
    margin-bottom: 30px;
}
/* -- Features section END ----------------------------------------------------------------------------------------- -*/

/* -- Product carousel --- */
.product-carousel-wrap {
    margin-top: 20px;
}

.product-carousel .book {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-carousel .book.audiobook:after,
.product-carousel .book.ebook:after,
.cart-product-image.ebook:after,
.cart-product-image.audiobook:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 8px;
    background-image: url("../images/audiobook-icon.png");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cart-product-image.checkout.ebook:after,
.cart-product-image.checkout.audiobook:after {
    top: -6px;
    width: 12px;
    height: 12px;
    left: 2px;
}

.product-page .product-image .product-image-icon-wrapper {
    position: absolute;
    left: 10px;
    top: -10px;
    background: #ef3d24;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .product-image .product-image-icon-wrapper .product-filter-audiobook-icon,
.product-page .product-image .product-image-icon-wrapper .product-filter-ebook-icon {
    width: 23px;
    height: 23px;
    margin-top: -1px;
    background-color: white;
}


.product-carousel .book.ebook:after,
.cart-product-image.ebook:after {
    background-image: url("../images/ebook-icon.png");
}

.product-carousel .book.audiobook,
.product-carousel .product-book-cover{
    max-width: 260px;
    width: 100%;
}

.product-carousel .book.ebook {
    max-width: 165px;
    width: 165px;
}

.product-carousel.extra .book.ebook {
    max-width: 270px;
    width: 270px;
}

.product-carousel .ebook .product-book-cover {
    max-width: 160px;
    width: 160px;
    max-height: 260px;
    display: flex;
    align-items: center;
}


.product-carousel .product-book-title {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 0;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-carousel .product-book-author {
    color: #001024;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-carousel .product-book-narrator,
.product-carousel .product-book-duration,
.product-carousel .product-book-type,
.product-carousel .product-book-pages {
    display: flex;
    align-items: center;
    color: #828282;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding: 2px 0;
}

.product-carousel .product-book-narrator span, .product-carousel .product-book-duration span,
.product-carousel .product-book-type span, .product-carousel .product-book-pages span {
    margin-left: 5px;
}

.product-carousel .product-book-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-book-sale-price {
    font-size: 13px;
    line-height: 16px;
    color: #053B6A;
    font-weight: bold;
}

.product-book-regular-price.cut:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px solid black;
    width: 100%;
}

.product-carousel .product-book-exclusive {
    position: absolute;
    top: -13px;
    left: 38px;
    background-color: black;
    border-radius: 24px;
    padding: 4px 10px;
    display: flex;
    color: white;
    flex-direction: column;
    text-align: left;
}
.product-carousel .product-book-exclusive .exclusive {
    font-size: 11px;
    font-weight: 700;
    line-height: 8px;
    margin-bottom: 2px;
}

.product-carousel .product-book-exclusive .brand {
    font-size: 8px;
    font-weight: 400;
    line-height: 8px;
}
/* -- Product carousel end --- */

.product-book-cover {
    position: relative;
    overflow: hidden;
}

.slider-ver2 >.row{ margin-bottom: 20px}
.slider-ver2 >.row:last-child{ margin-bottom: 0px}
.slider-ver2 div[class^="col"] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slider-ver2 .carousel-title a {
    color: #001024;
    text-decoration: none;
    font-weight: 600;
}
/*.slider-ver2 > .row > DIV{ margin-bottom: 20px}*/

.slider-ver2 .carousel-text {
    font-size: 13px;
}

.slider-ver2 .carousel-link a {
    font-size: 13px;
    color: #11718A;
}

/*.slider-ver2-content-center > div {*/
/*    text-align: center;*/
/*}*/

/*.slider-ver2-content-center .carousel-text {*/
/*    padding: 0 8%;*/
/*}*/

/* -- Top listing section START ------------------------------------------------------------------------------------ -*/
#top_listing {
    background-color: #fae9e5;
    padding: 40px 0;
    overflow: hidden;
}

#top_listing .product-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: black;
}

.product-choices {
    padding: 10px 0;
    color: black    ;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.product-choices-filters {
    display: flex;
}
.product-choices-filter {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
}
.product-choices-filters .product-choices-filter:last-child {
    margin-right: 0;
}
.product-choices-filter  .product-choices-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    background-color: rgba(255,255,255,.1);
}
.product-choices-filter .product-choices-icon i {
    font-size: 12px;
}
.product-choices-filter.active  .product-choices-icon {
    background-color: white;
}

.product-choices-filter.active .product-filter-audiobook-icon, .product-choices-filter.active .product-filter-ebook-icon {
    background-color: black;
}
.product-choices-filter.active .product-choices-text, .product-choices-filter:hover .product-choices-text {
    color: #fe4b2d
}

#top_listing .product-footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: black;
    text-align: justify;
}

#top_listing .product-footer-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

#top_listing  .product-footer-button {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: rgba(255,255,255,.2);
    border-radius: 8px;
    text-decoration: none;
    color: white;
}

#top_listing  .product-footer-button span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: black;
}


#top_listing .owl-carousel .owl-stage-outer {
    overflow: inherit;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

#top_listing .owl-carousel .owl-dots {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

#top_listing .owl-carousel .owl-dots .owl-dot {
    background: white;
    border: 5px solid white;
    border-radius: 50%;
    opacity: 20%;
    margin: 0 5px;
}

#top_listing .owl-carousel .owl-dots .owl-dot.active {
    opacity: 60%;
}

/* -- Top listing section END-- ------------------------------------------------------------------------------------ -*/

.owl-carousel a.item {
    text-decoration: none;
}

.owl-stage {
    display: flex;
    align-items: flex-end;
}

.carousel-hero  .owl-stage {
    display: block;
}

/* -- Books listings section START -- ------------------------------------------------------------------------------ -*/
#books_listings {
    padding-top: 80px;
    position: relative;
}

.books-listing-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #001024;
    margin-bottom: 10px;
    font-family: 'Merriweather', sans-serif;
}

#books_listings:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-image: url("../images/books-listing-start-bg-somon-full.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
    background-position-x: center;
}

.product-page #books_listings {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.product-page #books_listings:before {
    display: none;
}

#books_listings .carousel-headline, .books-listing-title {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#books_listings .carousel-headline .carousel-read-more a,
.books-listing-title .carousel-read-more a {
    color: #11718A;
    font-size: 13px;
    font-weight: 400;
}

#books_listings .carousel-headline .carousel-title {
    font-size: 24px;
    color: #001024;
    font-weight: bold;
    font-family: 'Merriweather', sans-serif;
}

#books_listings .product-carousel .book {
    width: 165px;
}
#books_listings .product-carousel .product-book-title {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#books_listings .product-carousel .product-book-cover {
    max-width: 180px;
    width: 180px;
    position: relative;
}

#books_listings .product-carousel .ebook .product-book-cover {
    max-width: 100%;
    width: 100%;
    max-height: 260px;
    display: flex;
    align-items: center;
    position: relative;
}

#books_listings .carousel-icon {
    display: flex;
    align-items: center;
}

#books_listings .carousel-icon .product-filter-audiobook-icon-wrapper, #books_listings .carousel-icon .product-filter-ebook-icon-wrapper {
    background-color: #fe4b2d;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

}

#books_listings .carousel-icon .product-filter-audiobook-icon,
#books_listings .carousel-icon .product-filter-ebook-icon {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
}

#books_listings .carousel-icon span {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #fe4b2d;
}

#books_listings .owl-carousel .owl-stage-outer {
    padding-top: 20px;
}
.product-carousel.owl-carousel .owl-stage-outer{ padding-top: 20px}

.owl-carousel .owl-dots {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
    background: black;
    border: 5px solid black;
    border-radius: 50%;
    opacity: 20%;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 60%;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black !important;
    font-size: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 50%;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -32px;
    -webkit-mask: url(../images/chevron-left.svg) no-repeat 100% 100%;
    mask: url(../images/chevron-left.svg) no-repeat 100% 100%;
}

.owl-carousel .owl-nav .owl-next, .cart-summary-products-button {
    position: absolute;
    right: -32px;
    -webkit-mask: url(../images/chevron-right.svg) no-repeat 100% 100%;
    mask: url(../images/chevron-right.svg) no-repeat 100% 100%;
}

.cart-summary-products-button {
    transform: rotate(90deg);
    position: relative;
    right: 0;
    width: 30px;
    height: 30px;
    background: #121212;
}

.cart-summary-products-short.active .cart-summary-products-button {
    transform: rotate(270deg);
}

.cart-summary-products-short.active .cart-summary-product-image {
    display: none;
}

.navigation-arrows-xl .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 20px auto;
}

.navigation-arrows-xl .owl-carousel .owl-dots .owl-dot {
    width: 40px;
    border-radius: 10px;
    opacity: 30%;
}

.navigation-arrows-xl .owl-carousel .owl-dots .owl-dot.active {
    opacity: 70%;
}

.navigation-arrows-xl  .owl-carousel .owl-nav .owl-prev,
.navigation-arrows-xl  .owl-carousel .owl-nav .owl-next {
    width: 38px;
    height: 38px;
    background-color: white !important;
}

.navigation-arrows-xl  .owl-carousel .owl-nav .owl-prev.disabled:before,
.navigation-arrows-xl  .owl-carousel .owl-nav .owl-next.disabled:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .2);
    z-index: -1;
}

.navigation-arrows-xl  .owl-carousel .owl-nav .owl-prev span,
.navigation-arrows-xl  .owl-carousel .owl-nav .owl-next span {
    font-size: 0;
    display: none;
}

.navigation-arrows-xl .owl-carousel .owl-nav {
    top: 50%;
}

.navigation-arrows-xl .owl-carousel .owl-nav .owl-prev {
    left: 25px;
    -webkit-mask: url(../images/xl-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/xl-arrow.svg) no-repeat 100% 100%;
    transform: rotate(180deg);
}

.navigation-arrows-xl .owl-carousel .owl-nav .owl-next {
    right: 25px;
    -webkit-mask: url(../images/xl-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/xl-arrow.svg) no-repeat 100% 100%;
}


/* -- Books listings section END -- -------------------------------------------------------------------------------- -*/


/* -- Features2 section START -- ----------------------------------------------------------------------------------- -*/
#features2 {
    background-color: #E7E7E7;
    background-image: url("../images/features2-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#features2.features .features-wrap {
    padding: 60px 0;
    padding-left: 0;
}
/* -- Features2 section END -- ------------------------------------------------------------------------------------- -*/

footer {
    background-color: #FAFAFA;
    border-top: 1px solid #E1E1E1;
}

footer .footer-navigation {
    display: flex;
    gap: 24px;
}

footer .footer-navigation img {
    max-width: 149px;
}

footer .footer-navigation .netopia {
    background-color: #15499f ;
}

footer .footer-navigation .netopia img {
    max-width: 120px;
}

footer ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 180px;
    gap: 3px;
}

footer ul li.brand {
    max-width: 180px;
}

footer ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0;
    color: #001024;
}

footer .footer-links {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
}

.footer-anpc img {
    margin-right: 20px;
}

.footer-anpc img:last-child {
    margin-right: 0;
}

footer .footer-navigation.footer-navigation-right {
    justify-content: end;
}

footer .footer-navigation.footer-navigation-right ul {
    align-items: end;
    width: 140px;
}

footer .footer-developer a {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-size: 12px;
    color: #212529;
    line-height: 1px;
}

footer .footer-developer img {
    width: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s;
}

footer .footer-developer a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#bookPreview {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.25);
    z-index: 99;
}

#bookPreview.show {
    display: flex;
}

#bookPreview #bookPreviewInner {
    width: 800px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex-direction: column;
    /*background-image: url(/images/loading.gif);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
}

#bookPreview #bookPreviewInner iframe {
    width: 100%;
    height: 95%;
}

#bookPreview #bookPreviewClose {
    margin: 20px 0;
    font-weight: bold;
    cursor: pointer;
    z-index: 999999999;
}

/* --- Popup -- */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-container.show {
    display: flex;
}

.popup-header {
    padding: 13px 25px;
    display: flex;
    justify-content: space-between;
    background: #EEEEEE;
    /*border-radius: 27px 27px 0 0;*/
    font-size: 18px;
    font-weight: 700;
}

.popup-header-close {
    cursor: pointer;
}

.popup-inner {
    width: 95%;
    height: 300px;
    background-color: white;
    max-width: 600px;
}

.popup-content {
    padding: 25px;
}

.cart-product-image {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}
.cart-product-image:after {
    left: -10px;
}

.cart-product-image.ebook:after,
.cart-product-image.audiobook:after {
    top: -10px;
    width: 18px;
    height: 18px;
}

.cart-product-image img {
    height: 120px;
    width: auto;
    box-shadow: 0 0 50px 0 #ddd;
    position: relative;
}

.cart-product-image.checkout img {
    height: auto;
}

.cart-product-title, .cart-product-title:hover,
.cart-product-subtitle, .cart-product-subtitle:hover {
    font-size: 17px;
    text-decoration: none;
    color: #121212;
}

.cart-product-title:hover {
    text-decoration: underline;
}

.book-type-label {
    color: #ED4E4E;
    font-size: 12px;
}

.book-preorder-label {
    color: #11718A;
    font-size: 12px;
}

.popup-cart-actions {
    display: flex;
    justify-content: start;
    margin: 15px auto;
    gap: 20px;
}

/*-- popup exit intent ---------------------------------------------------------------------------------------------- */

.exit-intent-popup{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999999;background:rgba(33, 33, 33, .85);transform: translateY(60%) scale(0);}
.exit-intent-popup.visible{display:block;transform: translateY(0) scale(1);}
.exit-intent-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: white;padding: 40px;width: 500px; box-sizing: content-box;
    display: flex; flex-direction: column; align-items: center}
#exit-intent-logo{text-align: center}
#exit-intent-logo img {
    max-width: 130px;
    max-height: 80px;
    margin-bottom: 20px;
}
#exit-intent-message{text-align: center; margin-bottom: 35px; font-size: 18px;}
#exit-intent-product{display: flex}
#exit-intent-product-image {
    width: 50%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-right: 30px;
}
#exit-intent-product-image img { width:100%; max-width: 100%; height: auto; margin-bottom: 35px; line-height: 24px; }
#exit-intent-product-message { width: 50%; font-size: 16px; }
.exit-intent-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.exit-intent-actions > div {
    line-height: 39px;
    text-align: center;
    width: 48%;
}
.button.exit-intent-close a {color: black}
.button.exit-intent-checkout a{color: white;}
@media screen and (max-width: 500px) {
    .exit-intent-content{
        width: 95%;
    }
}

/*-- end popup exit intent ------------------------------------------------------------------------------------------- */

.partners-list {
    display: flex;
    justify-content: space-between;
}

.partners-list .partner {
    border: 1px solid #ddd;
    padding: 20px;
}

@media screen and (max-width: 500px) {
    .partners-list {
        gap: 20px;
        width: 90%;
        margin: 0 auto;
    }
}

.cart-product-authors,.cart-product-qty-label, .form-label {
    color: #828282;
    font-size: 14px;
}

#checkoutForm .form-check-label, #checkoutForm p {
    font-size: 14px;
}

.form-label {
    margin-bottom: .2rem;
}

.cart-product-actions {
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.cart-product-actions a {
    text-decoration: none;
    color: #828282;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.cart-product-actions a:hover span {
    text-decoration: underline;
}

.cart-product-actions .fa-x {
    font-size: 12px;
}

.cart-product-price {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.cart-product-price .product-book-price {
    display: flex;
}

.cart-product-price .product-book-sale-price,
.cart-product-price .product-book-regular-price {
    font-size: 16px;
}
.cart-product-price .product-book-regular-price {
    opacity: 1;
    font-size: 17px !important;
    line-height: unset!important;
}

.cart-product-price .product-book-sale-price {
    margin-right: 5px;
}

.cart-product-list .cart-product-item, .cart-summary-products .cart-product-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    position: relative;
}

.cart-summary-products-short {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    height: 75px;
    padding: 0 15px;
}

.cart-summary-products-images {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: end;
}

.cart-summary-products-images .cart-summary-product-image {
    width: 45px;
    height: 45px;
    background: #eee;
    padding: 10px 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -13px;
    position: relative;
    justify-content: center;
}

.cart-summary-products-images .cart-summary-product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-product-list .free-gift-item .free-gift-icon {
    color:#0a53be;
    position: absolute;
    bottom: 20px;
    right:20px;
    text-align: right;
    display: inline-block;
    width:auto;
    padding: 5px;
    border-radius: 5px;
    z-index: 999;
    color: #AC8345;
}

.payment-methods {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shipping-methods {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-method-wrap {
    display: flex;
    justify-content: space-between;
}

.shipping-method-wrap {
    /*display: flex;
    justify-content: left;*/
}

.payment-method-input {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 1px;
}


.shipping-method-input {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 1px;
}

.shipping-method-wrap .form-check-input:checked {
    background-color: #AC8345;
    border-color: #AC8345;
}

.shipping-method-wrap .form-check-input:focus {
    border-color: #AC8345;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(172, 131, 69, 0.25);
}

.shipping-methods .spinner-border {
    border: .25em solid #AC8345;
    border-right-color: transparent;
}

.payment-method-icon i {
    /*color: #828282*/
}

#checkoutForm input[type="radio"] {
    cursor: pointer;
}

.cart-summary-products .cart-product-item:last-child {
    border: none;
}

.cart-product-list .cart-product-item .cart-product-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cart-product-list .cart-product-item .cart-product-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-summary-products .cart-product-title,
.cart-summary-products .cart-product-price .product-book-regular-price {
    font-size: 14px !important;
}

.cart-summary-products .cart-product-authors, .cart-product-qty-label,
.form-label {
    font-size: 12px;
}

.cart-product-list .cart-product-item:first-child {
    padding-top: 0 !important;
}
.cart-product-list .cart-product-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.cart-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.cart-summary-products {
    display: none;
    flex-direction: column;
    /*gap: 25px;*/
}

.cart-summary-products.active {
    display: flex;
}

.cart-summary-products .cart-product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px;
}

.cart-summary-checkout-btn {
    width: 100%;
}

.checkout-btn-overlay {
    width: 100%;
}

.cart-summary-separator {
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
}

.cart-summary-item {
    display: flex;
    justify-content: space-between;
}

.cart-summary-item.cart-summary-item-promotions .cart-summary-item-name {
    color: #828282;
    /*font-size: 13px;*/
}

.cart-payment-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.cart-payment-logos svg {
    margin: 5px 20px;
}

.voucher-name-tag {
    font-weight: bold;
    color: #245c8c !important;

}
.cart-aplica-voucher {
    display: flex;

}
.cart-aplica-voucher span {
    margin-left:10px;
}
.cart-summary .product-book-price {
    display: block;
}

.popup-add-to-cart-product .cart-product-image img {
    height: auto;
}

.popup-add-to-cart-product .product-book-regular-price.cut {
    font-size: 12px !important;
    font-weight: normal;
    color: #AC8345;
}

.product-book-regular-price.cut:after {
    border-bottom: 1px solid #AC8345;
}


.secure-payment {
    margin-left: auto;
    font-size: 12px;
    color: #828282;
    display: flex;
    /*align-items: center;*/
    gap: 5px;
    cursor: default;
}


.form-control {
    outline: none;
    border: none;
    border-bottom: 1px dotted #ccc;
    border-radius: 0;
    padding: 3px 0;
    font-size: 14px;
}

#coupon {
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
}
.qty-input {
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px dotted #ccc;
    border-radius: 10px;
    text-align: center;
}
.qty {
    display: flex;
    align-content: center;
    vertical-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cart-btn-action {
    color: #828282;
    font-size: 14px;
}
.cart-btn-action:hover {
    color:#fe4b2d;
}
.invalid-feedback, .checkout-fields small {
    font-size: 12px;
    margin-top: .25rem;
}

.password-helper {
    font-style: italic;
}

.checkout-fields small {
    display: block;
}

.is-invalid~small {
    display: none;
}

.checkout-fields .form-check-input:checked {
    background-color: #fe4b2d;
    border-color: #fe4b2d;
}

.checkout-fields  .form-check-input:focus {
    box-shadow: none;
}

.checkout-fields .create-password {
    display: none;
}

.checkout-fields .create-password.active {
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.checkout-fields input.form-control:focus {
    box-shadow: none;
}

.checkout-fields .form-select-custom {
    position: relative;
}

.form-select {
    border: none;
    border-bottom: 1px dotted #ced4da;
    border-radius: 0;
    padding: 0.075rem 1.375rem;
    padding-left: 0;
    background-position: right 0.15rem center;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.checkout-fields .form-select-option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.checkout-fields .form-select-custom:hover > .form-select-option {
    /*visibility: hidden;*/
    z-index: -1;
}


.checkout-fields .form-select::focus {
    box-shadow: none;
}

/* -- Milestones header ----------------------------------------------------------------------------------------------*/
.milestone-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 180px);
}

.milestone-steps .milestone-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}


.milestone-steps .milestone-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted lightgrey;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem
}
.milestone-steps .milestone-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted lightgrey;
    width: 3.8125rem;
    position: absolute;
    right: 6.95rem;
    top: .3125rem
}

.milestone-steps .milestone-step.active:not(:last-child):after,
.milestone-steps .milestone-step.active:not(:first-child):before {
    border-top: .25rem dotted #AC8345;
}

.milestone-steps .milestone-content {
    width: 10rem;
    text-align: center;
    margin: -25px 0;
}

.milestone-steps .milestone-content .inner-circle {
    border-radius: 1.5rem;
    height: .7rem;
    width: .7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #AC8345;
    margin-top: 25px;
}

.milestone-steps .milestone-step .milestone-content .inner-circle:before {
    content: "";
    background-color: lightgrey;
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    border-radius: 6.25rem;
    opacity: .5
}

.milestone-steps .milestone-step.active .milestone-content .inner-circle:before {
    /*background-color: #fe4b2d;*/
}


/* -- Conectare / inregistrare */
.social-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.social-buttons a {
    text-decoration: none;
}
.btn-social {
    padding: 10px;
    border: 1px solid;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    /*width: 66%;*/
    width: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-social.btn-facebook {
    border-color: #2196F3FF;
    color: #2196F3FF;
}
.btn-social.btn-facebook .fa-facebook-f {
    color: #2196F3FF;
    font-size: 18px;
}

.btn-social.btn-google {
    border-color: #FF5252FF;
    color: #FF5252FF;
}
.btn-social.btn-google .fa-google {
    color: #FF5252FF;
    font-size: 16px;
}

.btn-social.btn-apple {
    border-color: black;
    color: black;
    margin-bottom: 7px;
}
.btn-social.btn-apple .fa-apple {
    color: black;
    font-size: 18px;
}

.btn-social-icon {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-social-name {
    display: flex;
    width: 100%;
    padding-left: 10px;
}


.input-group-text {
    background: black;
    color: white;
    border: 1px;
    width: 40px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group-prepend {
    display: flex;
}

/* Contul meu */
.nav-pills .nav-link {
    color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background:#FE4B2DFF;
}

.books-list {
    width: 100%;
    min-height: 200px;
    /* background-color: #f9f9f9; */
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.book-item {
    margin-bottom: 25px;
}

.books-list .book-item-image {
    width: 175px;
}

.books-list .book-item-image img {
    border-radius: 20px;
    box-shadow: 0px 0 5px 0px #ddd;
}

.books-list .book-item-audiobook {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
}

.book-item-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.book-item-bought {
    font-size: 12px;
}

/* --- Account section ---------------------------------------------------------------------------------------------- */
.account-panel-aside {
    height: auto !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.account-panel-aside ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
}

.account-panel-aside ul li {
    padding: 12px;
    background: #eeeeee4a;
    border-radius: 12px;
    transition: 200ms;
}

.account-panel-aside ul li.active, .account-panel-aside ul li:hover {
    background: #eeeeee;
}

.account-panel-aside ul li a {
    color: #121212;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.account-panel-aside ul li a span {
    font-size: 13px;
}

.account-panel-items {
    display: flex;
    flex-wrap: wrap;
}

.account-panel-items .account-panel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border: 1px dotted #ccc;
    border-radius: 12px;
    margin-bottom: 30px;
    height: 200px;
    transition: all 200ms;
    color: #121212;
    text-decoration: none;
}

.account-panel-items .account-panel-item:hover {
    box-shadow: 0px 4px 24px 2px rgba(20, 25, 38, 0.05);
    color: #fe4b2d;
}

.account-panel-items .account-panel-item .account-panel-item-name {
    font-size: 14px;
    font-weight: 700;
}

.account-panel-items .account-panel-item .account-panel-item-icon i {
    font-size: 35px;
}

.account-library-nav {
    background: #eeeeee4a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-library-nav .nav-link {
    padding: 3px 15px;
    display: flex;
    border-radius: 12px;
    font-size: 13px;
}

.account-data-update-btn, .password-update-btn {
    font-size: 13px;
    padding: 5px !important;
}

.account-orders-table, .account-order-data {
    font-size: 14px;
}

.account-orders-table a {
    color: #fe4b2d;
    text-decoration: none;
}

.account-orders-table a:hover {
    text-decoration: underline;
}

.succes-page-section {
    height: 300px;
}
/* -- SIDEBAR TREE CATEGORIES ----- */
.sidebar-tree-container{ background-color: rgba(17, 113, 138, 0.08); margin-bottom: 10px}
.sidebar-tree-container UL, .sidebar-tree-container-heading { padding: 0; margin: 0; padding: 7px 0}
.sidebar-tree-container LI, .sidebar-tree-container-heading LI { list-style-type: none; padding: 0}
.sidebar-tree-container LI A, .sidebar-tree-container-heading LI A { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; color: #212529; display: block; padding: 7px 15px; text-decoration: none}
.sidebar-tree-container LI A:hover{ background-color: #fafafa }
.sidebar-tree-container-heading LI A { padding-left: 0; text-transform: uppercase; font-size: 16px; cursor: default }

@media (max-width: 1024px) {
    #hero .hero_carousel .carousel-item-inner .carousel-book-cover {
        max-width: 340px;
        max-height: 340px;
    }
    html, body {
        overflow-x: hidden;
    }

    body{ padding-top: 150px}
    body.cart{ padding-top: 80px}

    header.header-cart {
        padding: 20px 0;
    }
    header{
        position: fixed;
        z-index: 99;
        top: 0;
        width: 100%;
    }

    header .header-brand-wrapper .header-menu-switcher {
        display: flex;
        padding: 12px 0;
        padding-right: 10px;
    }
    header .header-search {
        order: 2;
         flex: 1;
         padding: 0;
     }
     header .header-inner .header-page-navigator-wrapper {
        position: fixed;
        left: 0;
        top: 148px;
        width: 100%;
        max-height: unset;
        height: calc(100% - 133px);
        display: none;
        overflow-y: auto;
        background-color: #FFF;
        padding: 5px;
    }
    header .header-brand {
        max-width: 110px;
    }

    header .header-brand-wrapper {
        display: flex;
        align-items: center;
        width: 54%;
        justify-content: space-between;
    }
    header.submenu .header-page-navigator-wrapper {
        display: block;
    }
    header .header-page-navigator ul li, header .header-page-sub-navigator-wrapper {
        width: 100%;
    }

    header .header-page-navigator ul li {
        margin-right: 0;
    }

    header .header-inner .header-page-navigator I{
        display: block;
    }

    header .header-inner .header-page-navigator UL UL LI A {
        padding: 5px 0;
    }

    header .header-inner .header-page-navigator .submenu-header {
        width: auto;
        position: relative;
    }

    header .header-inner .header-page-navigator li.active .submenu-wrapper {
        display: flex;
        gap: 20px;
    }
    .container.header-inner {
        max-width: 100%;
    }
    header .header-inner .header-page-navigator > UL > LI > UL {
        box-shadow: none!important;
    } 
}


/* -- Override bootstrap classes ----- */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1324px;
    }
}

@media screen and (min-width: 601px) {
    header .header-inner .header-page-navigator > UL > LI:hover > UL.submenu-wrapper {
        display: flex;
    }

    header .header-inner .header-page-navigator > UL > LI > UL {
        position: absolute;
        left: 0px;
        top: 35px;
        z-index: 10;
        width: 100%;
        background-color: #FFF;
        box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .2);
    }

    header .header-inner .header-page-navigator > UL > LI:last-child > UL {
        left: auto;
        right: 0;
    }

    header .header-inner .header-page-navigator > UL > LI > UL.submenu-wrapper {
        gap: 70px;
        padding: 15px 35px;
        border-top: 1px solid #ccc;
        justify-content: start;
        align-items: baseline;
    }

    header .header-inner .header-page-navigator ul.submenu-items {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    header .header-inner .header-page-navigator ul.submenu-items a {
        padding: 2px 0;
    }

    header .header-inner .header-page-navigator ul.submenu-items a:first-letter {
        text-transform: uppercase;
    }

    header .header-inner .header-page-navigator ul.submenu-items a {
        padding: 2px 0;
    }

    header .header-inner .header-page-navigator ul.submenu-items li.submenu-header a {
        padding: 5px 0;
    }

    header .header-inner .header-page-navigator ul.submenu-items li.submenu-header {
        margin-bottom: 5px;
    }

}
@media (min-width: 600px) and (max-width: 767px) {
    .container.header-inner {
        max-width: 100%;
    }
    header .header-inner .header-top {
        margin-top: 0px;
  }
  header .header-brand-wrapper {
    width: 40%;
    justify-content: flex-start;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    header .header-inner .header-page-navigator > UL > LI > UL.submenu-wrapper {
        padding: 0;
    }
    header .header-inner .header-page-navigator-wrapper { 
        top: 138px;
        padding: 0 60px;
    }
    header .header-brand-wrapper {
        justify-content: start;
     }
     header .header-inner .header-top {
        margin-top: 0;
     }
     header .header-inner .header-page-navigator > UL > LI > A {
        padding: 5px 0;
     }
     header .header-inner .header-page-navigator > UL > LI > UL.submenu-wrapper {
        gap: 20px;
     }
     footer .footer-navigation.footer-navigation-right {
        flex-direction: column;
        padding-top: 20px;
    }
    footer .footer-navigation.footer-navigation-right ul {
        padding: 0;
        margin-top: 2px;
    }
    footer .footer-navigation {
        gap: 5px;
    }
    .cart-product-image img {
        height: 80px;
    }
    .milestone-steps {
        width: calc(100% - 120px);
        margin: 0 auto;
    }
    .product-page .product-options .product-option .product-option-label {
        gap: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-page .product-options .product-option {
        text-align: center;
    }
    .page-content .product-book-actions .product-book-sample {
        flex-direction: column;
        height: 80px;
        line-height: 1.2;
    }
    .product-page .product-book-actions .product-book-sample-name {
        font-size: 12px;
    }
    .product-book-sample-icon {
        margin-bottom: 5px;
    }
    .page-content .product-book-actions .product-book-add-to-cart {
        font-size: 12px;
    }
    .product-page .product-page-title h1 {
        font-size: 1.5rem;
    }
    .product-page .product-options-wrap {
        padding: 0;
    }
    .product-page .product-meta {
        justify-content: center;
    }
   
}



@media (min-width: 600px) and (max-width: 1280px) {
    #books_listings .product-carousel .product-book-cover,
    #books_listings .product-carousel .book,
    .product-carousel .ebook .product-book-cover {
        width: 100%;
    }

    .product-book-price.product-book-price-carousel {
        flex-direction: column;
    }

    .product-book-price.product-book-price-carousel .product-book-sale-price {
        margin-right: 0;
    }

    .product-book-price.product-book-price-carousel .product-book-regular-price.cut {
        line-height: unset;
    }
}
@media screen and (max-width: 768px) {
    .page-navigation .page-title {
        margin-top: 0; 
        font-size: 16px;
    }
    .page-navigation .page-title  h1 {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    header .header-brand-wrapper {
        width: 40%;
    }
    .product-image {
        text-align: center;
    }
    .product-image img {
        max-width: 300px;
    }
    .product-page .product-tags {
        margin-top: 15px;
    }
    .milestone-steps {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .popup-add-to-cart-product .cart-product-image img {
      height: 80px;
    }
    .page-content .listing-products.compact {
        grid-template-columns: repeat(auto-fill, 120px);
    }
}

@media screen and (max-width: 600px) {
    header .header-brand-wrapper {
        width: 30%;
    }
    header .header-carousel {
        height: 50px;
    }

    header .header-carousel .header-carousel-item{
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
    }
    header .header-inner {
        display: flex;
        flex-direction: column;

    }

    header .header-brand-pandora {
        width: 100%;
    }

    header .header-brand-pandora a img {
        max-height: 40px;
    }

    header .header-brand .header-brand-desktop {
        display: none;
    }

    header .header-brand .header-brand-mobile {
        display: block;
    }

    header .header-inner .header-top {
        justify-content: space-between;
        margin-top: 0px;
    }

    header .header-actions .header-action-item a span {
        display: none;
    }
    header .header-inner .header-page-navigator .submenu-header.no-mobile {
        display: none;
    }

 
    header .header-inner .header-page-navigator > UL > LI > A{
        padding: 5px 0;
    }


    header .header-inner .header-page-navigator {
       margin-top:0px;
    }

    header .header-inner .header-page-navigator hr {
        width: 100%;
    }

    header .header-page-navigator ul li .header-page-navigator-item-container a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .header-page-navigator ul li .header-page-navigator-item-container i {
        display: block;
    }

    header .header-page-navigator ul li .header-page-navigator-item-container a.active i {
        transform: rotate(90deg );
    }

    header .header-page-sub-navigator-wrapper {
        padding: 0;
        border: none;
    }

    header .header-page-sub-navigator {
        flex-direction: column;
    }

    header .header-page-sub-navigator ul {
        max-width: 100%;
    }

    header .header-actions {
        width: 48%;
        justify-content: space-between;
    }

    header .header-actions .header-action-item {
        flex: 1;
    }
    header .header-actions .header-action-item a{
        flex: 1;
        justify-content: center;
    }

    header .header-actions .header-action-item a, header .header-actions .header-action-item a i {
        font-size: 22px;
    }

    header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-actions .cart-product-action {
        padding-top: 5px;
    }

    .filters-wrap {
        display: none;
    }

    .listing-wrap {
        width: 100%;
    }

    .page-wrap aside.filters {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
        background-color: #ffffff;
        padding: 20px;
    }

    aside .listing-filters {
        overflow: scroll;
        height: 100%;
        padding-bottom: 80px;
    }

    aside .filters-view-products-mobile {
        width: 100%;
        justify-content: center;
        display: flex;
        background-color: white;
        padding: 16px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 5px 0 #ddd;
        cursor: pointer;
    }

    .page-content .listing-options-wrap {
        display: none;
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,.5);
        z-index: 99;
        left: 0;
        overflow: hidden;
    }

    .page-content .listing-options-wrap.active {
        display: block;
    }

    .page-content .listing-options {
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 16px;
        width: 90%;
        box-shadow: 0 0 5px 0 #ddd;
        z-index: 9999;
        display: flex;
        height: 140px;
        padding: 24px;
        justify-content: center;
        align-items: center;
    }

    .page-content .listing-options .listing-display {
        display: none;
    }

    .mobile-options {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 35px;
    }

    .mobile-options .mobile-option {
        display: flex;
        flex-direction: column;
        border: 1px solid #eeeeee;
        padding: 5px;
        width: 49%;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        background-color: white;
    }

    .mobile-options .mobile-option.mobile-option-view {
        width: 60px;
        margin-right: 0;
    }

    .mobile-options .mobile-option .mobile-option-name {
        font-size: 14px;
    }

    .mobile-options .mobile-option span {
        font-size: 11px;
        color: rgba(0,0,0,.5);
    }

    .page-content .listing-products {
        grid-template-columns: repeat(auto-fill, 100%);
        padding: 0px;
    }

    .page-content .listing-products.compact {
        grid-template-columns: repeat(auto-fill, 47%);
    }

    .page-content .listing-products .audiobook .product-book-cover {
        max-width: 100%;
    }

    .page-content .listing-products.compact .ebook .product-book-cover {
        max-height: unset;
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    .page-content .listing-options .listing-search-tabs ul {
        flex-wrap: wrap;
    }

    .page-content .listing-options .listing-order ul {
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 16px;
        justify-content: center;
        align-items: center;
    }

    .page-content .listing-options .listing-order ul li {
        margin-bottom: 15px;
    }

    .page-content .listing-pagination {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .page-content .listing-products .book {
        width: 100%;
        max-width: 100%;
    }

    .product-page .product-book-price .product-book-regular-price.cut {
        font-size: 15px;
    }

    .product-page .product-metas {
        margin-top: 0px;
    }

    .product-add-to-cart-fixed-popup {
        background-color: rgba(255, 255, 255, 0.88);
        box-shadow: 0 0 18px 0 #bfbfbf
    }

    .product-page .product-option .product-option-name {
        font-weight: 500;
    }

    .product-add-to-cart-fixed-popup.active {
        display: flex;
    }

    .product-add-to-cart-fixed-popup .product-book-regular-price.cut {
        font-size: 14px;
        font-weight: 700;
    }

    .product-add-to-cart-fixed-popup .discount-percent {
        color: #c00;
        font-size: 14px;
        font-weight: 700;
    }

    #hero {
        background-color: transparent;
    }

    #hero .hero_carousel {
        display: none;
    }

    #hero .hero_carousel_mobile {
        display: block;
    }

    #hero .hero_carousel_mobile .owl-stage-outer {
        overflow: visible;
    }

    #hero .hero_carousel_mobile .owl-item {
        opacity: 0;
        transition: opacity 500ms;
    }
    #hero .hero_carousel_mobile .owl-item.active {
        opacity: 1;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-inner {
        padding: 15px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-size: 135% auto;
        background-position: center center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 5px 0 #CCCCCC;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-inner:after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.9);
        left: 0;
        top: 0;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-data {
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-image {
        max-width: 100px;
        max-height: 100px;

        border-radius: 5px;
        overflow: hidden;
        display: flex;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-meta {
        width: calc(100% - 110px);
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-inner.ebook .carousel-mobile-item-product-image {
        max-height: unset;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-details {
        width: 100%
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-name {
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-author {
        font-size: 13px;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-author a {
        color: black;
    }

    #hero .hero_carousel_mobile .carousel-mobile-item-product-footer {
        margin-top: 50px;
        z-index: 1;
    }

    #hero .carousel-mobile-item-product-price {
        font-size: 13px;
        display: flex;
        align-items: center;
        margin-top: 8px;
    }

    #hero .carousel-mobile-item-product-price  .carousel-book-price-name {
        margin-right: 5px;
        font-weight: bold;
    }

    #hero .carousel-book-sale-price {
        font-size: 13px;
    }

    #hero .carousel-book-regular-price {
        font-size: 12px;
        margin-left: 5px;
    }

    #hero .hero_carousel_mobile .carousel-book-buttons {
        margin-top: 5px;
    }

    #hero .carousel-book-add-to-cart {
        padding: 5px 13px;
    }

    #hero .hero_carousel_mobile .product-book-sample {
        background-color: white;
        font-weight: normal;
        margin-left: 10px;
        padding: 5px 13px;
        border: 2px solid;
        border-radius: 20px;
        font-size: 12px;
        display: flex;
    }

    #hero .product-book-sample-control {
        font-size: 12px;
    }

    #hero .product-book-sample span {
        font-size: 11px;
    }

    .product-book-sample-icon {
        width: 19px;
        height: 17px;
    }

    #hero .hero_carousel_mobile .product-book-sample span {
        font-weight: normal;
        margin-left: 5px;
    }

    #hero .cart-icon, #hero .play-icon {
        width: 16px;
        height: 16px;
    }

    #hero .carousel-book-add-to-cart span, #hero .carousel-book-play-fragment span {
        font-size: 12px;
    }

    #features {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #features .features-wrap {
        padding: 0;
        padding-bottom: 100px;
    }

    .page-navigation {background-color: #FFFFFF; min-height: 5px; margin-bottom: 10px}
    .page-navigation .container{ flex-direction: column; align-items: start}
    .page-navigation .page-title{ margin-top: 0}
    .page-navigation .page-breadcrumb{ display: none; white-space: nowrap; overflow: hidden; width: 100% }
    .page-navigation .page-breadcrumb ul{ margin: 10px 0}

    .product-page .product-image {
        width: 60%;
        margin: 0 auto;
    }

    .page-title.product-page-title {
        text-align: center;
    }

    #product-meta-items-hidden-mobile {
        display: none;
    }

    #product-meta-items-hidden-mobile.show {
        display: block;
    }

    .product-page .product-book-actions {
        margin-bottom: 8px;
        margin-top:10px;
    }

    .page-content .product-book-actions .product-book-sample {
        padding:8px 8px;
    }

    .product-page .product-meta-item, .product-page .product-meta-item-icon-wrap {
        justify-content: center;
    }

    .product-page .product-metas.active .product-meta-item,
    .product-page .product-metas.active .product-meta-item-icon-wrap {
        justify-content: start;
    }

    .product-page .product-meta-items-wrapper {
        flex-direction: column;
    }

    .popup-inner {
        height: auto;
    }


    .popup-add-to-cart-product .cart-product-image img {
        height: 200px;
    }

    .cart-product-item .cart-product-image img {
        height: auto;
    }

    .popup-add-to-cart-product .cart-product-meta {
        text-align: center;
        margin: 15px auto;
    }

    .cart-product-meta {
        text-align: left;
        margin: 0;
    }


    .cart-product-list .cart-product-item .cart-product-meta {
        text-align: left;
    }

    .cart-product-actions {
        /*margin: 15px auto;*/
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .popup-add-to-cart-product  .cart-product-actions {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        margin: 15px auto;
    }


    .cart-product-price {
        align-items: center;
    }

    .cart-product-price .product-book-price {
        align-items: center;
    }


    .milestone-steps {
        /*flex-wrap: nowrap;*/
        /*width: 100%;*/
        /*margin: 10px auto;*/
        display: none;
    }

    .popup-cart-actions {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .cart-product-list .cart-product-item, .cart-summary-products .cart-product-item {
        width: auto;
    }

    header #header-mini-cart #header-mini-cart-content .mini-cart-item .cart-product-actions {
        gap: 5px;
    }

    .product-page .product-tags {
        justify-content: center;
        margin-top:5px;
    }

    .product-page .product-tags .product-tag {
        font-size: 15px;
        font-weight: 500;
    }

    .product-page .product-meta-item-name, .product-page .product-meta-item-content {
        font-size:15px;
    }

    .product-page .product-meta-item a {
        font-size:15px;
    }

    .product-page .product-options-wrap {
        padding:8px 15px;
    }

    .product-page aside.product-cart-aside {
        padding: 8px 15px;
    }

    .product-page .product-book-price .product-book-discount-percentage {
        font-size: 15px;
    }

    .product-page aside.product-cart-aside .cart-product-favorites {
        font-size: 15px;
    }

    .product-page .product-cart-info .product-cart-info-name {
        font-size: 14px;
    }

    .product-page .product-cart-informations {
        margin-top: 10px;
    }

    .product-page #large-description {
        margin-top: 5px !important;
        font-size: 15px;
    }

    .product-page .large-description-content * {
        font-size: 15px !important;
    }

    .product-page #large-description-more {
        font-size: 15px;
    }

    .product-carousel.owl-carousel .owl-stage-outer {
        padding-top: 0px !important;
    }

    .product-page #books_listings {
        gap:25px;
    }


    .product-page #large-description .box-content {
        padding-top:0px !important;
    }

    footer ul {
        flex-direction: column;
    }

    footer .footer-links {
        flex-direction: column;
        justify-content: center;
    }

    footer .footer-anpc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-copyright {
        margin-bottom: 10px;
    }

    .footer-anpc img {
        margin: 0;
    }

    footer .footer-navigation.footer-navigation-right {
        justify-content: center;
    }
}

/* -- Newsletter START -- ----------------------------------------------------------------------------------- -*/
.newsletter-page .form-check-input:checked {
    background-color: #AC8345;
    border-color: #AC8345;
}

.newsletter-page p, .newsletter-page label {
    color:#001024;
    font-size: 13px;
}

.newsletter-page .nl-left {

}

.newsletter-page .nl-left img {
    object-fit: cover !important;
}

.newsletter-page-succes p, .newsletter-page label {
    color:#001024;
    font-size: 13px;
}

.newsletter-page-succes .arrow-newsletter {
    font-size: 18px;
}

.newsletter-page-navigation .page-breadcrumb ul {
    margin:0px;
}

@media (max-width: 576px) {
    .newsletter-page .nl-left {
        display: none;
    }
}



/*-- poopup for homepage ---------------------------------------------------------------------------------------------- */

.newsletter-popup, .holiday-popup {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999999;background:rgba(33, 33, 33, .85);transform: translateY(60%) scale(0);}
.newsletter-popup.visible, .holiday-popup.visible{display:block;transform: translateY(0) scale(1);}
.newsletter-popup-content, .holiday-popup-inner {position: absolute;top: 50%;left: 50%;backface-visibility: hidden !important; transform: translate(-50%, -50%) scale(0.99);box-sizing: content-box; display: flex; flex-direction: column; align-items: center; max-width: 700px; width: 87%}
.newsletter-popup-highlighted {color:#001024; font-weight: 700}
.holiday-popup-inner img {width: 100%; max-width: 100%; height: auto}
#newsletter-popup-logo{text-align: center}
#newsletter-popup-logo img {
    max-width: 130px;
    max-height: 80px;
    margin-bottom: 10px;
}
.holiday-popup .holiday-popup-bottom-close { width: 100%; bottom: -50px }
.newsletter-popup .newsletter-popup-top-close i,
.holiday-popup .holiday-popup-bottom-close i {display:inline-block; font-size: 30px; color: #001024;  padding: 5px;}
.holiday-popup .holiday-popup-bottom-close i { color: #ffffff }
.newsletter-popup .newsletter-popup-top-close i:hover,
.holiday-popup .holiday-popup-bottom-close i:hover { color:#AC8345; cursor: pointer}

#newsletter-popup-message{text-align: center; font-size: 18px;}
#newsletter-popup-message h2 {text-align: center}
#newsletter-popup-message p {text-align: center; font-size: 13px;}
.newsletter-popup p {color:#001024}
.newsletter-popup .info-label {font-weight: 500; padding-bottom: 10px}
#newsletter-popup-form-wrapper{background: white; display: flex; padding: 2px}
#newsletter-popup-form-image {}
#newsletter-popup-form-image img { width:100%; max-width: 100%; height: auto; line-height: 24px; }
#newsletter-popup-form-message {font-size: 16px; padding:15px}
.newsletter-popup-rzone {padding: 20px;}
.newsletter-popup .email-wrapper {text-align: left}
.newsletter-popup .email-wrapper label {color: #001024;font-size: 13px;}
.newsletter-popup .lists-wrapper label {color: #001024;font-size: 12px; font-weight: 500}
.newsletter-popup .newsletter-popup-response {text-align: left}
.newsletter-popup .newsletter-popup-response p {font-size: 12px !important; color: #dc3545; width:100%;  margin-top: .25rem; text-align: left !important}
.newsletter-popup-actions {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.newsletter-popup-actions > div {
    line-height: 39px;
    text-align: center;
    width: 100%;
}
.newsletter-popup-close a, .holiday-popup-close a { border:2px solid #FFFFFF; background-color: transparent !important; color: #AC8345; text-decoration: underline !important; font-size: 15px}
.newsletter-popup-close a:hover, .holiday-popup-close a:hover {border:2px solid #FFFFFF; text-decoration: underline !important; background-color: transparent !important;  color: #AC8345;}
.button.newsletter-popup-abonare a{color: white; font-size: 15px}
.newsletter-popup .disc-wrapper label {font-size: 11px; text-align: left; color:#001024}
@media screen and (max-width: 500px) {
    .newsletter-popup-content{
        /*width: 95%;*/
    }
}

/*-- end newsletter subscribe popup for homepage --------------------------------------------------------------------------------------- */

/* -- Newsletter END -- ----------------------------------------------------------------------------------- -*/

.page-content .wishlist-wrapper .product-book-price {
    flex-direction: row;
}
.page-content .wishlist-wrapper .product-book-sale-price {
    font-size: 13px;
    line-height: 16px;
    color: #053B6A;
    font-weight: bold;
}