:root {
    --main: #9d3128;
    --light: #c25e56;
    --light-transparent: #fcf2f1;
    --grey: grey;
    --dark-main: #77211a;
    --light-grey: #e8e4e4de;
    --xs-font: 10px;
    --mini-font: 12px;
    --header-mini: 13px;
    --normal-font: 14px;
    --header-font: 15px;
    --mini-middle-font: 16px;
    --middle-font: 20px;
    --section-title-mobile: 24px;
    --section-title: 32px;
}

body {
    font-family: "Nunito";
    min-width: 300px;
}
.range-slider ,.range-slider1{
    position: relative;
    height: 80px;
	overflow:hidden;
	cursor:pointer;
	padding: 0 20px;
}
.rs-input div{
	position:relative;
}
.rs-input input{
	width:100%;
	max-width:120px;
	border: 1px solid #8080805e;
    padding: 4px 10px 4px 51px;
    border-radius: 7px;
}
.search-box .input-group-append{
	position: relative;
}
.search-box .input-group-append{
	position: absolute;
    text-align: 0;
    top: 0;
    right: 0;
}
.web-clear{
	width: 30px;
    position: absolute;
    top: 5px;
	cursor: pointer;
}
.mobile-clear{
	width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
	cursor: pointer;
}
.web-clear img, .mobile-clear img{
	width:100%;
}
.rs-input span{
	position: absolute;
    top: 4px;
    z-index: 2;
    left: 10px;
    color: grey;
    padding-right: 8px;
    border-right: 1px solid #80808057;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: var(--main);
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color:var(--main);
}
.rs-input{
	margin-bottom:20px;
}
.irs--round .irs-bar {
    background-color: var(--main);
}
.irs--round .irs-handle {
    border: 4px solid var(--main);
}
.author-row a{
    color:var(--main);
}
.overflow {
    overflow: hidden;
}

.overflow-y {
    overflow: hidden;
}
.password-input{
	position:relative;
}
.show-password{
	position: absolute;
    top: 28px;
    right: 10px;
}
.show_hide_password{
	background-image: url("/media/img/icon/eye-show.svg");
	background-size: contain;
	background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0 !important; 
	background-color:transparent;
}
.show-password.text button{
	background-image: url("/media/img/icon/eye-close.svg");
}
#pac-input{
    width:50%;
}
header {
    height: 80px;
}
.owl-carousel .owl-item img{
    height:160px;
    object-fit:cover;
}
.checkbox-basket{
    background:var(--light);
}
.basket-label{
    padding: 20px 20px 10px 20px;
    color: white;
}
.basket-label .checkbox-container{
    font-size:16px;
}
.basket-label .checkmark{
    top:4px;
}
.container {
    position: relative;
}

#header .container {
    position: static;
}

.profil-info {
    font-size: 16px;
}

.orders-info {
    font-size: 16px;
    margin-top: 60px;
}

.order-products{
    margin-top: 22px;
}
.ordered-books p {
    margin-top: 8px;
    font-size: 16px;
    color: var(--light);
}

.header-top {
    background-color: var(--dark-main);
    color: white;
    padding-top: 10px;
    font-size: var(--mini-font);
}
.accordion-header{
    padding-bottom:10px;
}
.shopping-cart-item {
    border-bottom: 1px solid var(--light-grey);
}

.shopping-cart-item:nth-child(odd) .order-item {
    background: var(--light-transparent);
}

.shopping-cart-item:nth-child(even) .order-item {
    background: #3838380f;
}

.order-info {
    padding: 0 30px;
}

.header-top .col-4 {
    text-align: right;
    letter-spacing: 1px;
}

.product-item-card {
    height: 100%;
}

.top-info {
    padding: 0;
    letter-spacing: 1px;
}

.top-info a:hover,
.top-contact a:hover,
.icon-url:hover,
.list-col:hover a {
    color: var(--light-transparent);
}

.top-info>li {
    list-style: none;
    display: inline;
    padding-left: 26px;
}

.top-contact>li {
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.top-info>li:first-child {
    padding-left: 0;
}

.mini-location {
    width: 20px;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: -2px;
}

.bbc-notifications {
    font-size: 16px;
}
select {
	cursor:pointer;
}
select option , select option:hover{
	cursor:pointer;
}
.top-contact {
    padding: 0;
    text-align: right;
}

.top-info>li>a,
.top-contact>li>a {
    text-decoration: none;
    color: white;
}

header {
    background-color: var(--main);
    padding-top: 25px;
}

header .col-6,
header .col-12 {
    margin-bottom: 10px;
}

.header-ul>li {
    padding-right: 30px;
    text-align: center;
}

.header-ul>li:last-child {
    padding-right: 0;
}

.header-ul {
    text-align: right;
    list-style: none;
    display: contents;
}

.icon-info {
    display: block;
    padding-top: 3px;
    color: white;
    font-size: var(--normal-font);
}

.header-ul a {
    text-decoration: none;
    color: white;
}

.btn-outline-secondary {
    height: 36px;
    margin-left: -44px;
    background-color: var(--dark-main);
    border: none;
    border-radius: inherit;
    margin-top: 2px;
    padding: 0;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background-color: var(--main);
    border: none;
}

.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.order-note a {
    color: var(--main);
}

.order-phone,
.order-payment-method {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-group {
    height: 0;
}

.auth a {
    color: var(--light);
}

.header-input {
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 10px;
    padding-top: 7px;
	padding-right: 80px;
}

.col-icon-web {
    display: flex;
}

.col-cion-mobile {
    display: none;
}

.catalog,
.cd-dropdown-trigger,
.cd-dropdown-trigger:hover {
    border-radius: 3px;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    border: none;
    color: white;
    font-size: var(--normal-font);
    background-color: var(--dark-main);
    width: 136px;
    text-decoration: none;
}

.dropdown .sorting {
    width: max-content;
    font-size: var(--mini-middle-font);
    border: 1px solid #c25e565e;
    padding: 5px 30px;
}

.sorting.form-control {
    display: inline;
}
.sorting{
	margin-bottom:20px;
}
.sorting.form-control:focus {
    box-shadow: 0 0 0 .25rem #c25e565e;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: var(--dark-main);
}

.wrapper-web {
    margin: 0;
    z-index: 998;
}

.wrapper-fixed {
    z-index: 999;
    position: fixed;
    top: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.wrapper-fixed .cd-dropdown-trigger {
    height: 0;
    width: 0;
}

.catalog img,
.cd-dropdown-trigger img {
    margin-right: 6px;
    margin-left: 6px;
}

.col-search {
    display: flex;
}

.col-search input {
    font-size: var(--normal-font);
    border-radius: 0px;
}

.search-label {
    position: relative;
    width: 100%;
}

.search-label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -2px;
    bottom: 0;
    width: 18px;
    background: url("/media/img/icon/search-grey.svg") center / contain no-repeat;
}

::placeholder {
    font-size: var(--normal-font);
    color: var(--grey);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: var(--grey);
    font-size: var(--normal-font);
}

input:focus-visible {
    outline: none;
}

.contact-container p,
.contact-container label,
.contact-container input,
.contact-container textarea,
.contact-container select {
    font-size: var(--mini-middle-font);
}

.contact-container input:focus,
.contact-container textarea:focus,
.contact-container select:focus {
    border-color: #c25e564f;
    box-shadow: 0 0 0 .25rem #c25e5657;
}

.contact-container .col-md-12 {
    margin-bottom: 20px;
}

.contact-container button {
    font-size: var(--mini-middle-font);
    padding: 10px 30px;
    border-radius: 6px;
}

.col-icon-mobile {
    display: none;
}

.btn-search {
    border-radius: 3px;
    padding: 0px 9px;
}

.search-label input {
    padding-left: 36px;
}

.bbc-logo img {
    height: 70px;
    max-width: 100%;
}
.col-icon {
    justify-content: right;
}

.nav-list {
    font-size: var(--header-font);
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 16px 12px;
    scrollbar-color: #0070 #bada5500;
}

.list-col>a {
    text-decoration: none;
    color: white;
}

.location-item {
    position: relative;
    --background: #80808024;
    margin-left: 10px;
    margin-right: 10px;
}

.social-items a {
    margin-left: 10px;
    text-decoration: none;
}

.social-padding {
    padding-top: 5px;
}

.location-item img {
    position: absolute;
    top: 13px;
    width: 18px;
}
.footer-container li{
    margin-bottom:20px;
}
.footer-container .col-6{
    margin-bottom: 40px;
}
.location-item a:hover {
    color: var(--light)
}

.location-item a {
    padding-left: 28px;
    font-size: var(--header-font);
    font-family: "Nunito-Bold";
}

nav {
    background-color: var(--main);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel,
.carousel-item,
.carousel-inner,
.d-block {
    height: 100%
}

.slider {
    margin-top: 20px;
    margin-bottom: 40px;
}

.col-img {
    width: 100%;
    padding-bottom: 10px;
}

.header-icon {
    width: 24px;
}

.catalog-icon {
    width: 20px;
}

.info-items{
    width:100%;
    margin:auto;
    color:black;
    font-size:var(--normal-font);
}
.info-item{
    margin-top:10px;
}
.info-item a{
    text-decoration:none;
    color:black;
    display:block;
    height:100%;
}
.info-inner{
    height:100%;
}
.info-inner h6{
    padding:0;
    font-size:var(--middle-font);
}
.info-inner p{
    font-size:var(--normal-font);
    color:var(--grey);
}
.info-inner:hover{
    background-color: var(--main);
    color: white;
    border: none;
    border-radius:8px;
    box-shadow: 0 4px 12px rgba(13,12,34,.2);
}
.info-inner:hover p{
    color:white;
}
.info-row{
    margin:0;
    padding:20px;
    border-radius:6px;
    height:100%;
    border:1px solid var(--light-grey);
}
.polytics,
.support {
    text-align: right;
    color: black;
}

.sale-rules a,
.polytics a,
.rights {
    color: black;
    font-size: 14px;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998 !important;
}

.sticky+.content {
    padding-top: 60px;
}

footer {
    background-color: var(--light-transparent);
    font-size: var(--normal-font);
}

footer h5 {
    font-size: var(--middle-font);
}

.footer-list {
    padding: 0;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-container {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 20px;
}
.btn-fav{
    width:30px;
    height:30px;
    border:none;
    background:grey;
    border-radius: 22px;
    padding:0;
    margin:0;
    position: absolute;
	z-index:3;
    top: 4px;
    right: 4px;
    display:none;
}
.p-img img{
	width:100%;
}
.added-fav, .btn-fav:hover{
    background:var(--main);
}
.view-card-body .btn-fav{
    display:block;
    width: 40px;
    height: 40px;
    top: 14px;
    right: 14px;
}
.btn-fav img{
    width:100%;
    height:100%;
    padding: 0 !important;
}
.footer-container .container {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--light-grey);
}

.footer-container a,
.footer-container p,
.footer-container h5 {
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
}

.support img {
    width: 90px;
    margin: 0px 0px 0px 10px;
}

.social {
    list-style: none;
    padding: 0;
}

.social li {
    display: inline;
    margin-right: 20px;
}

.social li:first-child {
    margin-right: 16px;
}

.slick-arrow {
    padding-top: 2px;
    background: none;
    position: absolute;
    top: 7px;
    right: 0;
    border: none;
    ;
}

.books-slick .slick-slide img {
    height: inherit;
}

.prev-icon {
    right: 54px;
    padding-left: 8px;
}

.next-icon {
    padding-left: 8px;
    right: 12px;
}

.slick-arrow img {
    width: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--dark-main);
    padding: 18px;
    border-radius: 18px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--dark-main);
}

section h5 {
    margin-bottom: 40px;
}

.section-title {
    font-weight: 600;
    padding-left: 12px;
}

.section-title a:hover {
    color: var(--light);
}

.empty-cart img {
    width: 200px;
    margin-bottom: 20px;
}

.empty-cart {
    text-align: center;
}

.empty-cart p,
a {
    font-size: var(--mini-middle-font);
    text-decoration: none;
}

.empty-cart a {
    color: var(--main);
}

.cart-count {
    font-size: 14px;
    color: var(--grey);
}

.cart {
    position: relative;
}

.clear-cart {
    font-size: var(--mini-middle-font);
    background: none;
    border: none;
    color: var(--main);
    position: absolute;
    right: 0;
    top: 30px;
}

.clear-cart:hover {
    color: var(--main);
}

.product-name {
    color: black;
    font-size: var(--mini-middle-font);
}

.p-img a {
    display: grid;
    justify-content: center;
}

.item-weight {
    color: var(--grey);
    font-size: 14px;
}

.product-author {
    font-size: 14px;
}

.product-info:hover .product-name {
    color: var(--main)
}

.product-item {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 30px;
    padding-top: 20px;
}

.product-item .row {
    min-height: 130px;
}

.promocode p {
    font-size: var(--mini-middle-font);
}

.promocode .input-group button {
    color: white;
    padding: 0 20px;
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 14px;
    z-index: 991;
    background: var(--light);
}

.promocode .input-group {
    padding: 30px;
    position: relative;
    height: auto;
}

.promocode .input-group input::placeholder {
    font-size: 14px;
}

.promocode .input-group input:focus~button {
    background: var(--main);
}

.promocode .input-group input:focus~button:hover {
    background: var(--dark-main);
}

.promo-cart {
    max-width: 450px;
    padding: 0;
    background: var(--light-transparent);
}

.promocode .input-group input:focus {
    box-shadow: none;
    border: none;
    border: 1px solid var(--light-grey);
}

.promocode .input-group input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--light-grey);
    font-size: 14px;
}

.get-card {
    background: #f8e4e2;
    position: relative;
    padding: 20px 20px 10px 30px;
}

.get-card a,
span {
    color: black;
}

.get-icon {
    position: absolute;
    top: 11px;
    font-size: 24px;
    right: 30px;
}

.get-card:hover {
    background: var(--light);
}

.get-card:hover a,
.get-card:hover span {
    color: white !important;
}

h5>a,
.events-title,
.accordion-title,
.cart-title,
.promotions-title,
h5>a:hover {
    text-decoration: none;
    font-family: 'Nunito-Bold';
    color: black;
    font-size: var(--section-title);
    text-transform: uppercase;
}

.accordion-title {
    padding: 30px;
    margin: 0;
}

.multiple-item-btn:hover,
.multiple-item-btn:active,
.multiple-item-btn:focus {
    background-color: var(--main);
    border: none;
}
.out-of-stock:hover{
    background-color:var(--grey) !important;
    cursor:no-drop;
}
.multiple-item-btn:active:focus,
.multiple-item-btn:focus {
    box-shadow: none;
}

.multiple-item-btn {
    padding: 9px 10px 10px 10px;
    font-size: var(--normal-font);
    background-color: var(--main);
    border: none;
    color: white;
    height: 38px;
    position: absolute;
    bottom: 8px;
}

.get-card .form-check-label {
    margin-bottom: 0;
    margin-bottom: -10px;
}

.get-card .form-check-label .checkmark {
    top: 3.6px;
}

.order-text {
    padding: 0
}

.card {
    height: 100%;
    border: none;
    border-radius: 0;
    padding-top: 8px;
}

.card:hover {
    box-shadow: 0 0 5px var(--grey);
}

.price {
    font-size: var(--middle-font);
    color: var(--main);
}

.books-slick .slick-slide {
    padding: 0 4px;
}

.slick-slide .multiple-item-btn,
.gift-card .multiple-item-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.card-about {
    min-height: 110px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.card-img-top {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.book-image {
    height: 280px;
    justify-content: center;
    display: flex;
	position:relative;
}
.out-of-stock-text p{
	transform: rotate(56deg);
    font-size: 27px;
	width:max-content;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-left: 1px;
    color: #b03c31;
    letter-spacing: 1px;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.out-of-stock-text{
	position: absolute;
	top:110px;
    transform-origin: left 50% 0;
    cursor: pointer;
}
.book-title {
    font-size: var(--mini-middle-font);
}

.events-card-img img {
    object-fit: cover;
}

.events-card-img {
    height: 240px;
}

.card-body a {
    text-decoration: none;
}

.card-title:hover {
    color: var(--light);
}

.card-text,
.card-title {
    color: black;
}

.card:hover .card-title {
    color: var(--light);
}

.card-title {
    padding-top: 10px;
}

.events-section .card-title {
    font-size: 20px;
}

.card-info .book-name {
    margin: 0
}

.news-date {
    font-size: var(--normal-font);
    color: var(--light);
    margin: 0;
}

.overflow .wrapper-web,
.overflow .web-input {
    display: none;
}

.cd-close {
    background: var(--dark-main);
    border-radius: 60px;
}

.card-text {
    padding-bottom: 20px;
    padding-top: 0px;
    font-size: var(--normal-font);
    color: var(--grey);
}

.events-section .card-text {
    font-size: var(--mini-middle-font);
}

.inner {
    font-size: var(--normal-font);
    color: var(--grey);
}

.old-price .inner {
    text-decoration: line-through;
    text-decoration-color: var(--light);
}

.book-bookmark span {
    color: var(--main);
}

.book-bookmark {
    text-align: right;
    position: absolute;
    border: none;
    bottom: 0;
    border-radius: 3px;
    right: 12px;
    height: 37px;
    padding: 6px;
    background: var(--light-transparent);
}

.sale-percent {
    background-color: var(--main);
    color: white;
    padding: 0px 9px 3px 10px;
    border-radius: 22px;
    position: absolute;
    right: 12px;
    padding-top: 5px;
    margin-top: 3px;
    letter-spacing: 1px;
    font-size: 13px;
}

.slick-slide {
    margin: 2px;
    height: auto;
}

.slick-track {
    display: flex;
    flex-wrap: wrap;
}

.books-slick>.container {
    padding: 10px;
}

.book-view-img {
    height: 100%;
    width: 100%;
}

.book-settings {
    color: var(--grey) margin-top: 20px;
    font-size: var(--mini-middle-font);
    border-color: transparent;
    margin-top:20px;
}

.book-info {
    font-size: var(--mini-middle-font);
    padding-top: 30px;
}

.sale-book {
    background-color: var(--main);
    color: white;
    font-size: 14px;
    padding:4px 6px 5px 6px;
}

.sale-book .mini-icon {
    width: 14px;
}

.mobile-book-info {
    display: none;
}

.new-books,
.new-books:hover {
    background: var(--grey);
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding:4px 6px 5px 6px;
}

.new-books .mini-icon {
    width: 14px;
}

.top-info .available label {
    font-size: 16px;
    color: white;
}

.xs-icon.available {
    width: 18px;
    padding-right: 2px;
}

.mobile-menu-item.available {
    width: 100%;
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Nunito';
    font-size: var(--header-mini);
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.book-view,
.category-books {
    margin-top: 20px;
}

.book-img-view {
    text-align: center;
}

.express-card {
    height: 100%
}

.delivery-btn {
    background-color: var(--main);
    border: none;
    font-size: var(--mini-middle-font);
    border-radius: 2px;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 6px;
}

.out-of-stock {
    background: var(--grey);
    width: 100%;
}

.delivery-type,
.delivery-type:hover {
    color: var(--main);
    text-decoration: none;
}

.express-btn {
    background-color: var(--light-grey);
    border: none;
    font-size: var(--normal-font);
    border-radius: 2px;
    width: 100%;
    padding: 4px;
    color: var(--main);
}

.express-btn:active,
.express-btn:hover,
.express-btn:focus {
    background-color: var(--grey);
}

.express-btn:hover,
.express-btn:focus .fa-arrow-right {
    color: white;
}

.delivery-btn:hover,
.delivery-btn:active,
.delivery-btn:focus {
    background-color: var(--main);
    border: none;
}

.express-btn:active:focus,
.express-btn:focus,
.delivery-btn:active:focus,
.delivery-btn:focus {
    box-shadow: none;
}

.delivery-bookmark {
    color: var(--main);
}

.delivery .book-bookmark {
    position: relative;
    float: right;
    right: 0;
}

.view-card-body>h6 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.view-card-body p {
    font-size: var(--mini-middle-font);
}

.view-card-body .price {
    font-size: 34px;
}

.view-card-body .inner {
    font-size: 16px;
}

.mini-icon {
    width: 20px;
}

.product-header .mini-icon {
    width: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.product-header span {
    color: grey;
    font-size:16px;
}
#request-form .col-md-6,#request-form .col-sm-12, #contact-form .col-md-6{
    margin-bottom: 10px;
    margin-top: 10px;
}
.twitter {
    width: 22px;
    margin-bottom: -3px;
}

.card-button {
    bottom: 40px;
    width: max-content;
    padding: 9px 50px 10px 50px;
}

.instagram {
    margin-bottom: -1px;
}

.middle-icon {
    width: 24px;
}

.xs-icon {
    margin-top: -3px;
}

.type-delivery {
    padding-top: 20px;
}

.delivery-icon {
    margin-right: 10px;
    margin-top: -2px;
}

.delivery-card,
.express-card {
    border-radius: 6px;
    border: 1px solid var(--light-grey);
}

.book-view-col {
    margin-bottom: 40px;
}

.book-name {
    margin-top: 20px;
    font-size: var(--section-title-mobile);
}
#open{
    height:30px;
}
.book-author,
.book-author:hover {
    color: var(--light);
    text-decoration: none;
}

.book-author {
    font-size: var(--mini-middle-font);
}

.product-header {
    font-size: var(--normal-font);
    margin-bottom: 20px;
}
.btn-outline-secondary.btn-search img{
    width:25px;
}
.product-header a {
    text-decoration: none;
    color: var(--grey);
}

.list-item {
    list-style: none;
    font-size: var(--normal-font);
    line-height: 20px;
    padding: 8px 16px;
}

.list-item a {
    text-decoration: none;
    color: black;
}

.list-item:hover a {
    color: var(--light);
}

.pagination {
    font-size: var(--normal-font);
    background-color: white;
    justify-content: right;
	margin-top:10px;
}

.pagination li a,
.pagination .disabled span {
    border: none;
    color: black;
    margin: 5px;
    padding: 5px 10px 3px 10px;
}

.pagination .active a {
    background: var(--main);
    color: white;
}

.category-book h5 {
    margin: 0;
}

.category-list {
    padding: 0;
}

.category-title {
    font-size: var(--middle-font);
    padding-bottom: 20px;
}

.page-link {
    border: none;
    margin: 10px;
    color: black;
    padding: 5px 13px 3px 13px;
}

.pagination li a {
    color: black;
}

.pagination .active a {
    color: white;
}

.pagination li a:hover,
.pagination li a:focus {
    color: var(--main);
    background-color: var(--light-grey);
    box-shadow: none;
}

.active-page {
    background: var(--main);
    color: white;
}

.page-link:hover,
.page-link:focus {
    color: var(--main);
    background-color: var(--light-grey);
    box-shadow: none;
}

.fa-star {
    color: var(--light-grey)
}

.checked {
    color: #fbb500;
}

.rating {
    position: absolute;
    bottom: 45px;
}

.rating>.inner {
    padding-left: 5px;
    font-size: var(--header-font);
}

.fa-arrow-right {
    font-size: var(--mini-font);
    padding-left: 5px;
}

.books-category {
    font-size: var(--section-title);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family:'Nunito-Bold';
}

.books {
    font-size: var(--normal-font);
    color: var(--grey);
}

.back-to-books,
.back-to-books:hover {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--grey);
}

.left-arrow {
    width: 10px;
    margin-right: 7px;
    margin-bottom: 3px;
}

.active-category {
    margin-bottom: 10px;
    font-size: var(--mini-middle-font);
}

.dropdown-icon {
    width: 14px;
    margin-left: 12px;
}

.dropdown-toggle,
.dropdown-toggle:hover,
.btn-secondary:active:focus,
.btn-secondary:focus {
    padding: 6px 20px 6px 20px;
    border-radius: 3px;
    background: none;
    box-shadow: none;
    border: 1px solid var(--light-grey);
}

.dropdown-toggle::after {
    display: none;
}

.filter-btn {
    margin-left: 10px;
}

.filter-btn img {
    width: 20px;
}
.head-category{
    display: block;
    margin-bottom: 10px;
    color: var(--grey);
}
.filter-books .col-6 {
    margin-bottom: 0px;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color:black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 2px solid var(--main);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: var(--main);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.web-checkbox-top {
    display: inline;
}

.web-checkbox-top .checkmark {
    top: 3px;
}

.web-checkbox-top input:checked~.checkmark {
    background-color: var(--light);
}

.web-checkbox-top .checkmark {
    border: 2px solid var(--light);
}

.web-checkbox-top:hover input~.checkmark {
    background-color: var(--light) !important;
}

.filter-books {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sort,
.sort:hover {
    text-decoration: none;
    color: black;
    font-size: var(--normal-font);
}

.categories {
    padding-top: 10px;
}

.dropdown-item:hover,
.dropdown-item:active {
    background: var(--light-grey);
    color: black;
}

.dropdown-item {
    font-size: var(--normal-font);
}

.category-inner {
    padding-left: 10px;
}

.overlay {
    background: rgba(0, 0, 0, .24);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 2;
}

.toggle-overlay {
    background: rgba(0, 0, 0, .24);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 2;
}

.btn-filter {
    padding: 6px 10px 5px 10px;
    background: var(--main);
    color: white;
    border: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-right: 10px;
}

.filter-input {
    border: 1px solid var(--grey);
    font-size: 14px;
}

.filter-label {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.cat-inner {
    padding-left: 16px;
}

.filter-row {
    margin-bottom: 20px;
}

.cat2 {
    margin-top: 50px;
}

.category-books .category-title {
    padding-bottom: 10px;
}

.mobile-category-title {
    font-size: var(--mini-middle-font);
    padding-top: 20px;
    padding-bottom: 0px;
}

.clear {
    background: var(--grey);
}

.authors {
    padding-top: 10px;
}

.filter-label:before {
    content: "";
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0;
    width: 18px;
    background: url("/media/img/icon/search-grey.svg") center / contain no-repeat;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    display: none;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn {
    position: fixed;
    top: 33px;
    left: 260px;
}

#menu__toggle:checked+.menu__btn>span {
    background-color: black;
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    background-color: black;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    background-color: black;
    transform: rotate(90deg);
}

.menu-open .open {
    display: none;
}

.close {
    display: none;
    opacity: 0;
    position: absolute;
    left: -200%;
}

.menu-open .close {
    display: block;
    opacity: 100;
    position: absolute;
    z-index: 2;
    left: 250px !important;
    top: 45px;
    width: 20px;
    transition-duration: .25s;
}

.show {
    left: 0 !important;
    overflow: auto;
}

.menu__btn {
    position: absolute;
    top: 13px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -200%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 100px 0;
    list-style: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #80808024;
    color: var(--light);
}

.hamburger-menu {
    position: relative;
    width: 46px;
    z-index: 998;
    display: inline;
}

.overflow-y .cd-dropdown-wrapper {
    z-index: 1;
}

.cd-dropdown-content .has-children a {
    text-decoration: none;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color: black;
    font-size: var(--normal-font);
    text-decoration: none;
}

.cd-dropdown-content .see-all a {
    color: var(--dark-main);
}

.cd-dropdown {
    background-color: white;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    background: black;
}

.web-dropdown,
.cd-dropdown {
    height: 100vh;
}

.web-item {
    background-color: var(--light-transparent);
}

.list-col {
    min-width: max-content;
}

.lang-item img {
    width: 20px;
}

.contact-item img {
    width: 20px;
}

.mobile-lang {
    position: absolute;
    top: 32px;
    width: 100%;
    padding: 10px 0;
    background: #8080801a;
    padding: 12px 20px;
}

.mobile-lang a {
    color: black;
    padding-right: 6px;
    font-family: 'Nunito-Bold';
}

.mobile-lang a:hover {
    color: var(--light);
}

.dropdown-menu {
    padding: 6px 17px;
}

.mobile-menu-icon {
    padding: 0
}

.mobile-menu-icon nav {
    padding: 0
}

.mobile-menu-icon nav>label>img {
    max-width: 100%
}

.span-lang a {
    color: white;
    display: inline;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px 10px;
    font-size: 20px;
    text-decoration: none;
}

.filter-menu {
    height: 50px;
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* fade in checked menu */
}

nav .m-menu__checkbox {
    display: none;
}

nav label.m-menu__toggle {
    cursor: pointer;
}

.m-menu__toggle img {
    width: 20px;
}

.filter-menu {
    background: white;
}

.filter-m-menu {
    width: max-content;
    padding: 0 20px;
    display: inline-flex;
}

nav .m-menu {
    position: fixed;
    top: 0;
    right: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -moz-transform: translate3d(0, -300%, 0);
    -o-transform: translate3d(0, -300%, 0);
    -ms-transform: translate3d(0, -300%, 0);
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
    -moz-transition: transform 0s;
    -o-transition: transform 0s;
    -webkit-transition: transform 0s;
    transition: transform 0s;
    z-index: 1;
    overflow: scroll;
    background-color: white;
}

nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
}

nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--light-grey);
    justify-content: right;
    background: var(--dark-main);
}

nav .m-menu__header span {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.mobile-menu-items p{
    font-size:18px;
    color: var(--main);
    margin-top: 20px;
    margin-left: 10px;
}
nav .m-menu .m-menu {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

nav .m-menu ul {
    padding-left: 10px;
    padding-bottom: 30px;
}

nav .m-menu ul li a,
nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 0px;
    line-height: 47px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    margin-bottom:0;
}

nav .m-menu ul li a,
.nav-items {
    border-bottom: 1px solid var(--light-grey);
}

nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
}

nav .m-menu ul li .-invisible {
    border-bottom: 0;
}

nav .m-menu .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

nav .m-menu__checkbox:checked~.m-menu {
    padding:0px;
    z-index: 999 ! important;
	overflow:auto;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.m-menu__header {
    justify-content: right;
    position: relative;
}

.m-menu__toggle svg {
    position: absolute;
    left: 0px;
    top: 9px;
}

.mobile-menu-items li {
    list-style: none;
}

.mobile-menu-items .menu_item {
    padding: 0;
    border: none;
    color: black
}

.img-fluid {
    padding-left: 30px;
    margin-top: 7px;
}

.menu-img {
    width: 60%
}

.m-menu {
    min-height: 390px;
    padding-left: 10px;
}

nav .checkbox-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: none;
    padding-bottom: 0 !important;
}

nav .checkmark {
    top: 15px !important;
    left: 0 !important;
}

.back-btn {
    border: none !important;
    color: white !important;
    text-align: left !important;
    padding-left: 20px !important;
    width: 100%;
    font-size: 16px !important;
    text-decoration: none;
}

.clear-btn {
    border: none !important;
    color: white !important;
    text-align: right !important;
    width: 100%;
    font-size: 15px !important;
    text-decoration: none;
}

.clear-btn button {
    width: max-content;
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
}

.filter-menu {
    display: none;
}

.filter-save {
    text-align: center;
	background:white;
}
.filter-clear-btn{
    background-color:var(--grey) !important;
}
.filter-save button, .filter-save-btn {
    width: 50%;
    margin:4px;
    max-width: 200px;
    background: var(--dark-main);
    color: white;
    border: none;
    margin-bottom: 20px;
    padding: 10px 13px;
    font-size: 16px;
}
.category-btns{
    margin-top:40px;
    display:flex;
}
.all-events .col-12 {
    margin-bottom: 20px;
}

.card-img-blur {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.events-card-img a {
    display: block;
    position: relative;
    height: 100%;
}

.events-title,
.cart-title,
.accordion-title,
.promotions-title {
    padding-top: 20px;
}

.all-events .card {
    margin: 0px 2px;
}

.all-promo .card-body {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.events-card-img .card-img-top {
    position: relative;
}

.promo-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0 !important;
}

.all-promo .card {
    padding: 20px;
}

.all-promo .col-12 {
    margin-top: 20px;
}

.promo-buttons a {
    color: black;
    padding: 7px 8px 6px 8px;
    border: 1px solid var(--light-grey);
    font-size: 13px;
}

.promo-deadline {
    margin-right: 14px;
}

.last {
    color: var(--light) !important;
    border: 1px solid var(--light) !important;
}

.promo-buttons {
    margin-top: 10px;
    margin-bottom: 5px;
}

.page {
    display: none;
}

.page.active {
    display: block;
}

.promotions {
    display: flex;
    overflow: auto;
    scrollbar-color: #0070 #bada5500;
    list-style: none;
    margin: 0 auto;
    overflow-x: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.promotions::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.promotions {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.promo-button button {
    width: max-content;
    font-size: 18px;
    background: none;
    border: none;
    margin-right: 20px;
    color: var(--grey);
}
.auth-url a, .auth-url p{
    width: max-content;
    font-size: 18px;
    background: none;
    border: none;
    margin-right: 20px;
    color: var(--grey);
    display:inline-block;
}
.auth-url .active-btn{
    color: black;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--dark-main);
}
.gift-category {
    margin-top: 50px;
}

.gift-card {
    margin-bottom: 20px;
}

.gift-category .col-6 {
    margin-bottom: 10px;
    position: relative;
}

.gift-card img {
    height: inherit;
    padding: 10px;
}

.gift-mobile {
    display: none;
}

.gift-category .col-6:hover img {
    filter: brightness(.85) saturate(.85) contrast(1.3);
}

.as-gift {
    background: var(--main);
    padding: 30px 30px 20px 30px;
    color: white;
    margin-top: 30px;
}

.gift-package .checkmark {
    background-color: var(--main);
    border: 1px solid var(--light-transparent);
    height: 16px;
    width: 16px;
}

.gift-package .checkbox-container {
    padding-left: 30px;
}

.gift-package .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid var(--light-transparent);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-gift-about {
    display: none;
}

.checkbox-container:hover input~.checkmark {
    background-color: var(--main);
}

.gift-package.checkbox-container:hover input~.checkmark {
    background-color: var(--main);
}

.gift-package .checkbox-container input:checked~.show-gift-about {
    display: block;
}

.gift-package .checkbox-container input:checked~.checkmark {
    background-color: var(--main);
}

.gift-package .checkbox-container p {
    font-size: 16px;
}

.show-gift-about p {
    font-size: 14px;
}

.box-price {
    color: white;
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 20px;
}

.total {
    padding: 30px;
    font-size: 16px;
    padding-bottom: 0;
}

.submit-cart {
    padding: 30px;
}

.submit-cart button {
    background: var(--main);
    font-size: 20px;
    width: 100%;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    color: white;
}

.submit-cart button:hover {
    background: var(--dark-main);
    color: white;
}

.total-item {
    position: relative;
}

.total-item span {
    font-size: 16px;
}

.sale-all {
    color: var(--main);
}

.call-time {
    display: none;
    font-size: 13px;
}

#map {
    height: 600px;
    width: 100%;
    border: 1px solid #bdbbbb;
    border-radius: 0px 10px;
}

input,
textarea {
    border: transparent;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="radio"] , .custom-control-label{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.authors-overflow{
	height: 600px;
    overflow: auto;
}
.authors2-overflow{
	height: 400px;
    overflow: auto;
}
.quantity .input-group {
    padding: 0 5px;
    clear: both;
    position: relative;
    border: 1px solid var(--light-grey);
    width: max-content;
    height: 40px;
}

.quantity .disable {
    color: var(--light-grey);
}

.input-group input[type='button'] {
    margin: 0px;
    color: black;
    background-color: transparent;
    min-width: 26px;
    width: auto;
    transition: all 300ms ease;
}

.disable {
    color: var(--light-grey) !important;
}

.button-minus {
    z-index: 2;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 32px;
    padding: 0;
    width: 35px;
    position: relative;
}

.mobile-button {
    display: none;
    color: white;
}

.web-button {
    color: white;
}

.input-group .quantity-field {
    position: relative;
    height: 32px;
    left: 0;
    text-align: center;
    width: 36px;
    display: inline-block;
    font-size: 13px;
    resize: vertical;
    pointer-events: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.quantity-details {
    position: relative;
    height: 100%;
}

.quantity-group {
    border: 1px solid var(--light-grey);
    width: max-content;
    padding: 0 7px;
    height: auto;
}

.quantity-group p {
    margin: 0;
}

.quantity-group input {
    width: 50px;
    text-align: center;
    pointer-events: none;
}

.quantity-group button {
    background: #b03b31;
    border: none;
}

.quantity-group button:disabled {
    background: var(--grey) !important;
}

.quantity-details .col-12 {
    margin-top: 10px;
}

.quantity-details .col-sm-4 {
    position: relative;
}

.shopping-products {
    margin: 10px 0;
}

.shopping-cart {
    cursor: default;
}

.recycle {
    width: 21px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.recycle-item {
    width: 32px;
    height: 36px;
    opacity: 1;
    background: none;
    padding: 0 !important;
    border: none;
    margin-left: 20px;
}

.cart-bookmark {
    width: 32px;
    height: 36px;
}

.col-recycle {
    position: relative;
}

.product-item .col-md-10 .row {
    height: 100%;
    position: relative;
}

.bonus-1,
.bonus-2,
.bonus-3,
.bonus-4 {
    margin-top: 60px;
}

.bonus-3 .row {
    text-align: center;
    justify-content: center;
}

.bonus-3 h5 {
    text-align: center;
}

.bonus-3 .row .col-xl-2 {
    margin-bottom: 15px;
}

.basket-terms {
    padding-left: 20px;
    color: var(--main) !important;
}

.accordion {
    background: var(--light-transparent);
}

.accordion-button::after {
    background-image: url(/media/img/icon/plus.svg);
    position: absolute;
    left: 15px;
    top: 10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/media/img/icon/minus.svg);
    position: absolute;
    left: 15px;
    top: 10px;
}

.accordion-button {
    font-size: 16px;
    background-color: var(--light-transparent);
    padding-left: 40px;
}

.accordion-body {
    font-size: 16px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    color: black;
    background-color: var(--light-transparent);
    border-color: var(--light-transparent);
    box-shadow: none;
}

.accordion-item {
    border: 1px solid white;
}

.bonus-info {
    border: 2px solid var(--light-transparent);
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
}

.price-bonus p {
    font-size: 16px;
}

.bonus-info span {
    color: grey;
}

.bonus-card {
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.bonus-1-card {
    text-align: left;
}

.info-bonus-title {
    text-align: left;
    padding: 0;
    padding-bottom: 20px;
}

.dots-image {
    text-align: center;
}

.dots-image img {
    height: 100%;
    width: inherit;
}

.bonus-1 p {
    font-size: 14px;
    color: grey;
}

.bonus-card button {
    width: max-content;
    padding: 10px 60px;
}

.percent-info {
    padding: 40px 20px 10px 20px;
    font-size: 30px;
}

.bonus-2 {
    position: relative;
    background: var(--main);
    padding: 30px;
}

.bonus-2 button {
    background: var(--dark-main);
    bottom: 30px;
}

.bonus-2 p {
    color: white;
    display: inline;
    font-size: 18px;
    margin: 0;
}

.bonus-2 .col-8 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bonus-1 .order-text {
    height: auto;
}

.bonus-1 .row {
    width: 100%;
    margin: auto;
}

.bonus-info-item .col-12 {
    margin-bottom: 40px;
}

.bonus-info-item img {
    width: 70px;
}

.bonus-info-item div {
    position: relative;
}

.promotion-item {
    margin-top: 40px;
}

.promo-image {
    width: 100%;
}

.promo-item a {
    padding: 11px 24px 10px 25px;
    display: block;
    max-width: 330px;
    width: max-content;
}

.promotion-category {
    margin-bottom: 50px;
}

.promo-view-info p {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.promo-item-info {
    margin-top: 20px;
}

.terms-text,
.terms-text a,
.terms-list li {
    font-size: 16px;
    letter-spacing: 0.4px;
}

.terms-list li {
    list-style: initial;
}

.terms-list li::marker {
    color: black;
    font-size: 1.5em;
}

.terms-text {
    padding-bottom: 10px;
}

.terms-head {
    letter-spacing: 0.4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.terms-list {
    margin-left: 20px;
    margin-top: -10px;
}

.contact-hour a {
    color: black;
}

.map iframe {
    width: 100%;
    height: 450px;
}

.about-img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.owl-nav {
    display: none;
}

.events-view {
    margin-top: 50px;
}

.events-title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.event-title .title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.event-body p {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
    letter-spacing: 0.4px;
    text-align: justify;
}

.event-title .date {
    color: var(--main);
    font-size: 16px;
    font-weight: bold;
}

.events-img img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.owl-dots {
    padding-top: 20px;
}

.login {
    padding-top: 20px;
}

.login-title {
    font-size: 18px;
    padding: 20px 0;
}

.login-form label,
.login-form input,
.login-form button {
    font-size: 16px;
}

.sign-form .mb-3 {
    padding: 0;
}

.sign-form .mb-3 .checkbox-container {
    width: max-content;
}

.sign-form .checkbox-container a {
    color: var(--main);
}

.sign-form .mb-3 .form-control:focus {
    border-color: var(--main);
    box-shadow: none;
}

.login-or-singup {
    margin-bottom: 20px;
}
.login-or-singup div{
	display:inline;
}
.sign-form button {
    width: max-content;
    position: relative;
    padding: 9px 30px 10px 30px;
}

.reset-parol:hover {
    color: black;
}

.reset-parol {
    color: black;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}

.order-img {
    justify-content: center;
}

.order-img .col-4 {
    padding: 10px
}

.order-item {
    margin: 40px 0;
    padding-bottom: 30px;
    padding-top: 30px;
}

.order-item button {
    position: relative;
    width: 140px;
    padding: 9px 10px 10px 10px;
}
.sale-book, .new-books{
    margin:0 4px;
}
.banner-item a {
    display: flex;
    justify-content: center;
}

.banner-item img:hover {
    border-radius: 54px;
    box-shadow: 1px 3px 7px #373030;
    transition: 0.3s linear;
}
.banner button {
    top: -60px;
}

.banner {
    margin: 130px 0;
}

.order-price div {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.order-price{
	min-height:60px;
}
.category-btns button{
    max-width: none !important;
}

.btn-add , .out-of-stock{
    display:none;
}

.card:hover .btn-add{
    display:block;
}
.card:hover .btn-fav{
	display:block;
}
.card:hover .out-of-stock{
    display:block;
}
.logout-icon img{
	width:20px;
}
.card img{
	max-width:100%;
	object-fit: contain;
}
#search_books_result{
	background-color:#FFF;
	z-index:2;
	margin-left: 0px;
	width: 100%;
	padding:0;
	border: 2px solid var(--main);
}
#search_books_result li a{
	color: black;
	font-size:16px;
}
#search_books_result li{
	padding:10px;
}
#search_books_result li:hover{
	padding:10px;
	background-color:var(--light-transparent);
}
.login-form form {
	width: 100%;
	max-width: 400px;
}
@media only screen and (max-width: 1199px) {
    .events-card-img {
        height: 220px;
    }

    .card-button {
        width: max-content;
    }

    .categories {
        display: none;
    }

    .filter-menu {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .col-icon-web {
        display: none;
    }
    .events-section .card-title {
	font-size: 18px;
    }
    .bonus-2 button {
        display: none;
    }

    .bonus-2 h5 {
        text-align: center;
    }

    .col-icon-mobile {
        display: flex;
        margin-top: 12px;
    }

    .header-top {
        display: none;
    }

    .info-items p {
        display: none;
    }
    header {
        padding-top: 5px;
    }
    .info-inner h6 {
        font-size: var(--mini-middle-font);
    }
    .bbc-logo img{
        height:50px;
    }
    .icon-info {
        display: none;
    }

    .events-card-img {
        height: 210px;
    }

    .card-button {
        width: max-content;
    }

    header {
        height: 110px;
    }

    .nav-header nav {
        display: none;
    }

    .dots-image {
        width: 200px;
        margin: auto;
        margin-bottom: 20px;
    }

    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        height: 340px;
    }

    .bonus-1 {
        background-image: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-container .col-md-3 {
        padding-top: 30px;
    }
	.out-of-stock-text {
		top: 90px;
	}
	.header-input {
		padding-right: 40px;
	}
	.reset-flex{
		display:block !important;
	}
	.reset-password-url{
		margin-bottom:20px;
	}
    .footer-bottom {
        font-size: var(--mini-font);
    }

    .footer-info p {
        display: none;
    }

    .express-card {
        margin-top: 0px;
    }

    .express-delivery {
        margin-top: 10px;
    }

    .categories {
        display: none;
    }

    .pack-order {
        display: none;
    }

    .btn-search {
        display: none;
    }
	.web-clear{
		right:7px;
	}
    .order-text {
        text-align: center;
    }

    .header-ul>li {
        padding-right: 18px;
    }

    h5>a,
    .books-category,
    .events-title,
    .cart-title,
    .gifts-title,
    .promotions-title,
    .accordion-title,
    h5>a:hover {
        font-size: var(--section-title-mobile);
    }

    .category-title {
        font-size: var(--middle-font);
    }

    .col-img {
        width: 44px;
    }

    .col-icon {
        text-align: center;
    }

    .info-item {
        padding-left: 2px;
        padding-right: 2px;
    }

    .card-title,
    .card-text,
    .inner {
        font-size: 14px;
    }

    .events-section .card-title {
        font-size: 18px;
    }

    .events-section .card-text {
        display: none;
    }

    .multiple-item-btn {
        font-size: var(--mini-font);
        padding-top: 10px;
    }

    .card-button {
        width: max-content;
    }

    .card-about {
        min-height: 90px;
    }

    .support img {
        width: 70px;
    }

    .book-image {
        height: 240px;
    }

    footer {
        font-size: var(--mini-font);
    }

    footer h5 {
        font-size: var(--mini-middle-font);
    }

    .footer-container {
        padding-bottom: 0;
    }

    .events-card-img {
        height: 190px;
    }

    .mobile-book-info {
	text-align:center;
        display: block;
        padding-bottom: 10px;
    }

    .web-book-info {
        display: none;
    }

    .book-settings {
        font-size: var(--normal-font);
    }

    .book-name {
        font-size: 18px;
    }

    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        height: 260px;
    }

    .gift-web {
        display: none;
    }

    .gift-mobile {
        display: block;
    }

    .web-cart-book {
        display: none;
    }

    .mobile-cart-book {
        display: block
    }
}

@media only screen and (max-width: 668px) {
    .info-inner h6 {
        font-size: var(--mini-font);
    }

    h5>a,
    .events-title,
    .cart-title,
    .promotions-title,
    .accordion-title,
    h5>a:hover {
        font-size: var(--middle-font);
    }

    .order-text {
        height: 36px;
        display:none;
    }

    .book-image {
        height: 240px;
    }

    .events-card-img {
        height: 180px;
    }
}

@media only screen and (max-width: 575px) {
    .book-name {
        font-size: var(--mini-middle-font);
    }

    .book-view-img {
        width: 50%;
    }

    .card-button {
        width: max-content
    }

    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        height: 240px;
    }

    .recycle-item {
        right: 50px;
    }

    .product-img {
        width: 80%;
        margin: auto;
    }

    .card-button {
        position: relative;
        margin-top: 40px;
    }

    .map iframe {
        height: 300px;
    }

    .sign-form .mb-3 input {
        max-width: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .rating {
        display: none;
    }

    .catalog-icon {
        display: none;
    }

    .card-button {
        width: max-content
    }

    .events-card-img {
        height: 150px;
    }
    .slick-arrow {
        top: 37px;
    }
    .catalog,
    .cd-dropdown-trigger,
    .cd-dropdown-trigger:hover {
        padding-left: 27px;
        width: 100px;
    }

    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        height: 170px;
    }
	
	.card .btn-fav{
		display:block;
	}
	.card .btn-add{
		display:block;
	}
	.card .out-of-stock{
		display:block;
	}
	.card {
		box-shadow: 0 0 5px var(--grey);
	}
	.multiple-items-1{
		padding-top:10px;
	}
	.new-section{
		padding-top:30px;
	}
	.events-section{
		margin-top:50px;
	}
	.btn-fav:hover{
		background:grey;
	}
}

@media only screen and (max-width: 400px) {
    .product-name {
        font-size: 14px;
    }

    .header-ul {
        padding-left: 0;
    }

    .order-box {
        height: 40px;
    }

    .order-price {
        top: 0px;
    }

    .events-section .card-title {
        font-size: var(--mini-middle-font);
    }

    .events-card-img {
        height: 200px;
    }

    .card-button {
        width: max-content
    }

    .web-button {
        display: none;
    }

    .mobile-button {
        display: block
    }

    .bonus-info-item .col-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .book-image {
        height: 200px;
    }

    .card-button {
        width: max-content
    }

    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        height: 150px;
    }

    .item-weight {
        display: none;
    }

    .input-group input[type='button'] {
        min-width: 18px;
    }

    .input-group .quantity-field {
        width: 33px;
    }
}

@media only screen and (max-width: 320px) {
    .product-item .col-md-2 {
        display: none;
    }

    .product-item .col-md-10 {
        width: 100%;
    }

    .quantity-group {
        position: absolute;
        bottom: 0;
        right: 90px;
    }

    .book-bookmark {
        display: none;
    }

    .cart-bookmark {
        display: block;
    }

    .btn-primary {
        width: 100%;
        margin: -12px;
    }

    .bonus-3 .row .col-xl-2 {
        width: 100%
    }

    .bonus-2 {
        display: none;
    }
}

@media only screen and (min-width: 400px) {
    .login-form {
        justify-content: center;
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .order-price {
        text-align: right;
    }
	.web-clear{
		left: -77px;
	}
}

@media only screen and (min-width: 992px) {
    .overlay {
        background: none;
    }
    .header-img img {
        margin-top: -19px;
    }
    .mobile {
        display: none;
    }

    .first-item>.info-inner {
        margin-top: 0;
    }
    .carousel,
    .carousel-item,
    .carousel-inner,
    .d-block {
        min-height: 410px;
    }
}

@media only screen and (min-width: 1400px) {
    .call-time {
        display: inline;
    }
}

@media only screen and (min-width: 1200px) {
    .express-delivery {
        margin-top: 10px;
    }
    .first-item {
        margin-top: 0;
    }
    .filter-btn {
        display: none;
    }
    .product-item {
        padding-right: 30px;
    }

    .bonus-1 .col-12 {
        position: relative;
    }

    .bonus-1-card {
        position: absolute;
        bottom: 0;
    }

    .bonus-2 button {
        position: absolute;
        bottom: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: var(--dark-main);
    }

    .web-item {
        border-left: 2px solid var(--dark-main);
    }

    .cd-dropdown-trigger.dropdown-is-active {
        background-color: var(--dark-main);
    }

    .cd-dropdown-content>.has-children>a.is-active {
        box-shadow: inset 2px 0 0 var(--dark-main);
        color: var(--dark-main);
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>a {
        color: var(--dark-main);
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: var(--dark-main);
    }

    .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
        color: var(--dark-main);
    }
}
