*, ::after, ::before {
  box-sizing: border-box
}

body {
  margin: 0;
  color: #212529;
  font-size: .95rem !important;
  line-height: 1.5
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  color: inherit;
  font-family: inherit;
  font-weight: 400 !important;
  line-height: 1.2
}

p {
  margin-top: 0;
  margin-bottom: .7rem
}

ol, ul {
  margin-top: 0
}

a {
  color: #3d9582;
  text-decoration: none
}

img {
  vertical-align: middle
}

svg {
  vertical-align: middle
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
  font-size: 80%
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-left: 0;
  margin-right: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .col-auto, .col-6, .col-12, .col-sm, .col-sm-4, .col-md-3, .col-md-6, .col-md-12, .col-lg-5, .col-lg-7, .col-lg-6, .col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

@media(min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
}

@media(min-width: 768px) {
  .content-wrapper {
    padding-left: 270px !important
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
}

.form-control {
  padding: .375rem .75rem;
  width: 100%;
  height: calc(2.25rem + 2px);
  color: #555;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.btn {
  padding: .375rem .75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 1rem
}

.collapse:not(.show) {
  display: none
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  padding: .375rem .75rem;
  align-items: center;
  color: #495057;
  border: 1px solid #ced4da;
  font-size: 1rem
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .25rem
}

.list-group {
  margin-bottom: 0;
  padding-left: 0
}

.list-group-item {
  position: relative;
  margin-bottom: -1px;
  background-color: #fff
}

.list-group-item:last-child {
  margin-bottom: 0
}

.modal {
  display: none
}

.bg-light {
  background-color: #f8f9fa
}

.border {
  border: 1px solid #dee2e6
}

.border-bottom {
  border-bottom: 1px solid #dee2e6
}

.rounded {
  border-radius: .25rem
}

.rounded-circle {
  border-radius: 50%
}

.rounded-0 {
  border-radius: 0 !important
}

.hidden {
  display: none
}

.d-none {
  display: none
}

.d-inline-block {
  display: inline-block
}

.d-block {
  display: block
}

.d-flex {
  display: -ms-flexbox;
  display: flex
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center
}

.overflow-hidden {
  overflow: hidden
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.w-25 {
  width: 25%
}

.w-100 {
  width: 100%
}

.h-100 {
  height: 100% !important
}

.mb-0 {
  margin-bottom: 0
}

.mt-2, .my-2 {
  margin-top: .5rem
}

.mr-2 {
  margin-right: .5rem
}

.my-2 {
  margin-bottom: .5rem
}

.mt-3, .my-3 {
  margin-top: 1rem
}

.mb-3, .my-3 {
  margin-bottom: 1rem
}

.mt-4, .my-4 {
  margin-top: 1.5rem
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem
}

.mt-5 {
  margin-top: 3rem
}

.p-0 {
  padding: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.pr-1, .px-1 {
  padding-right: .25rem
}

.pl-1, .px-1 {
  padding-left: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.pr-2, .px-2 {
  padding-right: .5rem
}

.pl-2, .px-2 {
  padding-left: .5rem
}

.p-3 {
  padding: 1rem
}

.pr-3, .px-3 {
  padding-right: 1rem
}

.pl-3, .px-3 {
  padding-left: 1rem
}

.pt-4 {
  padding-top: 1.5rem
}

.pr-4 {
  padding-right: 1.5rem
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.ml-auto {
  margin-left: auto
}

.text-center {
  text-align: center
}

.g-absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden
}

.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden
}

.g-pos-rel {
  position: relative
}

.g-pos-abs {
  position: absolute
}

.g-font-size-10 {
  font-size: .71429rem
}

.g-font-size-16 {
  font-size: 1.14286rem
}

.g-font-size-20 {
  font-size: 1.42857rem
}

.g-font-size-30 {
  font-size: 2.14286rem
}

.g-mx-minus-5 {
  margin-left: -.35714rem;
  margin-right: -.35714rem
}

.g-px-5 {
  padding-left: .35714rem;
  padding-right: .35714rem
}

.g-px-10 {
  padding-left: .71429rem;
  padding-right: .71429rem
}

.g-pl-10 {
  padding-left: .71429rem
}

.g-pl-20 {
  padding-left: 1.42857rem
}

.g-mt-5 {
  margin-top: .35714rem
}

.g-mt-20 {
  margin-top: 1.42857rem
}

.g-mb-10 {
  margin-bottom: .71429rem
}

.g-mb-15 {
  margin-bottom: 1.07143rem
}

.g-top-0 {
  top: 0
}

.g-left-0 {
  left: 0
}

.g-top-7 {
  top: .5rem
}

.g-right-0 {
  right: 0
}

.g-right-10 {
  right: .71429rem
}

.g-width-40 {
  width: 40px
}

.g-width-60 {
  width: 60px
}

.g-width-100 {
  width: 100px
}

.g-width-340 {
  width: 340px
}

.g-height-60 {
  height: 60px
}

.g-hidden-xs-up {
  display: none
}

.u-accordion__control-icon i:nth-child(1),
[aria-expanded="false"] .u-accordion__control-icon i:nth-child(2),
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none
}

[aria-expanded="false"] .u-accordion__control-icon i:nth-child(1),
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline
}

.u-basket__bar {
  position: absolute;
  background-color: #fff
}

.u-dropdown--css-animation.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden
}

#user_menu {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px #00000025;
  z-index: 99
}

#user_menu_invoker {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #999;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 1.42857rem
}

.user-menu-link {
  margin-bottom: 5px
}

.user-menu-link i,.menu-group-title i {
  margin-right: 5px;
  width: 15px;
  text-align: center;
  color: #999
}

.user-menu-link .crown-icon {
  margin-right: 5px
}

.user-menu-discount-label {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  color: #2cc585;
  border: 1px solid #2cc585;
  border-radius: 10px;
  font-size: 10px
}

.menu-group-title {
  color: #999
}

.menu-group .submenu-item {
  margin-left: 20px;
  font-size: 12px
}

[class*="u-badge"] {
  position: absolute;
  text-align: center
}

[class*="u-badge"]:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%, -50%)
}

.u-badge-v1 {
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5
}

.form-control::placeholder {
  color: inherit;
  opacity: .5
}

.u-check-icon-checkbox-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px
}

.u-check-icon-checkbox-v6 i {
  width: 100%;
  height: 100%;
  border: solid 1px #ccc
}

.u-check input[type="checkbox"]:checked+.u-check-icon-checkbox-v6 i {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c
}

.u-check input[type="checkbox"]:checked+.u-check-icon-checkbox-v6 i::before {
  content: attr(data-check-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%)
}

.scroll-wrapper {
  overflow: hidden
}

.u-check input[type="checkbox"]:checked+.u-check-icon-checkbox-v6 .disabled {
  background-color: #aad980;
  border-color: #aad980
}

.customize-cover-holder .custom-cover-select-ico {
  background-image: linear-gradient(90deg, #fff0 0, #fff 100%)
}

.customize-cover-holder .custom-cover-select-ico i {
  color: #fda302;
  font-size: 60px;
  text-shadow: 0 0 10px #00000052
}

.theme-select-container .active::after {
  content: "\f00c";
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  padding: 4px;
  background: #fff;
  color: #71bf2f;
  font: 20px / 1 FontAwesome;
  border-radius: 50%;
  box-shadow: 0 0 5px #ccc;
  text-shadow: rgba(0, 0, 0, .32) 0 0 10px
}

.theme-select-container .active .js-title {
  color: #71bf2f
}

.slick-slider {
  position: relative
}

.slick-list {
  overflow: hidden
}

.slick-slide {
  float: left;
  min-height: 1px
}

.jslink {
  color: #3d9582
}

.content-wrapper {
  padding-left: 0;
  width: 100%
}

.logo img {
  max-width: 250px
}

.region-header {
  background-color: #fafafa;
  border-bottom: 3px solid #eee
}

.breadcrumb>li {
  display: inline-block;
  color: #999;
  font-size: 16px
}

.breadcrumb>li+li:before {
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  color: #ccc;
  font-family: FontAwesome
}

.block-user-login {
  padding: 0 20px;
  height: 60px;
  margin-left: auto
}

.user-links {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center
}

.user-links > * {
  padding: 2px 4px;
  color: #2bc585;
  font-size: .7rem;
  text-transform: uppercase
}

.breadcrumb {
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#main-nav .user-links {
  display: none
}

.region.region-header {
  flex-wrap: nowrap
}

.region-navigation .logo {
  display: none;
  width: 100%;
  text-align: center
}

.region-header .logo {
  padding-left: 55px;
  height: 55px
}

.menu-btn-toggle {
  position: absolute;
  left: 8px;
  top: 28px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transform: translateY(-50%); 
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.menu-btn {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.menu-btn span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #2d3142
}

.menu-btn span:nth-child(1) {
  top: 0px
}

.menu-btn span:nth-child(2) {
  top: 9px
}

.menu-btn span:nth-child(3) {
  top: 18px
}

.main-nav-special-links {
  margin-bottom: 0;
  padding: 10px 0;
  list-style: none
}

.main-nav-special-links li {
  padding: 5px 0 5px 7px;
  background-color: #ffffff;
  font-size: 16px;
  text-transform: uppercase
}

.main-nav-special-links li i {
  width: 28px;
  text-align: center;
  color: #71bf2f;
  font-size: 18px
}

.main-nav-special-links li a,
.main-nav-special-links li .jslink {
  color: #fda302
}

.special-submenu {
  margin: 5px
}

.special-submenu li {
  padding: 0;
  list-style: initial;
  color: #71bf2f;
  font-size: .9em;
  text-transform: none
}

#main-nav > li {
  padding: 10px;
  border: 0;
  border-top: 1px dotted #efefef;
  border-bottom: 1px dotted #efefef
}

#main-nav > li > .fa-plus {
  margin-left: -10px;
  padding: 5px 5px 5px 10px;
  color: #6dbbaa;
  font-size: 14px
}
#main-nav > li > .fa-plus.active {
  color: #afafaf
}

#main-nav > li > span, #main-nav > li > a {
  color: #757575;
  text-transform: uppercase
}

#main-nav > li > ul {
  margin-top: 10px
}

#main-nav > li > ul > li {
  padding: 5px 0px 5px 25px
}

#main-nav > li > ul > li .list-toggle {
  margin-left: -15px;
  padding-left: 5px;
  color: #afafaf;
  font-size: 10px
}

#main-nav > li > ul > li > ul {
  padding: 8px 0 0 15px
}

#main-nav > li > ul > li > ul > li {
  padding: 5px 0;
  border-bottom: 1px dotted #ececec
}

#main-nav > li > ul > li > ul > li:last-child {
  border-bottom: 0
}

#main-nav > li > ul > li > ul > li.parent-item {
  border: 0;
}

.list-group-item:after {
  content: "\f105";
  position: absolute;
  top: 7px;
  right: 15px;
  color: #777;
  font-family: FontAwesome;
  font-size: 14px
}

.list-group-item.open:after {
  content: "\f107";
  color: #72c02c
}

.list-group-item .list-toggle.active:before {
  content: "\f068"
}

.list-group-item .list-toggle:before {
  content: "\f067"
}

.review-header {
  height: 250px;
  background-size: cover !important
}

.dark-bg-grad {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%)
}

.article-title {
  position: absolute;
  padding: 10px 10% 10px 25px;
  left: -15px;
  bottom: 10px;
  background-color: #6d648bc2;
  color: #fff;
  font-size: 30px
}
.collection-section-title {
  font-size: 21px
}

.collection-section-title:after {
  content: "";
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 80px;
  height: 1px;
  background-color: #736194
}

.template-customize-title {
  font-size: 18px
}

.template-customize-title:after {
  margin-bottom: 5px
}

.gallery-holder {
  padding-top: 15px;
  background-color: #fafafa
}

article h2 {
  font-size: 26px
}

article h2:before {
  padding-right: 5px;
  color: #ccc;
  font-size: 20px
}

article h2:nth-of-type(1):before { content: "01."; }
article h2:nth-of-type(2):before { content: "02."; }
article h2:nth-of-type(3):before { content: "03."; }

article h2:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 150px;
  height: 1px;
  background-color: #fda302
}

.template-teaser {
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 3px solid #ccc
}

.template-teaser img {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8
}

.template-teaser-link {
  font-size: 17px
}

.template-title {
  padding: 0 20px 20px 0;
  color: #8559ad;
  font-size: 30px
}

.template-title:after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 175px;
  height: 1px;
  background-color: #fda302
}

.template-customize .g-pos-rel label {
  position: absolute;
  left: 6px;
  top: -8px;
  padding: 0px 4px 0px 4px;
  background-color: #fff;
  color: #828282;
  font-size: 12px;
  line-height: 1;
  z-index: 3
}

[class*="input-group-"] {
  display: flex;
  background-color: transparent
}

.form-control-md {
  padding: .4rem .6rem .4rem;
  -webkit-appearance: initial
}

.download-button {
  background-color: #efefef;
  background-image: url('/themes/planner/assets/img/pdf-icon-arrow.png');
  background-position: right center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  border-radius: 4px
}

.download-button.editor-icon {
  background-image: none
}

.download-button .l1 {
  color: #fd8a02;
  border-bottom: 1px dotted #666;
  font-size: .9rem;
  text-transform: uppercase
}

.download-button.editor-icon .l1 {
  color: #00a7b7
}

.download-button .l2 {
  color: #666;
  font-size: .63rem;
  text-transform: uppercase
}

.template-teaser-wrapper {
  text-align: center
}

.template-teaser-download {
  display: inline-block;
  padding: 5px 15px 7px;
  vertical-align: top;
  background-color: #8559ad;
  color: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase
}

.collection-index .index-line {
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 5px 12px;
  background-color: #eaefff;
  border-radius: 6px
}

.collection-index .index-line a {
  color: #5f10a2;
  border-bottom: 1px dotted #ccc
}

.collection-index .index-line .index-title:before {
  display: inline-block;
  margin-right: 4px;
  color: #9bacd9;
  font-size: .8em
}

.collection-index .index-line:nth-child(2) .index-title:before { content: '01. '; }
.collection-index .index-line:nth-child(3) .index-title:before { content: '02. '; }
.collection-index .index-line:nth-child(4) .index-title:before { content: '03. '; }
.collection-index .index-line:nth-child(5) .index-title:before { content: '04. '; }
.collection-index .index-line:nth-child(6) .index-title:before { content: '05. '; }
.collection-index .index-line:nth-child(7) .index-title:before { content: '06. '; }
.collection-index .index-line:nth-child(8) .index-title:before { content: '07. '; }
.collection-index .index-line:nth-child(9) .index-title:before { content: '08. '; }
.collection-index .index-line:nth-child(10) .index-title:before { content: '09. '; }
.collection-index .index-line:nth-child(11) .index-title:before { content: '10. '; }
.collection-index .index-line:nth-child(12) .index-title:before { content: '11. '; }
.collection-index .index-line:nth-child(13) .index-title:before { content: '12. '; }
.collection-index .index-line:nth-child(14) .index-title:before { content: '13. '; }
.collection-index .index-line:nth-child(15) .index-title:before { content: '14. '; }
.collection-index .index-line:nth-child(16) .index-title:before { content: '15. '; }
.collection-index .index-line:nth-child(17) .index-title:before { content: '16. '; }
.collection-index .index-line:nth-child(18) .index-title:before { content: '17. '; }
.collection-index .index-line:nth-child(19) .index-title:before { content: '18. '; }
.collection-index .index-line:nth-child(20) .index-title:before { content: '19. '; }
.collection-index .index-line:nth-child(21) .index-title:before { content: '20. '; }
.collection-index .index-line:nth-child(22) .index-title:before { content: '21. '; }
.collection-index .index-line:nth-child(23) .index-title:before { content: '22. '; }
.collection-index .index-line:nth-child(24) .index-title:before { content: '23. '; }
.collection-index .index-line:nth-child(25) .index-title:before { content: '24. '; }
.collection-index .index-line:nth-child(26) .index-title:before { content: '25. '; }
.collection-index .index-line:nth-child(27) .index-title:before { content: '26. '; }
.collection-index .index-line:nth-child(28) .index-title:before { content: '27. '; }
.collection-index .index-line:nth-child(29) .index-title:before { content: '28. '; }
.collection-index .index-line:nth-child(30) .index-title:before { content: '29. '; }
.collection-index .index-line:nth-child(31) .index-title:before { content: '30. '; }

.block-commerce-cart {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0
}

#cart_content {
  position: fixed;
  right: -340px
}

.btn-cart {
  background-color: #2bc585;
  color: #fff
}

.btn-cart .u-badge-v1 {
  background-color: #fff;
  color: #2bc585
}

.custom-cover {
  box-shadow: 0 0 0 1px #dedede
}

.custom-cover img {
  aspect-ratio: 1 / 1.5
}

img.custom-cover {
  aspect-ratio: 296 / 420
}

.customize-cover-holder {
  padding: .5rem;
  width: 100%;
  column-gap: .5rem
}

.customize-cover-holder .custom-cover.active:after {
  content: "\f00c";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  color: #fda302;
  font: 40px / 1 FontAwesome;
  text-shadow: 0px 0px 10px #00000052
}

.customize-cover-section {
  border: 1px solid #ccc
}

.block-cp-search {
  display: flex;
  align-items: center
}

.block-cp-search .search-query {
  font-size: .9em
}

.block-cp-search .btn-search {
  color: #8559ad
}

.recently-added-list {
  padding: 0;
  list-style-type: none
}

.recently-added-list li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #dedede;
  font-size: 14px
}

.acess-notificator {
  display: flex;
  padding: 5px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fafafa;
  color: #ff6b00;
  border-bottom: 1px solid #eee;
  text-transform: uppercase
}

.acess-notificator .fa-check {
  color: #fe6a02
}

.acess-notificator .fa-close {
  color: #afafaf
}

.acess-notificator .premium-cat-link {
  margin: 5px 5px 0 0;
  padding: 5px 15px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px
}

@media(min-width: 768px) {
  .acess-notificator .premium-cat-link {
    width: auto
  }
}

.favorites-bttn {
  color: #ff3b7a;
  font-size: 22px
}

.favorites-bttn-desc {
  margin-left: 10px;
  color: #838383;
  font-size: 12px
}

.custom-layout-option label {
  margin-top: 5px
}

.accordion-header:has(.collapsed) {
  border-bottom-color: transparent
}

.template-gallery .big-image:not(.slick-slider) .slick-arrow,
.template-gallery .big-image:not(.slick-slider) .pinterest {
  display: none
}

.template-gallery .big-image:not(.slick-slider) {
  width: 100%;
  aspect-ratio: 148 / 210;
  overflow: hidden
}

.template-gallery .collection-images-pager:not(.slick-slider) {
  display: flex;
  height: 100px;
  overflow: hidden
}

.template-gallery .collection-images-pager:not(.slick-slider) > div {
  width: auto
}

.template-gallery .collection-images-pager:not(.slick-slider) img {
  padding-left: .35714rem;
  padding-right: .35714rem;
  height: 100px
}

@media(min-width: 576px) {
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

@media(max-width: 768px) {
  .u-dropdown--css-animation.u-dropdown--hidden {
    opacity:100%;
    visibility: visible
  }

  #user_menu {
    position: relative;
    width: 100%
  }

  #user_menu_invoker {
    display: none
  }

  .breadcrumb>li:nth-child(1) {
    display: none
  }

  .breadcrumb>li:nth-child(2):before {
    display: none
  }

  .region.region-header {
    flex-wrap: wrap
  }

  .block-user-login {
    display: none
  }

  #main-nav .user-links {
    display: block
  }
}

@media(min-width: 768px) {
  .region-header {
    height: 60px
  }

  .navbar-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 270px;
    height: 100%;
    background-color: #fafafa;
    border-right: 1px solid #f2f2f2;
    z-index: 11
  }

  .openNav {
    display: none
  }

  .region-navigation .logo {
    display: block;
    height: 60px
  }

  .region-header .logo {
    display: none
  }

  .breadcrumb {
    padding: 17px
  }
}

@media(min-width: 992px) {
  .px-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .pl-lg-4 {
    padding-left: 1.5rem
  }
}
