
#top-bar .html.custom.html_topbar_left{
	font-size: 1.7rem;
	font-family: "CoCoFont", serif !important;
}
.header-top{
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('./../images/top-bar.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent !important;
}
.footer-widgets.footer.footer-2 .widget > span.widget-title{
  font-size: 2.1rem;
  color: var(--black);
  margin-bottom: 8px;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
}
.footer-widgets.footer.footer-2 .widget > div.is-divider.small{
  display: none;
}
.footer-widgets.footer.footer-2 .widget > div:last-child *{
  color: var(--black);
  font-size: 1.6rem;
  transition: text-decoration 100ms ease;
}
.footer-widgets.footer.footer-2 .widget > div:last-child a:hover{
  color: #3c3c3c;
  text-decoration: underline;
  text-underline-offset: .3rem;
}
.footer-widgets.footer.footer-2 .row.large-columns-4 > div:last-child ul li{
  margin: 8px 10px 10px 0;
  display: inline-block;
}
.footer-widgets.footer.footer-2 .row.large-columns-4 > div:last-child ul li a{
  position: relative;
  display: inline-block;
}
.footer-widgets.footer.footer-2 .row.large-columns-4 > div:last-child ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  pointer-events: none;
  -webkit-transition: -webkit-transform .2s, opacity .2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform .2s,opacity .2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform .2s, opacity .2s;
  transform: scale(.8);
  opacity: 0;
  box-shadow: 0 0 0 2px #FFF;
}
.footer-widgets.footer.footer-2 .row.large-columns-4 > div:last-child ul li a:hover:before {
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 1;
}
.footer-widgets.footer.footer-2 .row.large-columns-4 > div:last-child ul li a:before {
  box-shadow: 0 0 0 2px #ffffff;
}
.absolute-footer{
  display: none;
}
.nav-size-large li a{
  font-size: 1.8rem;
  transition: text-decoration 100ms ease;
  font-weight: 700;
}

.nav-size-large .sub-menu a{ 
  font-weight: 400;
  font-size: 16px;
}
.nav-size-large li a i{
  display: none;
}
.form-flat .flex-col.flex-grow{
  background-color: #fafafa;
  border-radius: 25px;
}
.form-flat input:not([type=submit])::placeholder{
  color: #acacac;
}
.form-flat input:not([type=submit]){
  min-height: 48px;
  font-size: 1.8rem;
  width: calc(100% - 50px);
  padding: 10px 18px;
  background-color: transparent !important;
  border: 0;
}
.searchform .button {
  font-weight: normal;
}
.searchform .button.icon i{
  color: rgb(47 16 16 / 47%) !important
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: -5em;
}
.header-wishlist-icon{
  position: relative;
  padding: 0 !important;
}
.wishlist-count-bubble{
  position: absolute;
  text-align: center;
  border-radius: 50%;
  top: -8px;
  right: -8px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  min-width: 18px;
  min-height: 18px;
  font-size: 1.2rem;
  background-color: #e8e8e8;
  color: #000;
  display: inline-block !important;
  vertical-align: middle;
}
.html.custom.html_topbar_right > .header-wishlist-icon:hover:before{
  content: unset !important;
  opacity: 0;
}
.html.custom.html_topbar_right > .header-wishlist-icon:hover{
  transform: scale(1.15);
}
.nav-dropdown-has-border .nav-dropdown {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  padding: 5px 0 5px 20px;
  transition: opacity 350ms ease, transform 350ms ease;
  border-radius: 8px;
  border: unset;
}
.menu-item-has-children .nav-dropdown.nav-dropdown-default>li>a{
  color: var(--primary-color);
}
.menu-item-has-children .nav-dropdown.nav-dropdown-default>li>a:hover{
  color: var(--fs-color-secondary);
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
  height: 1px;
}
.home-video video,.home-video{
  border-radius: 24px;
}
.home-video,.container-related{
  max-width: 1440px;
  margin: 0 auto;
}
.home-hifrient h2{
  font-size: 4rem;
  color: var(--fs-color-secondary);
  font-weight: 500;
}
.home-hifrient p{
  font-size: 1.8rem;
  color: #3c3c3c;
  line-height: 2;
  font-weight: 400;
  margin-top: 20px;
}
.list-homepage-btn{
  font-weight: 500;
  font-size: 2.4rem;
  color: #3c3c3c;
  margin: 0 !important;
}
.list-homepage-btn span{
  color: #232323;
  line-height: 1;
}
.list-homepage .box-image .image-zoom img{
  padding: 10px;
}
.btn-viewmore span{
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
}
.name.product-title{
  margin-bottom: 10px;
}
.name.product-title a,
.price-wrapper .price *{
  font-size: 1.8rem;
  color: #3c3c3c;
  font-weight: 400;
}
.name.product-title a{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  min-height: 47px;
}
.home-featured .row.row-large.list-featured{
  margin-left: auto;
  margin-right: auto;
}
.nobox-text-bottom .box-text-bottom .box-text{
  display: none;
}
.nobox-text-bottom .row.row-large.list-featured > .col{
  padding-bottom: 0;
}
.slider-weekly img{
  border-radius: 24px
}
.home-blogposts .row .text.text-cocofont{
  margin: 12px 0 10px;
}
.home-blogposts .row .button.text-cocofont span{
  font-weight: 500;
  font-size: 2rem;
  color: #3e2913;
}
#header.sticky-jump .header-wrapper.stuck .header-bottom{
  background-color: #f8e4eb;
}
.home-faq .accordion .toggle{
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-faq .accordion > .accordion-item:first-child .accordion-title.plain{
  border-top: 0;
}
.home-faq .accordion > .accordion-item:last-child .accordion-title.plain{
  border-bottom: 1px solid #ddd;
}
.home-faq .accordion-title.plain,.home-faq .accordion-title.plain.active{
  font-size: 2rem;
  color: #3c3c3c;
  padding: 20px 0;
  background-color: transparent;
  font-weight: 400;
}
.single-post .home-faq.faqs .accordion-title.plain{
  font-size: 1.8rem;
  font-weight: 700;
  color: #4d4d4d;
  padding: 10px 0;
}
.accordion .accordion-inner{
  padding: 0 10px 5px 0;
}
.home-faq .accordion-inner{
  padding-left: 0;
}
.home-faq .accordion-inner,.home-faq .accordion-inner strong{
  font-size: 1.8rem;
  color: #3c3c3c;
}
.home-faq .accordion-inner strong{
  font-weight: 500;
}
.home-faq button.toggle i{
  color: #e8e8e8;
}
.has-hover:hover .image-tools.show-on-hover,.has-hover .image-tools.show-on-hover{
  opacity: 1;
  pointer-events: inherit;
  top: auto !important;
  bottom: 24px;
  right: 15px !important;
  transform: none;
}
.has-hover .image-tools.show-on-hover{
  padding: 0;
}
.has-hover .image-tools.show-on-hover .wishlist-button.button{
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-color: #fff;
  padding: 9px 8px;
}
.has-hover .image-tools.show-on-hover .wishlist-button.button:hover{
  color: #6c6155;
}
.has-hover .image-tools.show-on-hover .wishlist-button.button i{
  font-size: 18px;
}
.row.category-page-row{
  border-top: 1px solid #ddd;
  max-width: 1170px;
}
.shop-page-title.category-page-title.page-title .shop-page-title{
  font-size: 34px;
  text-align: center;
  line-height: 2.8rem;
  font-weight: 500;
  color: #3c3c3c;
  margin: 25px 0;
  font-family: "CoCoFont", serif !important;
}
.shop-page-title.category-page-title.page-title .is-large{
  display: none;
}
.custom-shop-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-size: 14px;
}

.toolbar-colRight {
    display: flex;
    align-items: center;
    gap: 20px;
}

.toolbar-item {
    display: flex;
    align-items: center;
    position: relative;
}

.toolbar-label{
  font-size: 1.6rem;
  margin-right: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3c3c3c;
  line-height: 22px;
  margin-bottom: 0;
}

.toolbar-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.toolbar-item .toolbar-dropdown.filter-sortby .dropdown-menu{
  min-width: 200px;
}
.label-tab {
  background-color: #FFF;
  border: 1px solid #c7c7c7;
  padding: 7px 38px 7px 20px;
  min-height: 45px;
  min-width: 89px;
  max-width: 149px;
  cursor: pointer;
  position: relative;
  line-height: 29px;
  border-radius: 8px;
}
.toolbar-dropdown .label-text {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
}
.icon-dropdown {
  background-image: url('./../images/toolbar-down.svg');
  background-position: center;
  background-size: 100%;
  width: 9px;
  height: 5px;
  display: inline-block;
  top: 50%;
  position: absolute;
  right: 15px;
  transition: all .5s ease;
  transform: translateY(-50%);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  letter-spacing: 0;
  background-color: #FFF;
  z-index: 5;
  width: 100%;
  min-width: 90px;
  box-shadow: 0 6px 27px #0003;
  padding: 13px 13px 13px 20px;
  transform: translate3d(0, -40px, 0);
  transition: opacity 350ms ease, transform 350ms ease;
  will-change: transform;
}
.toolbar-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateZ(0);
}

.dropdown-menu li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 0 20px 0 0;
}
.dropdown-menu li .text {
  display: block;
  padding: 7px 0 0;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 1.8rem;
  cursor: pointer;
}
.dropdown-menu li.is-active span{
  text-decoration: underline;
  text-underline-offset: .3rem;
}
.product-container > .product-main > .row,.page-title.shop-page-title.product-page-title > .container,.product-container .product-footer .container{
  max-width: 1200px;
}
.product-container > .product-main{
  padding-bottom: 20px;
}
.product-container .product-footer .container{
  border-top: 0;
  padding-top: 0;
}
.product-container .product-main .product-info .product-title{
  font-size: 2.8rem;
  font-weight: 500;
  color: #2f1010;
  margin: 20px 0 10px;
}
.product-container .product-main .product-info{
  padding-bottom: 0;
}
.price ins bdi, .price ins bdi span {
  color: #e65d8e!important;
  font-weight: 800!important;
}
.product-container .product-main .product-info .price.product-page-price *{
  font-size: 2.7rem;
  color: #3c3c3c;
}
.product-container .product-main .product-info .product-short-description{
  font-size: 1.8rem;
  color: #3c3c3c;
  margin: 17px 0;
}
.product-container .product-main .product-info .product-short-description p{
  margin-bottom: 17px;
}
.product-container .product-footer .tabs.wc-tabs{
  display: none;
}
.product-container .product-footer .woocommerce-Tabs-panel > p{
  text-align: center;
}
.buy-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buy-buttons-container p.button-by {
  margin: 0;
  padding: 0;
}
.buy-buttons-container .button-by a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('./../images/border.svg') center center no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap; 
  transition: transform 0.2s ease;
}
.buy-buttons-container .button-by a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.buy-buttons-container .button-by a span {
  padding: 10px;
}
.inspiration-gallery-wrapper {
  margin: 40px auto;
  max-width: 1200px;
  text-align: center;
}
.section-product-title{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #2f1010;
  margin-top: 27px;
  text-align: center;
}
.inspiration-gallery {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
  justify-items: center;
}
.inspiration-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.show-more-wrapper[open] summary{
  display: none;
}
.show-more-wrapper summary{
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  color: #2f1010;
  padding: 20px 0px;
  list-style: none;
}
.list-freebies{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.list-freebies .freebies-item img{
  border-radius: 24px;
}
.list-freebies .freebies-item .buy-buttons-container,
.list-comics .comics-item .buy-buttons-container{
  align-items: center;
}
.list-freebies .freebies-item .buy-buttons-container{
  padding: 25px 0 30px;
}
.list-comics .comics-item .buy-buttons-container{
  padding: 10px 0;
}
.comics-item .title-item.text-center h2.title{
  font-size: 3.8rem;
  color: #F984AD;
  padding: 40px 0;
  margin-bottom: 0;
}
.comics-item .title-item.text-center h5.title-small{
  font-size: 2.6rem;
  color: #2F1010;
  margin-bottom: 10px;
}
.comics-item .title-item.text-center .desc-item{
  color: #727272;
  font-size: 1.8rem;
  line-height: 26px;
  margin-bottom: 15px;
}
.comics-gallery {
  display: grid;
  gap: 12px;
}
.comics-gallery.grid-1 {
  grid-template-columns: 1fr;
}
.comics-gallery.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.comics-gallery.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.comics-gallery.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.modal-comics {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.modal-comics.active {
  opacity: 1;
  visibility: visible;
}
.modal-comics .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.modal-comics.active .modal-overlay{
  opacity: 1;
}
.modal-comics {
  display: flex;
  justify-content:center;
  align-items:center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 90000;
  justify-content: center;
  align-items: center;
  overflow: clip auto;
  background-color: rgba(40,40,40,0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.modal-comics.active {
  display: flex;
  opacity: 1;
  animation: klv-fadein 0.35s ease forwards;
}
.modal-comics .modal-inner {
  overflow: visible;
  transform: scale(0.95);
  transform-origin: center center;
  max-height: 100%;
  border-radius: 25px;
  background: rgb(250, 241, 235);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  width: 450px;
  max-width: 95%;
  opacity: 0;
  transition: all 0.35s ease;
}
.modal-comics.active .modal-inner {
  opacity: 1;
  transform: scale(1);
}
@keyframes klv-fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.modal-comics .modal-close{
  background: url('./../images/close.svg') center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.modal-comics form.wpcf7-form{
  margin-bottom: 0;
}
.modal-comics .form-comics{
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.modal-comics .form-comics .title{
  font-size: 2.8rem;
  color: #4D4444;
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-comics .form-comics .desc-form{
  font-weight: 400;
  font-size: 16px;
  color: rgb(99, 97, 97);
}
.modal-comics .form-comics .desc-tiny{
  font-size: 12px;
  color: rgb(67, 64, 64);
  font-weight: 400;
  margin-top: 22px;
}
.modal-comics .form-comics .thumb-img{
  max-width: 100%;
  width: 350px;
  height: auto;
  cursor: initial;
  padding: 15px 0;
}
.modal-comics .form-comics input[type="email"]{
  box-sizing: border-box;
  border-radius: 30px;
  padding: 0px 0px 0px 16px;
  height: 38px;
  text-align: left;
  color: rgb(67, 64, 64);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: rgba(255, 166, 201, 0.27);
  border: 1px solid rgba(214, 209, 209, 0);
  margin: 0 0 12px;
}
.modal-comics .form-comics input[type="email"]::placeholder{
  text-align: center;
}
.modal-comics .form-comics input[type="email"]:focus-visible {
  outline-width: 2px;
  outline-style: auto;
  outline-color: rgba(2, 107, 129, 0);
  outline-offset: 0;
}
.modal-comics .form-comics input[type="submit"]{
  background: rgb(234, 118, 159);
  border-radius: 20px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 0px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  font-style: normal;
  white-space: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
  height: 38px;
  width: 100%;
  margin-bottom: 0;
}
.wpcf7-spinner{
  position: absolute;
}
.modal-comics .form-comics input[type="submit"]:hover {
  background-color: #000000 !important;
}
.comics-menu h4.title span{
  font-weight: 500;
  font-size: 22px;
}
.bottom-contact,.home .slider-weekly .flickity-page-dots{
  display:none
}
.search-overlay{
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 998;
  display: none;
  cursor: pointer;
}
.open_search_mobile .header-search-mobile, 
.open_search_mobile .predictive-search {
    z-index: 999 !important; 
    position: relative;
}
#custom-predictive-search{
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 650px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 5;
  box-shadow: 0 1px 4px #00000026;
  padding: 18px 0;
}
#custom-predictive-search .quickSearchResults {
  max-height: calc(80vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
#custom-predictive-search .quickSearchResults .container {
    padding-left: 30px;
    padding-right: 30px;
}
#custom-predictive-search .quickSearchResults .search-block-title .text {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 28px 0 0;
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
#custom-predictive-search .quickSearchResults .search-block-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3c3c3c;
  position: relative;
  margin: 15px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
#custom-predictive-search .header-search-popup-close {
  background: none;
  border: none;
  padding: 0;
}
#custom-predictive-search .quickSearchResults .list-item{
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
  text-align: left;
}
#custom-predictive-search .quickSearchResults .list-item .item{
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 10px 0;
}
#custom-predictive-search .quickSearchResults .list-item .link{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 7px;
  text-transform: lowercase;
  background-color: #f7f7f7;
  color: #868686;
  text-decoration: unset;
  border-radius: 6px;
}
#custom-predictive-search .quickSearchResults .search-block+.search-block {
  margin-top: 13px;
}
#custom-predictive-search .quickSearchResults .list-item .link .text {
  display: block;
  margin: 0 0 0 4px;
  border-radius: 8px;
  font-size: 1.8rem;
  color: #868686;
}
#search-view-all{
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e8e8e8;
  margin: 10px 0;
}
#search-view-all a{
  width: auto;
  padding: 0;
  background-color: transparent;
  color: #3c3c3c;
  box-shadow: none;
  border: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-predictive-search .list-item .item img{
  width: 20px;
  height: 20px;
  padding: 2px;
  fill: #3c3c3c;
  transform: rotate(-90deg);
}
.table-of-contents p.tittle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 600;
  padding: 0 24px;
}
.table-of-contents p.tittle img{
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 5px;
}
#tocnav {
  max-height: 400px;
  overflow: auto;
}
.article-body ul, .article-body ol {
  margin: 0 0 0 25px;
  padding: 0 0 10px;
  list-style: none;
}
.article-body #table-of-contents li {
  font-size: 16px;
  color: #A8A8A8;
  text-decoration: underline;
}
.table-of-contents li.h3 {
  font-size: 14px;
  margin-left: 30px;
  list-style-type: none;
}
.list-product-cats{
  max-width: 1410px;
  margin: 0 auto;
}
.list-product-cats .collection-list-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 180px;
}
#table-of-contents li a {
  font-weight: 400;
  color: #A8A8A8;
}
.slick-dots li button {
    font-size: 0 !important;
}
.slick-dots{
  width: 100%;
  list-style: none;
  display: block;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 7px;
  position: relative;
  border-radius: 50%;
  height: 7px;
  width: 7.5px;
  background: #918981;
  border: 1px solid #e8e8e8;
}
.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  cursor: pointer;
  transition: all ease .3s;
}
.slick-dots li.slick-active{
  background-color: #fff;
  border-color: #acacac;
}
.collection-list-item {
  position: relative;
}
.collection-list-item .banner-item .img-box .image img{
  max-height: 320px;
  border-radius: 24px;
  width: 100%;
}
.collection-list-item .collection-title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    color: #3e2913;
}
.collection-list-item .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 2;
}
.collection-list-item:hover .image:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
  }
.collection-list-item .view-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%) rotateX(90deg);
    -o-transform: translate(-50%,-50%) rotateX(90deg);
    -ms-transform: translate(-50%,-50%) rotateX(90deg);
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
    -webkit-transition: transform .3s linear .1s;
    -moz-transition: transform .3s linear .1s;
    -ms-transition: transform .3s linear .1s;
    -o-transition: transform .3s linear .1s;
    transition: transform .3s linear .1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
}
.collection-list-item:hover .view-abs {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(-50%,-50%) rotateX(0deg);
    -o-transform: translate(-50%,-50%) rotateX(0deg);
    -ms-transform: translate(-50%,-50%) rotateX(0deg);
    -webkit-transform: translate(-50%, -50%) rotateX(0deg);
    transform: translate(-50%, -50%) rotateX(0);
}
.collection-list-item .view-abs .view {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    position: relative;
    display: block;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.collection-list-item .view-abs .view:before, .collection-list-item .view-abs .view:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.collection-list-item .view-abs .view:before {
    width: 2px;
    height: 20px;
}
.collection-list-item .view-abs .view:after {
    width: 20px;
    height: 2px;
}
.inspiration-gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 1025px) {
  .table-of-contents {
    position: sticky;
    top: 100px;
    width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    float: right;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-right: -420px;
    height: fit-content;
    scroll-behavior: smooth;
  }
  .sticky-toolbar-mobile {
    display: none;
  }
  .product-container .product-footer .woocommerce-Tabs-panel img {
    max-width: 920px;
    margin: 0 auto;
  }
  #custom-predictive-search .quickSearchTrending .search-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-initial {
    display: none !important;
  }
  .inspiration-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .mobile-show-more {
    display: none !important;
  }
  .desktop-show-more {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .mobile-initial {
    display: none !important;
  }
  .mobile-show-more {
    display: none !important;
  }
  .desktop-show-more {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media ( max-width: 1024px) {
  .comics-gallery.grid-2,.comics-gallery.grid-3,.comics-gallery.grid-4{
    grid-template-columns: repeat(2, 1fr);
  }
  .sticky-toolbar-mobile{
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .sticky-toolbar-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 9px #0000001f;
    transition: transform .6s;
  }
  .bottom-bar{
    padding: 3px 15px;
    height: 60px;
  }
  .bottom-bar--list{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
  }
  .bottom-bar--list li{
    margin-bottom: 0;
  }
  .bottom-bar--list li>a {
    padding: 7px 2px;
    display: block;
    pointer-events: auto;
    text-align: center;
  }
  .sticky-toolbar-mobile span {
    color: #232323;
  }
  .bottom-bar--list svg {
    width: 20px;
    height: 20px;
  }
  .bottom-bar--list span {
    display: block;
    pointer-events: none;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .bottom-bar--list .icon+.text {
    margin-top: 6px;
    line-height: 1;
  }
}
@media (max-width: 550px) {
  .comics-menu .row.nobox-text-bottom > col,.section.comics-menu{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section.comics-menu .col-inner > div.text{
    padding: 0 15px;
  }
  .section.comics-menu .col-inner .col .image-cover > img{
    max-height: 163px;
  }
  .section.comics-menu .col-inner .col .image-cover{
    padding-top: 163px !important;
  }
  .comics-menu h4.title span{
    font-size: 20px;
  }
  .custom-shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .comics-item .title-item.text-center h2.title{
    font-size: 2.9rem;
    padding: 30px 0;
  }
  .comics-item .title-item.text-center h5.title-small{
    font-size: 2.4rem;
  }
  .button-by a{
    width: 240px;
  }
  .list-comics{
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-freebies,.comics-gallery{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .toolbar-colRight {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .toolbar-dropdown {
    width: 100%;
  }
}