@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
i.wishlist-icon:before {
  content: "";
  mask-image: url(../img/icon-wishlist.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: black;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-search:before {
  content: "";
  mask-image: url(../img/icon-search.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: black;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-quick-menu:before {
  content: "";
  mask-image: url(../img/icon-quick-menu.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: black;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-content.mbws-search-lightbox {
  position: fixed !important;
  left: 0;
  top: 0;
}
.mfp-content.mbws-quick-menu {
  position: fixed !important;
  left: 0;
  top: 0;
}

#search-lightbox {
  max-width: 100% !important;
  display: flex;
  align-items: flex-start;
}
#search-lightbox .section-search-lightbox {
  align-items: flex-start;
}
#search-lightbox form.searchform input[type=search] {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #2d2d2d !important;
  margin-bottom: 10px !important;
  padding-left: 0;
  border-radius: 0 !important;
}
#search-lightbox form.searchform button.ux-search-submit {
  background-color: transparent;
  color: black;
  border: none;
}
#search-lightbox form.searchform button.ux-search-submit:hover {
  box-shadow: none;
}
#search-lightbox form.searchform .flex-col.flex-grow {
  margin-bottom: 0;
}
#search-lightbox form.searchform .icon-search:before {
  content: "";
  mask-image: url(../img/icon-search.svg);
  mask-repeat: no-repeat;
  background-color: black;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
  mask-size: 1.2em;
}
#search-lightbox .searchform-wrapper .flex-col:last-of-type {
  margin-left: -2em;
}
#search-lightbox .mfp-close {
  color: #333;
  mix-blend-mode: unset;
  transition: background-color 300ms ease;
  border-radius: 99px !important;
  top: 10px !important;
  right: 10px !important;
}
#search-lightbox .mfp-close:hover {
  background-color: #f1f1f1;
}
#search-lightbox .mfp-close svg.feather.feather-x {
  stroke-width: 1;
}

#mbws-quick-menu .mfp-close {
  color: #333;
  mix-blend-mode: unset;
  transition: background-color 300ms ease;
  border-radius: 99px !important;
  top: 10px !important;
  right: 10px !important;
}
#mbws-quick-menu .mfp-close:hover {
  background-color: #f1f1f1;
}
#mbws-quick-menu .mfp-close svg.feather.feather-x {
  stroke-width: 1;
}
#mbws-quick-menu .section-quickmenu-lightbox .ux-menu.stack.stack-col {
  flex-direction: row;
  justify-content: center;
}
#mbws-quick-menu .section-quickmenu-lightbox .ux-menu.stack.stack-col > .ux-menu-link {
  margin: 0 10px !important;
  position: relative;
}
#mbws-quick-menu .section-quickmenu-lightbox .ux-menu.stack.stack-col > .ux-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 300ms ease;
  bottom: 0;
}
#mbws-quick-menu .section-quickmenu-lightbox .ux-menu.stack.stack-col > .ux-menu-link:hover::after {
  background-color: var(--fs-color-primary);
  width: 100%;
}

.star-rating span:before {
  color: #FF9C00 !important;
}

.stars a.active:after, .stars a:hover:after {
  color: #FF9C00 !important;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-title {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.accordion-title.active {
  background-color: transparent !important;
  border-color: #ddd !important;
}

.accordion-inner {
  border: 1px solid #ddd;
}

.mfp-close-btn-in .lightbox-content {
  border-radius: 10px;
  overflow: hidden;
}
.mfp-close-btn-in .lightbox-content .mfp-close {
  color: #333;
  mix-blend-mode: unset;
  transition: background-color 300ms ease;
  border-radius: 99px !important;
  top: 10px !important;
  right: 10px !important;
}
.mfp-close-btn-in .lightbox-content .mfp-close:hover {
  background-color: #f1f1f1;
}
.mfp-close-btn-in .lightbox-content .mfp-close svg.feather.feather-x {
  stroke-width: 1;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  box-shadow: none !important;
  border-radius: 5px !important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
  box-shadow: none !important;
}

.wpcf7-spinner {
  display: none;
}

.form-newsletter-footer .flex-col:last-of-type {
  width: 35%;
  margin-left: 5px;
}
.form-newsletter-footer input[type=submit], .form-newsletter-footer input[type=submit].button {
  width: 100%;
  margin-right: 0;
}

.wpcf7-submit {
  width: 100%;
}

#header #top-bar {
  border-bottom: 1px solid rgba(163, 163, 163, 0.1215686275);
}
#header #top-bar .nav > li > a {
  font-size: 1em;
}
#header #top-bar .nav-small.nav > li.html {
  font-size: 1em;
}
#header #masthead ul.header-nav.nav-left {
  justify-content: center;
}
#header #masthead > .header-inner > .flex-right .nav-line-bottom > li > a:before, #header #masthead > .header-inner > .flex-right .nav-line-grow > li > a:before, #header #masthead > .header-inner > .flex-right .nav-line > li > a:before {
  display: none;
}
#header li.account-item > a .icon-user {
  display: none;
}
#header li.account-item > a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32" fill="currentColor"><path d="M16 3.205c-7.067 0-12.795 5.728-12.795 12.795s5.728 12.795 12.795 12.795 12.795-5.728 12.795-12.795c0-7.067-5.728-12.795-12.795-12.795zM16 4.271c6.467 0 11.729 5.261 11.729 11.729 0 2.845-1.019 5.457-2.711 7.49-1.169-0.488-3.93-1.446-5.638-1.951-0.146-0.046-0.169-0.053-0.169-0.66 0-0.501 0.206-1.005 0.407-1.432 0.218-0.464 0.476-1.244 0.569-1.944 0.259-0.301 0.612-0.895 0.839-2.026 0.199-0.997 0.106-1.36-0.026-1.7-0.014-0.036-0.028-0.071-0.039-0.107-0.050-0.234 0.019-1.448 0.189-2.391 0.118-0.647-0.030-2.022-0.921-3.159-0.562-0.719-1.638-1.601-3.603-1.724l-1.078 0.001c-1.932 0.122-3.008 1.004-3.57 1.723-0.89 1.137-1.038 2.513-0.92 3.159 0.172 0.943 0.239 2.157 0.191 2.387-0.010 0.040-0.025 0.075-0.040 0.111-0.131 0.341-0.225 0.703-0.025 1.7 0.226 1.131 0.579 1.725 0.839 2.026 0.092 0.7 0.35 1.48 0.569 1.944 0.159 0.339 0.234 0.801 0.234 1.454 0 0.607-0.023 0.614-0.159 0.657-1.767 0.522-4.579 1.538-5.628 1.997-1.725-2.042-2.768-4.679-2.768-7.555 0-6.467 5.261-11.729 11.729-11.729zM7.811 24.386c1.201-0.49 3.594-1.344 5.167-1.808 0.914-0.288 0.914-1.058 0.914-1.677 0-0.513-0.035-1.269-0.335-1.908-0.206-0.438-0.442-1.189-0.494-1.776-0.011-0.137-0.076-0.265-0.18-0.355-0.151-0.132-0.458-0.616-0.654-1.593-0.155-0.773-0.089-0.942-0.026-1.106 0.027-0.070 0.053-0.139 0.074-0.216 0.128-0.468-0.015-2.005-0.17-2.858-0.068-0.371 0.018-1.424 0.711-2.311 0.622-0.795 1.563-1.238 2.764-1.315l1.011-0.001c1.233 0.078 2.174 0.521 2.797 1.316 0.694 0.887 0.778 1.94 0.71 2.312-0.154 0.852-0.298 2.39-0.17 2.857 0.022 0.078 0.047 0.147 0.074 0.217 0.064 0.163 0.129 0.333-0.025 1.106-0.196 0.977-0.504 1.461-0.655 1.593-0.103 0.091-0.168 0.218-0.18 0.355-0.051 0.588-0.286 1.338-0.492 1.776-0.236 0.502-0.508 1.171-0.508 1.886 0 0.619 0 1.389 0.924 1.68 1.505 0.445 3.91 1.271 5.18 1.77-2.121 2.1-5.035 3.4-8.248 3.4-3.183 0-6.073-1.277-8.188-3.342z"></path></svg>');
  height: 22px;
  line-height: 1;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 2px;
}

.woocommerce-form-track-order p.form-row {
  max-width: 500px;
  text-align: initial;
}

.woocommerce-form-track-order p {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce-form-track-order .form-row-first, .woocommerce-form-track-order .form-row-last {
  float: unset;
}
.woocommerce-form-track-order p:first-child {
  margin-bottom: 40px;
}
.woocommerce-form-track-order button {
  width: 100%;
}

.woocommerce-form-register button[type=submit], .woocommerce-form-login button[type=submit] {
  width: 100%;
}

.tabbed-content ul.nav {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tabbed-content ul.nav > li {
  margin-right: 40px;
}
.tabbed-content ul.nav > li > a {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tabbed-content ul.nav.nav-center {
    justify-content: flex-start;
  }
  .tabbed-content ul.nav.nav-center > li {
    margin-right: 20px;
  }
}

.nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before {
  height: 2px !important;
}

.widget {
  padding: 20px 25px 10px 25px;
  background: #f8f8f8;
  position: relative;
}
.widget span.widget-title {
  margin-bottom: 15px;
  display: block;
}
.widget .is-divider {
  margin-top: 0.66em;
  top: 15px;
  position: absolute;
  right: 25px;
  height: 1px;
  background-color: #333333;
  width: 15px;
}

.widget > ul > li + li,
ul.menu > li + li {
  border-top: none !important;
}

.widget_categories li::before {
  content: url('data:image/svg+xml,<svg fill="%23cccccc" height="8" width="8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle r="45" cx="50" cy="50" /></svg>');
  position: relative;
  top: 0;
  left: -2px;
  width: 8px;
  height: 16px;
  line-height: 1;
}

.widget_search .searchform input[type=search] {
  border-right: none;
  border-radius: 5px 0 0 5px !important;
}
.widget_search .searchform .submit-button {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.widget_search .searchform .submit-button:hover {
  box-shadow: none;
}

.widget_media_image {
  padding: 0;
}

.dokan-store-menu ul li {
  margin-left: 0 !important;
}

.dokan-store-contact ul li {
  margin-left: 0 !important;
}
.dokan-store-contact input[type=submit] {
  width: 100%;
  margin-right: 0;
}

.post-item .from_the_blog_comments {
  display: none;
}
.post-item h5.post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 1.6rem;
}
.post-item p.cat-label {
  font-size: 1rem;
}
.post-item .post-meta {
  font-size: 1rem;
}
.post-item .post-meta::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 32 32" fill="currentColor"><path d="M3.205 3.205v25.59h25.59v-25.59h-25.59zM27.729 4.271v4.798h-23.457v-4.798h23.457zM4.271 27.729v-17.593h23.457v17.593h-23.457z"></path><path d="M11.201 5.871h1.6v1.599h-1.6v-1.599z"></path><path d="M19.199 5.871h1.599v1.599h-1.599v-1.599z"></path><path d="M12.348 13.929c-0.191 1.297-0.808 1.32-2.050 1.365l-0.193 0.007v0.904h2.104v5.914h1.116v-8.361h-0.953l-0.025 0.171z"></path><path d="M18.642 16.442c-0.496 0-1.005 0.162-1.408 0.433l0.38-1.955h3.515v-1.060h-4.347l-0.848 4.528h0.965l0.059-0.092c0.337-0.525 0.952-0.852 1.606-0.852 1.064 0 1.836 0.787 1.836 1.87 0 0.98-0.615 1.972-1.79 1.972-1.004 0-1.726-0.678-1.756-1.649l-0.006-0.194h-1.115l0.005 0.205c0.036 1.58 1.167 2.641 2.816 2.641 1.662 0 2.963-1.272 2.963-2.895-0-1.766-1.154-2.953-2.872-2.953z"></path></svg>');
  position: relative;
  top: 4px;
  width: 8px;
  height: 16px;
  line-height: 1;
  margin-right: 5px;
  opacity: 0.8;
}

.single-post .entry-image {
  margin-bottom: 30px;
}
.single-post .entry-image .badge.post-date {
  display: none;
}
.single-post .entry-category {
  opacity: 1;
}
.single-post .entry-category a {
  background-color: var(--fs-color-primary);
  color: white;
  padding: 3px 15px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.single-post .entry-divider {
  display: none;
}
.single-post .entry-content {
  padding-top: 0;
}
.single-post .related-posts {
  font-size: 1.6rem;
  text-align: center;
}
.single-post .related-posts .post-item h5.post-title a {
  font-size: 1.2rem;
}
.single-post .related-posts .is-divider {
  display: none;
}

.mbws-filter-box-wrap {
  display: flex;
}
.mbws-filter-box-wrap > .filter-box {
  display: inline-flex;
  position: relative;
  padding-left: 20px;
}
.mbws-filter-box-wrap > .filter-box.active .filter-title {
  color: var(--fs-color-primary);
}
.mbws-filter-box-wrap > .filter-box.active::before {
  content: "";
  width: 4px;
  height: 8px;
  display: block;
  border: solid #f76b6a;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: calc(50% - 5px);
  left: 6px;
  transform: rotate(45deg);
}
.mbws-filter-box-wrap > .filter-box.active::after {
  font-size: 100%;
  position: absolute;
  margin-right: 3px;
  display: inline-block;
  content: "";
  border: 1px solid #f76b6a;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0px;
}
.mbws-filter-box-wrap span.mbws-filter-label {
  white-space: nowrap;
}
.mbws-filter-box-wrap .filter-title {
  margin-right: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mbws-filter-box-wrap .filter-title .icon-angle-down {
  margin-left: 5px;
  margin-right: 5px;
  transition: transform 300ms ease-out;
  font-size: 0.8em;
  opacity: 0.5;
}
.mbws-filter-box-wrap .filter-title.active {
  color: var(--fs-color-primary);
}
.mbws-filter-box-wrap .filter-title.active .icon-angle-down {
  transform: rotate(180deg);
}
.mbws-filter-box-wrap .woocommerce-widget-layered-nav-list {
  display: none;
}
.mbws-filter-box-wrap .mbws-filter-box-list {
  width: 100%;
  width: 100%;
  display: inline-flex;
  flex: 100%;
  align-items: center;
}

.mbws-filter-bar {
  display: flex;
  justify-content: space-between;
}

#mbws-filter-list-wrap {
  display: flex;
  overflow: hidden;
  height: 0;
  transition: all 300ms ease-in-out;
}
#mbws-filter-list-wrap.active {
  height: auto;
}

#mbws-filter-list {
  list-style: none;
  display: inline-flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}
#mbws-filter-list > li {
  display: inline-flex;
  align-items: center;
  width: 14.28571%;
}

.mbws-filter-label {
  font-weight: 500;
  margin-right: 20px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.mbws-filter-box-wrap-mobile {
  padding: 20px;
  display: none;
}
@media (max-width: 768px) {
  .mbws-filter-box-wrap-mobile {
    display: block;
  }
}
.mbws-filter-box-wrap-mobile .filter-title {
  margin-right: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  width: 100%;
  justify-content: space-between;
}
.mbws-filter-box-wrap-mobile .filter-title .icon-angle-down {
  margin-left: 5px;
  margin-right: 5px;
  transition: transform 300ms ease-out;
  font-size: 0.8em;
  opacity: 0.5;
}
.mbws-filter-box-wrap-mobile .filter-title.active {
  color: var(--fs-color-primary);
}
.mbws-filter-box-wrap-mobile .filter-title.active .icon-angle-down {
  transform: rotate(180deg);
}
.mbws-filter-box-wrap-mobile .woocommerce-widget-layered-nav-list {
  list-style: none;
  display: inline-flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}
.mbws-filter-box-wrap-mobile .woocommerce-widget-layered-nav-list > li {
  display: inline-flex;
  align-items: center;
  width: 50%;
}

.featured-title .page-title-inner {
  height: 150px;
}

.mbws-filter-box-applied-wrap {
  display: none;
}
.mbws-filter-box-applied-wrap.active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 3px 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.mbws-filter-button {
  display: flex;
  align-items: center;
}
.mbws-filter-button a {
  display: flex;
  margin-right: 10px;
}

.filter-box-applied {
  display: inline-flex;
}
.filter-box-applied > div {
  display: flex;
  align-items: center;
}
.filter-box-applied ul {
  margin-bottom: 0;
  margin-top: 0.6em;
  margin-left: 0.6em;
}

.quantity input[type=button].is-form {
  background-color: white;
  width: 2rem;
}
.quantity input[type=button].is-form:hover {
  box-shadow: none;
}

.single-product .product-main {
  padding: 20px 0 0 0;
}
.single-product .product-summary form {
  margin-bottom: 0;
}
.single-product .product-summary a.button.primary {
  color: #333333;
}
.single-product .variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--fs-color-primary);
}
.single-product .mbws-safe-box > .col-inner {
  margin-top: 1em;
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 10px 35px;
  text-align: center;
  border-radius: 5px;
}
.single-product .mbws-safe-box-title {
  margin-top: -25px;
  width: auto;
}
.single-product .mbws-safe-box-title strong {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}
.single-product .yith-wcwl-add-button {
  display: none;
}
.single-product .wpcf7-submit {
  width: 100%;
}
.single-product .product-section {
  border-top: none;
}
.single-product .product-section h3.tab-title {
  font-size: 24px;
}
.single-product .product-section h3.tab-title::after {
  content: "";
  width: 40px;
  height: 3px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 4px;
}
.single-product #comments .commentlist li .meta {
  top: 10px;
  position: relative;
}

form.dokan-store-products-ordeby {
  display: flex;
  justify-content: space-between;
}
form.dokan-store-products-ordeby select.orderby {
  max-width: 300px;
}
@media (max-width: 420px) {
  form.dokan-store-products-ordeby select.orderby {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search {
    max-width: 230px;
  }
}
@media (max-width: 425px) {
  .dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products {
    margin-right: 15px;
  }
}

.dokan-store-products-filter-area .product-name-search {
  width: 100% !important;
  margin-right: 15px;
}

#footer form {
  margin-bottom: 0;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  margin-left: 0;
}
#footer .footer-bottom ul {
  margin-bottom: 0;
}
#footer .footer-bottom ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
#footer .footer-bottom ul li:first-of-type {
  margin-left: 0;
}
#footer .footer-bottom p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .footer-bottom .text-center-mobile .col-inner {
    text-align: center;
  }
}
#footer a.back-to-top {
  border: none;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
#footer a.back-to-top:hover {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2) !important;
  color: inherit;
}

.absolute-footer {
  display: none;
}

.open-day-time {
  text-align: left;
}
.open-day-time li {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
}
.open-day-time li:last-of-type {
  border-bottom: none;
}

.contact-form-footer .col, .contact-form-footer .columns {
  padding: 0 15px 0px;
}

.sr7-bullets.custom,
.tp-bullets.custom {
  width: auto !important;
  height: 1px !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  text-align: center;
}

.sr7-bullets.custom :before,
.tp-bullets.custom :before {
  display: none;
}

.sr7-bullets.custom .sr7-bullet,
.sr7-bullets.custom .tp-bullet,
.tp-bullets.custom .sr7-bullet,
.tp-bullets.custom .tp-bullet {
  margin: 0 3px;
  border: none;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  background: #C0C0C0;
  position: relative !important;
  top: -25px !important;
  left: auto !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0;
  box-sizing: content-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sr7-bullets.custom .sr7-bullet.selected,
.sr7-bullets.custom .tp-bullet.selected,
.tp-bullets.custom .sr7-bullet.selected,
.tp-bullets.custom .tp-bullet.selected {
  opacity: 1;
  background-color: #f76b6a;
  padding-left: 10px;
  padding-right: 10px;
}/*# sourceMappingURL=style.css.map */