@charset "UTF-8";
/*!
Theme Name: Novel Collections Pro
Theme URI: https://www.misbahwp.com/products/novel-collection-wordpress-theme
Author: Misbah WP
Author URI: https://www.misbahwp.com/
Description: 
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: novel-collections-pro
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-site-editing, block-patterns, sticky-post, threaded-comments, template-editing, blog, news, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Novel Collections Pro is based on Twenty Twenty-Two WordPress Theme, (C) 2023 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

*/

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body{
  background: #fff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  line-height: 1.7;
  font-size: 14px;
  position: relative;
  color: #2F2E2E;
}

header a,
footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 700;
}
.buy-now a {
    padding: 10px 25px;
    background: linear-gradient(357deg, #91765A 35.08%, #FFE03A 98.81%);
    border-radius: 30px;
}
.buy-now a span{
    color:#fff !important;
}
a.bg-white.rounded {
    background: #1d1f25;
    padding: 7px 12px;
    margin: 0px 10px;
    color: #fff;
}
ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  width: 100%;
  border-spacing: 0; }

th, td {
  padding: 5px;
  text-align: center; }

table td,
table tr,
table th {
  border: 1px solid #ddd; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img, .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 1em 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: 17px; }

abbr,
acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark,
ins {
  background: #ddd;
  text-decoration: none; }

big {
  font-size: 125%; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.75;
  padding: 7px 15px;
  color: #1c1c1c;
}

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

hr {
  background-color: #999;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  color: #000000;
  outline: 0 !important;
}
.widget a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.entry-content a:not(.wp-block-button__link) {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.widget a:not(.wp-block-button__link):hover,
.entry-summery a:not(.wp-block-button__link):hover,
.entry-content a:not(.wp-block-button__link):hover {
  color: #F37070;
}
a:focus-visible, a:focus {
  outline: thin dotted !important;
}
a:hover, a:active, a:hover {
  outline: 0;
  /* color: #cce3e2; */
}
.alignwide {
  margin-left  : -80px !important;
  margin-right : -80px !important;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.home .wp-site-blocks > * {
  margin-top: 0 !important;
}

/*---------------- Woocommerce CSS------------------ */
.woocommerce form .form-row input.input-text {
  /* padding: 8px; */
  border: 1px solid #bcbcbc;
}
.shop_table th, .shop_table td {
    text-align: left;
}
.related.products h2 {
  text-align: left;
}
.woocommerce .star-rating span::before {
  color: #f3f321;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto 8px;
  font-size: 15px !important;
}
.woocommerce span.onsale{
  background: #f37070;
    padding: 0;
    color: #fff;
}
.products li {
  box-shadow: -2px -2px 5px #bbb;
  padding: 10px !important;
  text-align: center;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
h2.woocommerce-loop-product__title,
.woocommerce div.product li .product_title {
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center !important;
  font-size: 20px !important;
  padding: 5px 0 5px 0 !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #f37070;
  color: #fff;
  padding: 10px 20px !important;
  opacity: 1 !important;
  text-decoration: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #000000;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 7px;
  border: solid 1px #000;
  color: #000;
  line-height: 1;
  margin-top: -4px;
  display: inline;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
   max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #f37070;
  padding: 12px !important;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #ffffff;
  font-weight: 600;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
  color: #222 !important;
}
span.posted_in {
  display: block;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
select.orderby {
  padding: 10px;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
  padding: 12px;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-info a, .woocommerce-privacy-policy-text a, td.product-name a, a.shipping-calculator-button{
  text-decoration: none !important;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
  margin-top: 20px;
}
.woocommerce input#password{
  border: 1px solid #bcbcbc;
}
.woocommerce-page form .password-input{
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #F37070;
  transition: background .15s ease-in-out;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #000;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  padding: 12.5px 15px;
  background: #000;
  color: #fff;
  font-weight: normal;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: none;
  float: none;
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 110px !important;
  padding: 5px 5px 5px !important;
  margin: 0px 10px 0px 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
#payment{
  margin: 0 0 30px 0;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
  padding: 16px 12px;
}
.woocommerce-wlfmc-wishlist nav.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}
/* --------Topbar Section------------------- */
body.admin-bar .sticky-header{
  margin-top: 32px !important;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  max-width: 100% !important;
  padding: 20px !important;
  border-radius: 0 0 20px 20px !important;
  box-shadow: 0 2px 5px #ddd;
}
body.home .book-store-header-sec {
  position: absolute;
  background: transparent!important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.book-store-header-sec #tailor-topbar-sec a {
  color: #fff !important;
}
/* Header Section */
.wp-block-site-logo img{
  width: auto;
}
.book-store-header-sec .wc-block-mini-cart__badge {
  font-size: 11px;
}
.book-store-header-sec .wp-block-navigation .wp-block-navigation-item__content {
  padding: 20px 0;
  position: relative;
}
.book-store-header-sec .wp-block-navigation .wp-block-navigation-item__content:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f73030;
  opacity: 0;
}
/*.book-store-header-sec .wp-block-navigation .wp-block-navigation-item__content:hover, .book-store-header-sec .current-menu-item  .wp-block-navigation-item__content{
  color: #f37070 !important;
}
.book-store-header-sec .wp-block-navigation .wp-block-navigation-item__content:hover:before, .book-store-header-sec .current-menu-item  .wp-block-navigation-item__content:before {
  opacity: 1;
}
.book-store-header-sec .wp-block-navigation .has-child  .wp-block-navigation-item__content {
  padding: 10px;
}
.book-store-header-sec .wp-block-navigation .has-child .wp-block-navigation-submenu .wp-block-navigation-item__content:hover span{
  color: #fff;
}*/

.book-store-header-sec .wp-block-navigation ul li:hover > ul{
  visibility: visible !important;
  opacity: 1 !important;
  animation-name: mainnav;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: linear;
}
@keyframes mainnav {
  0% {
    height: 0px;
    background-color: #C7805F;
  }
  100% {
    height: 100px;
    background-color: transparent;
  }
}
.book-store-header-sec .wp-block-navigation ul li ul li {
  transition: 0.5s all ease;
}
.book-store-header-sec .wp-block-navigation ul li ul li:first-child {
    animation-name: navanime;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: linear;
}
.book-store-header-sec .wp-block-navigation ul li ul li:nth-child(2) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
  animation-timing-function: linear;
}
.book-store-header-sec .wp-block-navigation ul li ul li:nth-child(3) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-timing-function: linear;
}
.book-store-header-sec .wp-block-navigation ul li ul li:nth-child(4) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-timing-function: linear;
}
.book-store-header-sec .wp-block-navigation ul li ul li:nth-child(5) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
  animation-timing-function: linear;
}
@keyframes navanime {
  0% {
    transform: rotateY(180deg);
  }
}
.book-store-header-sec .wp-block-navigation ul ul {
  border: 0;
  background: transparent !important;
  max-width: 240px !important;
  width: 240px !important;
}
.book-store-header-sec .wp-block-navigation ul ul li {
  margin: 2px 0;
}
.book-store-header-sec .wp-block-navigation ul ul a {
  position: relative;
  padding: 15px !important;
  background: #000;
  color: #fff !important;
}
.book-store-header-sec .wp-block-navigation ul ul a span {
  position: relative;
  z-index: 9;
}

.book-store-header-sec .wp-block-navigation ul ul li:hover > a:after {
  color: #ffffff;
  content: "";
  background-color: #f37070;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.book-store-header-sec .wp-block-navigation ul ul li > a:after {
  content: "";
  background-color: #f37070;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  transition: all 0.5s linear;
  z-index: 1;
}

/* -------------------- */
.stk-block-background {
    background-color: unset;
}
/* ----------Banner Section----------------- */
.book-store-slider-section .stk-block-carousel__dots {
  position: absolute;
  bottom: 100px;
  left: 0;
  top: auto;
  z-index: 9;
}
.book-store-slider-section .slider-content {
  max-width: 55%;
}
.book-store-slider-section .wp-block-search__inside-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
.book-store-slider-section .wp-block-search__inside-wrapper input {
  border: 0;
}
.book-store-slider-section .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0 5px;
  background: transparent;
}
.book-store-slider-section .wp-block-search__button svg {
  fill: #f37070;
}
.book-store-slider-section a.stk-link.stk-button {
  transition: 0.3s all ease-in-out;
}
.book-store-slider-section a.stk-link.stk-button:hover, #book-store-latest-offer-sec a.stk-link.stk-button:hover, .book-store-offer-image-box a.stk-link.stk-button:hover, .novel-collections-product-box  .wp-block-button__link:hover, #book-store-popular-product-sec a.stk-button:hover {
  background: #000 !important;
}
.book-store-slider-section figure {
  text-align: right;
  padding-right: 50px;
}
.book-store-slider-section  img {
  width: 400px;
  height: 600px;
  object-fit: fill;
}

/* -------------shop by category---------------- */
#book-store-shop-by-category .gbt_18_categories_grid {
  display: flex;
  gap: 50px;
  margin: 0 !important;
}
#book-store-shop-by-category .gbt_18_categories_grid .clearfix {
  display: none;
}
#book-store-shop-by-category .gbt_18_category_grid_item {
  float: none;
  overflow: visible !important;
  height: max-content;
  padding: 0;
}
#book-store-shop-by-category a.gbt_18_category_grid_item_img {
  position: static;
}
#book-store-shop-by-category a.gbt_18_category_grid_item_img img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto ;
  transition: 0.3s all ease;
  border-radius: 50%;
}
#book-store-shop-by-category .gbt_18_category_grid_item h4 {
  position: static;
  line-height: 1.5;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}

/* --------Latest Product offer----------------------------- */
#book-store-latest-offer-sec .eb-woo-product-image, #book-store-popular-product-sec .eb-woo-product-image{
  padding: 30px;
  height: 300px;
}
#book-store-latest-offer-sec .eb-woo-product-image img, #book-store-popular-product-sec .eb-woo-product-image img {
  width: auto;
}
#book-store-latest-offer-sec ul.eb-woo-product-category-list, #book-store-popular-product-sec ul.eb-woo-product-category-list {
  display: flex;
  gap: 10px;
}
#book-store-latest-offer-sec .eb-woo-products-col, #book-store-popular-product-sec .eb-woo-products-col {
  padding: 0;
  margin: 0;
  max-width: 23.5%;
}
#book-store-latest-offer-sec .eb-woo-products-gallery, #book-store-popular-product-sec .eb-woo-products-gallery {
  gap: 30px;
}
#book-store-latest-offer-sec .eb-woo-product .eb-woo-product-overlay, #book-store-popular-product-sec .eb-woo-product .eb-woo-product-overlay {
  visibility: visible !important;
  opacity: 1 !important;
  left: auto;
  right: 50px;
  bottom: -30px;
  top: auto;
}
#book-store-latest-offer-sec .eb-woo-product-button-list a.button:before, #book-store-popular-product-sec .eb-woo-product-button-list a.button:before {
  padding: 0;
  font-size: 15px;
}
#book-store-latest-offer-sec .eb-woo-product-button-list a.button, #book-store-popular-product-sec .eb-woo-product-button-list a.button {
  box-shadow: -9px 9px 12px 0px #F370704D;
}
#book-store-latest-offer-sec .eb-woo-product-content, #book-store-popular-product-sec .eb-woo-product-content {
  padding: 15px 10px 0;
}
#book-store-latest-offer-sec ul.eb-woo-product-category-list a:hover, #book-store-popular-product-sec ul.eb-woo-product-category-list a:hover, #book-store-limited-product-box .taxonomy-product_cat a:hover,#book-store-limited-product-box h3 a:hover  {
  color: #f37070 !important;
}
#book-store-limited-product-box .taxonomy-product_cat a {
  text-decoration: none;
}

/*---------- Discount Section ----------*/
#book-store-offer-sec .discount-box img {
  width: 100%;
}
#book-store-offer-sec .discount-box {
  position: relative;
  padding: 0;
}
#book-store-offer-sec .discount-content {
  position: absolute;
  top: 40px;
  left: 30px;
  right: 40%;
  z-index: 9;
}

/* -------------Offer Section---------------- */
.novel-collections-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-content-wrapper .eb-woo-product-content {
    display: block;
    text-align: left;
}
#book-store-limited-product-box h3.eb-woo-product-title a{
  color: #ffffff !important;
}
#book-store-limited-product-box.novel-collections-product-box a.button.wp-element-button.product_type_simple.add_to_cart_button{
  filter: unset;
}
.novel-collections-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-button-list a.button:before{
  color: #ffffff;
}
.novel-collections-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-image-wrapper .eb-woo-product-image .eb-woo-product-ribbon {
  background: #F37070;
  font-weight: 700;
  font-family: 'Inter';
  display: none;
}
.book-store-offer-image-box img {
  width: 100%;
}
figure.book-store-offer-image3 {
    margin-top: 28px;
}
.wp-block-columns.book-store-offer-image-box {
    padding-top: 20px;
}

/* --------------Limited Offer---------------------------- */
.book-store-limited-offer-countdown {
  margin-top: -15px !important;
  position: relative;
  z-index: -0;
}
#book-store-limited-product-box h3 a {
  color: #fff !important;
}
#book-store-limited-product-box ins {
  background: transparent;
  color: #F14B4B;
}
#book-store-limited-product-box .add_to_cart_button {
  box-shadow: -9px 9px 12px 0px #F370704D;
  position: relative;
  margin-top: -40px;
}
#book-store-limited-product-box .add_to_cart_button span {
  text-indent: -9999px;
  background: url('./images/cart.png') no-repeat center center;
  width: 25px;
}
#book-store-limited-product-box a.added_to_cart {
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
  background: url('./images/eye.png') no-repeat center center #f37070;
  background-size: 20px;
  width: 45px;
}
#book-store-limited-product-box .wc-block-components-product-image, #book-store-latest-offer-sec .eb-woo-product-image, #book-store-popular-product-sec .eb-woo-product-image {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  height: 350px;
  align-content: center;
}
#book-store-limited-product-box .wc-block-components-product-image a {
  display: inline-block;
}
#book-store-limited-product-box .wc-block-components-product-image img {
  width: 75%;
  align-items: center;
  margin: 0 auto;
}
#book-store-limited-product-box .owl-carousel .owl-nav, #book-store-limited-product-box .owl-carousel .owl-dots {
  display: block;
}
#book-store-limited-product-box .owl-carousel .owl-nav button {
  border: 0;
  background: #FFFFFF;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
#book-store-limited-product-box .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}
#book-store-limited-product-box .owl-dots {
  text-align: center;
  margin-top: 50px;
  position: absolute;
  width: 100%;
}
#book-store-limited-product-box .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  border: 0;
}
#book-store-limited-product-box .owl-dots button.active {
  background: #F37070;
}
#book-store-limited-product-box .wp-block-woocommerce-single-product .wp-block-columns {
  gap: 15px !important;
}

/* ----------Offer Banner Section------------------------ */
.book-store-offer-banner-box .wp-block-column:last-child {
  text-align: center;
}
.wp-block-columns.book-store-offer-banner-box.has-background.is-layout-flex {
  position: relative;
  padding: 14px 15px;
}
figure.book-store-offer-banner-image1 {
  position: absolute;
  left: 25px;
  bottom: 0;
}
figure.book-store-offer-banner-image2 {
    position: absolute;
    bottom: 0;
    right: 25px;
}
.book-store-offer-banner-box a.stk-button:hover {
  background: #000 !important;
}
.book-store-offer-banner-box a.stk-button:hover span{
  color: #fff !important;
}

/* ------------Testimonial Section-------------- */
.book-store-testimonial-content-box{
  position: relative;
}
.book-store-testimonial-content-box .stk-block-testimonial__content::after{
  content: '';
  background-image: url('./images/testimonials/testimonial-quote-img.png');
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  right: 35px;
}
.book-store-testimonial-content-box:hover .stk-block-testimonial__content::after {
  background-image: url('./images/testimonials/testimonial-quote-img-hover.png');
  background-repeat: no-repeat;
}
.wp-block-stackable-testimonial.book-store-testimonial-content-box {
    overflow: visible !important;
    margin-bottom: 30px;
}
.wp-block-stackable-testimonial.book-store-testimonial-content-box:hover {
  border-color: #f37070 !important;
}

/*------------- Blog Section-------------------- */
#book-store-blog-sec h3 {
  margin-bottom: 0;
}
#book-store-blog-sec h3 a:hover, .merch-bus-footer-navigation1 ul li a:hover, .merch-bus-footer-navigation2 ul li a:hover {
  color: #f37070 !important;
}
#book-store-blog-sec .stk-block-posts__meta.stk-subtitle {
  margin-bottom: 8px;
}
#book-store-blog-sec .stk-block-posts__image-link {
  margin-bottom: 10px;
}
#book-store-blog-sec a.stk-block-posts__readmore {
  background: #000;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
}
#book-store-blog-sec a.stk-block-posts__readmore:hover {
  background: #f37070;
}
#book-store-blog-sec .stk-block-posts__item {
  position: relative;
}
#book-store-blog-sec .stk-block-posts__meta.stk-subtitle time {
  color: #656565;
  padding: 3px 10px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  font-size: 13px;
}
#book-store-blog-sec .stk-block-posts__meta.stk-subtitle span:first-child:before, #book-store-blog-sec .stk-block-posts__meta.stk-subtitle span:last-child:before, .post-box .wp-block-post-author-name:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('./images/user-square.png') no-repeat center center;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background-size: 100%;
}
#book-store-blog-sec .stk-block-posts__meta.stk-subtitle span:last-child:before {
  background: url('./images/calendar.png') no-repeat center center;
  background-size: 100%;
}

/* -------------Instagram- Section-------------------- */
.book-store-instagram-box #sbi_mod_error {
    float: unset;
}
.book-store-instagram-box img {
  width: 100%;
}

/* ---------Footer Section----------------------- */
.merch-bus-footer-section {
  overflow: visible;
}
.merch-bus-footer-section .feature-col {
  position: relative;
  margin-top: -6em;
  z-index: 9;
}
.merch-bus-footer-section .feature-col img {
  width: 100%;
}
.merch-bus-footer-section .wp-block-navigation li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.merch-bus-footer-col-box p.stk-block-text__text {
    padding-top: 23px;
}
.wp-block-group.legal-copyright-section {
    padding: 18px 0;
    border-top: 1px solid #DFDFDF;
    max-width: unset;
}
.merch-bus-footer-navigation1 ul li a,.merch-bus-footer-navigation2 ul li a {
    font: 400 16px 'Inter';
    color: #FFFFFF;
}
.wp-block-group.book-store-footer-card-box.has-background.wp-block-group-is-layout-constrained {
    width: fit-content;
}
.wp-block-cover.merch-bus-footer-section {
    padding-bottom: 0;
}
.wp-block-columns.merch-bus-footer-col-box {
    padding: 50px 0 20px;
}
.book-store-footer-newsletter-box input[type='email'] {
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 28px;
    height: 50px;
}
.book-store-footer-newsletter-box input[type='submit'] {
    background: #f37070;
    border-radius: 26px;
    border: unset;
    padding: 15px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}
figure.wp-block-image.size-full.book-store-footer-image1 {
    position: absolute;
    left: 0;
    bottom: 43px;
}
figure.wp-block-image.size-full.book-store-footer-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.merch-bus-footer-col-box ul.eb-socials li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.merch-bus-footer-col-box ul.eb-socials {
    padding-left: 0;
    position: relative;
}
.merch-bus-footer-col-box .eb-social-links-wrapper ul.eb-socials li a{
  background: transparent;
}
.merch-bus-footer-col-box ul.eb-socials li a i {
    background: #ffffff1c;
    border-radius: 25px;
    padding: 10px;
}
.woocommerce-page .woocommerce-cart-form #coupon_code{
  height: 35px;
}
/* .merch-bus-footer-section .wp-block-columns.is-layout-flex {
    padding: 50px 15px;
} */
.single-post figure img {
  width: auto !important;
}

/* -------Scroll to top------------------- */
.scroll-top::before {
    font-size: 20px;
    cursor: pointer;
    background: #000;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f135';
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 99;
}
p.scroll-top {
  margin: 0;
}
.scroll-top:hover::before {
  background: #000000;
}
/* -------Contact Us------------ */
.museum-contact-box-1 .wp-block-stackable-icon-box.stk-block-icon-box {
    height: 112px;
}
.museum-contact-box-1 .wp-block-stackable-icon-box.stk-block-icon-box a {
  text-decoration: none;
  color: #fff;
}
.museum-contact-box-1 .wp-block-stackable-icon-box.stk-block-icon-box a:hover {
  color: #000;
}
.museum-contact-box-1{
  padding-bottom: 40px;
}
.museum-contact-us-form input.wpcf7-submit {
  border: 0;
  background: #f37070;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
}
.post-box .wp-block-post-author-name:before {
  top: 5px;
}
.post-img {
  position: relative;
  padding: 0 !important;
  margin-bottom: 10px;
}
.post-img img {
  width: 100%;
}
.post-img .wp-block-post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  line-height: 1;
}
.post-box a.wp-block-post-excerpt__more-link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.post-box a.wp-block-post-excerpt__more-link:hover {
  background: #f37070;
}
.wp-block-query-pagination {
  color: #000;
  font-size: 15px;
  line-height: 1;
}
.wp-block-query-pagination a, .wp-block-query-pagination span {
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  margin: 0 3px;
  padding: 5px 8px;
  border: 1px solid;
  font-size: 13px;
}
.wp-block-query-pagination span, .wp-block-query-pagination a:hover{
  background: #f37070;
  color: #ffffff;
  border-color: #f37070;
}

/* ------All Pages----------------- */
li.product.type-product .wp-block-woocommerce-product-image img {
    width: auto;
}
.wc-block-product-template__responsive {
  display: flex;
  flex-wrap: wrap;
  gap: 40px !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart], .wc-block-components-button {
  background: #f37070;
}
.wp-block-post-title a{
  color: #141414;
}
.theme-novel-collections-pro .wp-block-group.is-layout-constrained {
  padding: 15px;
}
.wc-block-cart-item__prices,.wc-block-components-product-metadata__description {
    text-align: left;
}
.wc-block-components-product-badge.wc-block-components-sale-badge{
  display: block;
    max-width: max-content;
}
button.wc-block-cart-item__remove-link{
  display: block !important;
}
.novel-collections-product-box .eb-woo-products-col {
  margin: 0 auto;
}
.alignwide {
    margin-top: 0;
}
.woocommerce-breadcrumb a {
    margin-right: 3px;
}
/* Media CSS */
@media screen and (max-width: 1800px) and (min-width: 1601px){
  main.wp-block-group{
    overflow-x: hidden;
  }
  .book-store-topbar-contact-text p.stk-block-text__text {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  #book-store-latest-offer-sec .eb-woo-product-image img, #book-store-popular-product-sec .eb-woo-product-image img {
    width: 65%;
    object-fit: fill;
  }
  #book-store-latest-offer-sec .eb-woo-product-image, #book-store-popular-product-sec .eb-woo-product-image {
    height: 380px;
  }
  #book-store-limited-product-box .wc-block-components-product-image img {
    width: 100%;
  }
  #book-store-limited-product-box a.added_to_cart {
    width: 35px;
    background-size: 17px;
    padding: 5px;
  }
}
@media screen and (max-width: 1700px) {
  #book-store-latest-offer-sec .eb-woo-products-col, #book-store-popular-product-sec .eb-woo-products-col {
    max-width: 23.1%;
  }
  .book-store-offer-banner-box .wp-block-stackable-heading {
    padding: 0 !important;
  }
  .book-store-slider-section .slider-content {
    max-width: 65%;
  }
  #book-store-limited-product-box .wc-block-components-product-image, #book-store-latest-offer-sec .eb-woo-product-image, #book-store-popular-product-sec .eb-woo-product-image {
    height: 320px;
  }
  #book-store-limited-product-box .wc-block-components-product-image {
    height: 250px;
  }
  #book-store-limited-product-box .add_to_cart_button {
    padding: 6px !important;
    margin-left: -15px;
  }
  .book-store-slider-section .stk-block-carousel__dots {
    bottom: 30px;
  }
  #book-store-latest-offer-sec .eb-woo-products-gallery, #book-store-popular-product-sec .eb-woo-products-gallery {
    gap: 28px;
  }
  #book-store-offer-sec .discount-content {
    right: 20%;
  }
}
@media screen and (max-width: 1440px) {
  .book-store-slider-section .slider-content{
    max-width: 70%;
  }
  .book-store-slider-section .stk-block-carousel__dots {
    bottom: 40px;
  }
  #book-store-latest-offer-sec .eb-woo-products-col, #book-store-popular-product-sec .eb-woo-products-col {
    max-width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  #tailor-topbar-sec, .tailor-header-box, .book-store-slider-section .wp-block-stackable-carousel, .novel-collections-product-box, .book-store-offer-image-box, #book-store-testimonial-sec .wp-block-stackable-carousel, .book-store-offer-banner-box, #book-store-blog-sec .wp-block-stackable-posts, .book-store-instagram-box, .feature-col, .merch-bus-footer-col-box, #book-store-shop-by-category .wp-block-getbowtied-categories-grid {
    max-width: 90% !important;
  }
  .merch-bus-footer-col-box ul.eb-socials li {
    margin: 0;
  }
  .book-store-slider-section img {
    width: 100%;
    height: auto;
  }
  .book-store-slider-section .slider-content {
    max-width: 80%;
    padding: 0 !important;
  }
  #tailor-topbar-sec .wp-block-columns {
    gap: 10px;
  }
  #tailor-topbar-sec svg:last-child {
    width: 15px !important;
    height: 15px !important;
  }
  #book-store-shop-by-category .gbt_18_categories_grid, #book-store-latest-offer-sec .eb-woo-products-gallery, #book-store-popular-product-sec .eb-woo-products-gallery {
    gap: 20px;
  }
  #book-store-limited-product-box .wc-block-components-product-image, #book-store-latest-offer-sec .eb-woo-product-image, #book-store-popular-product-sec .eb-woo-product-image {
    height: 250px;
  }
  #book-store-latest-offer-sec ul.eb-woo-product-category-list a, #book-store-popular-product-sec ul.eb-woo-product-category-list a, #book-store-latest-offer-sec .eb-woo-product-price, #book-store-popular-product-sec .eb-woo-product-price {
    font-size: 12px !important;
  }
  #book-store-latest-offer-sec h3 a, #book-store-popular-product-sec h3 a {
    font-size: 15px !important;
  }
  #book-store-offer-sec .discount-content {
    top: 20px;
    left: 20px;
    right: 20%;
  }
  #book-store-limited-product-box {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button {
    left: -40px;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
  .wp-block-stackable-testimonial.book-store-testimonial-content-box {
    padding: 20px !important;
  }
  .book-store-offer-banner-box .wp-block-column {
    position: relative;
  }
  .book-store-offer-banner-box .wp-block-column:first-child figure {
    left: 0;
  }
  .book-store-offer-banner-box .wp-block-column:nth-child(1), .book-store-offer-banner-box .wp-block-column:nth-child(3) {
    flex-basis: 30% !important;
  }
  .book-store-offer-banner-box .wp-block-column:nth-child(2) {
    padding: 40px 20px !important;
    flex-basis: 40% !important;
  }
  .book-store-offer-banner-box .wp-block-stackable-button {
    margin: 0 !important;
  }
  .book-store-offer-banner-box .wp-block-stackable-text {
    margin-bottom: 0 !important;
  }
  .book-store-offer-banner-box .wp-block-stackable-heading, .book-store-offer-banner-box .wp-block-stackable-button-group {
    margin-top: 10px !important;
  }

}
@media screen and (max-width: 768px){
  .sticky-header{
    position: static;
    box-shadow: none;
  }
  body.home .book-store-header-sec {
    position: static;
    background: #f37070 !important;
  }
  #tailor-topbar-sec, .tailor-header-box .tailor-site-title-box {
    text-align: center;
  }
  #tailor-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2), #tailor-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3) {
    flex-basis: 48% !important;
  }
  .tailor-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    flex-basis: 75% !important;
  }
  .tailor-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3) {
    flex-basis: 20% !important;
  }
  .book-store-slider-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1) {
    padding: 50px 0 !important;
    flex-basis: 48% !important;
  }
  .book-store-slider-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    padding: 50px 0 0 50px !important;
    flex-basis: 40% !important;
  }
  .book-store-slider-section .slider-content {
    max-width: 100%;
  }
  .book-store-slider-section .stk-block-carousel__dots {
    bottom: 15px;
  }
  #book-store-latest-offer-sec .eb-woo-products-col, #book-store-popular-product-sec .eb-woo-products-col {
    max-width: 48%;
    flex-basis: 48%;
  }
  .book-store-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1), .book-store-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    flex-basis: 47% !important;
  }
  .book-store-offer-image-box .wp-block-column:nth-child(3) .discount-box {
    display: inline-block;
    width: 48%;
  }
  .book-store-offer-image-box .wp-block-column:nth-child(3) .discount-box:nth-child(2) {
    margin-left: 20px;
  }
  #book-store-limited-product-box .stk-block-countdown__digit {
    font-size: 35px !important;
  } 
  #book-store-limited-product-box p.stk-block-countdown__label {
    font-size: 15px !important;
  }
  #book-store-limited-product-box .stk-block-countdown__divider-colon {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  #book-store-limited-product-box .wp-block-woocommerce-single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1) {
    flex-basis: 65% !important;
  }
  #book-store-limited-product-box .wp-block-woocommerce-single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    flex-basis: 20% !important;
  }
  #book-store-limited-product-box {
    padding-bottom: 40px !important;
  }
  .book-store-offer-banner-box .wp-block-column:nth-child(1), .book-store-offer-banner-box .wp-block-column:nth-child(3) {
    flex-basis: 25% !important;
  }
  .book-store-offer-banner-box .wp-block-column:nth-child(2) {
    padding: 20px 0 !important;
    flex-basis: 42% !important;
  }
  #book-store-blog-sec span.stk-block-posts__meta-sep {
    margin: 0 0 0 5px;
  }
  .book-store-instagram-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 30% !important;
  }
  .feature-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .feature-col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 17% !important;
  }
  .feature-col h5.stk-block-heading__text {
    font-size: 13px !important;
  }
  .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(4){
    flex-basis: 45% !important;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(33% - 1em);
  }
  .woocommerce-page table.cart td.actions .coupon .button{
    width: auto;
  }
}
@media screen and (max-width: 599px){
  body.admin-bar {
    position: static;
  }
  #tailor-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2), #tailor-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3) {
    flex-basis: 100% !important;
  }
  #tailor-topbar-sec .stk-inner-blocks {
    justify-content: center;
    align-items: center;
  }
  .tailor-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    flex-basis: 0 !important;
  }
  .tailor-header-box .wp-block-navigation__responsive-container-content {
    padding: 0 20px;
  }
  .tailor-header-box .wp-block-navigation__responsive-container-content ul {
    padding-top: 0 !important;
  }
  .tailor-header-box ul ul a.wp-block-navigation-item__content {
    padding: 10px 0 !important;
  }
  .tailor-header-navigation-box {
    justify-content: flex-end;
  }
  .tailor-header-navigation-box .wp-block-navigation__responsive-container-close {
    right: 10px;
  }
  .book-store-slider-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1), .book-store-slider-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    flex-basis: 100% !important;
  }
  .book-store-slider-section {
    background: #efe5da !important;
  }
  .book-store-slider-section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2) {
    border-radius: 0 !important;
  }
  #book-store-shop-by-category .gbt_18_categories_grid {
    flex-wrap: wrap;
  }
  #book-store-shop-by-category .gbt_18_category_grid_item {
    flex-basis: 100%;
  }
  #book-store-latest-offer-sec .eb-woo-products-col, #book-store-popular-product-sec .eb-woo-products-col {
    flex-basis: 100% ;
    max-width: 100%;
  }
  .book-store-offer-image-box .wp-block-column:nth-child(3) .discount-box {
    width: 100%;
  }
  .book-store-offer-image-box .wp-block-column:nth-child(3) .discount-box:nth-child(2) {
    margin-left: 0;
  }
  #book-store-limited-offer-sec .stk-block-countdown__container {
    flex-wrap: wrap;
    gap: 8px !important;
  }
  #book-store-limited-product-box {
    padding: 0 20px 40px !important;
    border-radius: 20px !important;
  }
  #book-store-limited-product-box .wp-block-stackable-countdown {
    padding: 30px 10px !important;
  }
  #book-store-limited-product-box .stk-block-countdown__digit {
    font-size: 25px !important;
    font-weight: 800 !important;
  }
  #book-store-limited-product-box p.stk-block-countdown__label {
    font-size: 10px !important;
  }
  #book-store-limited-product-box .stk-block-countdown__divider-colon {
    position: relative;
    top: -5px;
    transform: none;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button span {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button {
    padding: 6px;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button {
    left: -16px;
  }
  #book-store-limited-product-box .owl-carousel .owl-nav button.owl-next {
    right: -16px;
  }
  #book-store-testimonial-sec .stk-inner-blocks {
    flex-wrap: nowrap;
  }
  #book-store-blog-sec .stk-block-posts__items {
    display: block !important;
  }
  #book-store-blog-sec .stk-block-posts__item {
    width: 100%;
    margin-bottom: 20px;
  }
  #book-store-instagram-sec {
    padding-top: 0 !important;
  }
  .feature-col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 30% !important;
  }
  .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1), .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2), .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3), .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(4) {
    flex-basis: 100% !important;
  }
  figure.book-store-offer-banner-image2, figure.book-store-offer-banner-image1 {
    position: static;
  }
  .book-store-offer-banner-box .wp-block-column:nth-child(1), .book-store-offer-banner-box .wp-block-column:nth-child(3) {
    flex-basis: 100% !important;
  }
}


/*404 Page CSS*/
.wp-block-search__button {
  border: 0;
  background: #F37070;
}

/*Archive Page*/
.archive-page {
  padding: 50px;
}
.comment-body .reply a {
  color: #fff;
  text-decoration: none;
  background: #F37070;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 500;
}
.comment-body .reply a:hover, .wp-block-post-comments input[type=submit]:hover, .theme-button .wp-block-button__link:hover {
  background: #000000 !important;
  color: #fff !important;
}
.wp-block-post-comments input[type=submit] {
  background: #f37070;
  color: #fff;
  font-weight: 600;
  font-family: 'Outfit';
}
.wp-block-post-comments input[type=submit]:hover {
  background: #000 ;
}
.wp-block-post-author__content {
  align-self: center;
}
/*Sidebar CSS*/
.theme-sidebar .wp-block-group {
  padding: 15px ;
  border: 1px solid #eee;
  color: #6b6b6b;
  background: #fff;
}
.theme-sidebar .wp-block-group h3 {
  color: #222;
  padding-bottom: 5px;
  border-bottom: 3px double #222;
}
.theme-sidebar .wp-block-group ul {
  padding-left: 20px;
}
.theme-sidebar .wp-block-group ul li {
  line-height: 2;
  font-size: 14px;
  color: #6b6b6b;
  list-style: disc;
}
.theme-sidebar .wp-block-group ul li a {
  color: #6b6b6b;
  text-decoration: none;
}
.theme-sidebar ul.wp-block-social-links {
  padding: 0;
}
.theme-sidebar ul.wp-block-social-links a{
  padding: 10px !important;
}
.theme-sidebar ul.wp-block-social-links a svg {
  font-size: 18px;
}
.theme-sidebar .wp-block-tag-cloud a{
  background:#eeeeee;
  color: #000;
  font-size:15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display:inline-block;
}
.theme-sidebar .wp-block-tag-cloud a:hover{
  background: #000000;
  color: #fff;
}
.theme-sidebar .wp-block-gallery {
  gap: 1em;
}
/*--------Extra Css---------------  */
@media screen and (max-width: 575px){
  .mtsnb .mtsnb-container {
      padding: 5px 10px;
      line-height: 4.4;
      font-size: 11px !important;
  }
  .book-store-slider-section .stk-block-carousel__dots, #book-store-limited-product-box .owl-carousel .owl-nav, #book-store-limited-product-box .owl-carousel .owl-dots, #book-store-testimonial-sec .stk-block-carousel__dots {
    display: none;
  }
}
@media screen and (max-width: 599px){
.mtsnb .mtsnb-container {
    padding: 5px 28px;
    line-height: 4.4;
    font-size: 11px !important;
}
}
@media screen and (max-width: 767px){
.mtsnb .mtsnb-container {
    line-height: 3.4;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.mtsnb .mtsnb-container {
    line-height: 3.4;
}
}
/* .mtsnb {
    z-index: 1 !important;
} */

div#tpbr_box {
   font-family: 'Lora', serif !important;
   font-size: 18px !important;
   padding: 10px !important;
    font-style:italic;
   letter-spacing:1px;
   font-weight:bold !important;
}
  a#tpbr_calltoaction {
   background: #f37070 !important;
   color: #fff !important;
   font-family: 'Lora', serif !important;
   text-transform:uppercase;
    font-size: 15px;
}

li.buy-now a {
    background: #f37070;
    color: #fff !important;
    padding: 8px 18px !important;
}