body.page-template-event-summary,
main {
  background-color: #f9fafb;
}

.header-menu-wrapper .nav .header-menu.cloned > li > a {
  padding: 16px 10px;
}

.section ._sbox {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
  padding: 35px 55px;
}

.section.section-partners {
  padding: 0 0 60px;
}

.section.section-partners ._sbox {
  padding: 60px 55px;
}

@media (max-width: 900px) {
  .section ._sbox {
    padding: 25px 20px;
  }
  .section.section-partners ._sbox {
    padding: 25px 20px;
  }
}

@media (max-width: 900px) {
  .section ._sbox .headline-links {
    margin: 5px 0 0;
  }
}

.post-type-tab .grid .flex-container {
  gap: 40px 50px;
}

.post-type-tab .grid .flex-container .event-block.grid-item {
  border: none;
  padding: 0;
  flex: 0 0 calc((100% - 100px) / 3);
}

@media (max-width: 900px) {
  .post-type-tab .grid .flex-container {
    gap: 20px;
  }
  .post-type-tab .grid .flex-container .event-block.grid-item {
    flex: 0 0 calc(50% - 10px);
  }
}

.event-block.grid-item .image-side,
.event-block.grid-item .new-logo-wrapper {
  align-items: center;
  background-color: #f9fafb;
  border-radius: 8px;
  display: flex;
  height: 200px;
  justify-content: center;
}

.event-block.grid-item .image-side a,
.event-block.grid-item .new-logo-wrapper a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  width: 100%;
}

.event-block.grid-item .event-block-btn .btn {
  border-radius: 8px;
  box-shadow: 0px 4px 5px #cbcad5;
  line-height: 100%;
  padding: 17px 15px;
}

/**/

.page-header._alt._new {
  min-height: 0;
}

.page-header._alt._new .header-menu-wrapper {
  min-height: 0;
}

body.single-event .page-header._alt._new + main,
body.page-template-expedia .page-header._alt._new + main {
  padding: 30px 0 0;
}

@media (max-width: 768px) {
  body.single-event .page-header._alt._new + main,
  body.page-template-expedia .page-header._alt._new + main {
    padding: 0;
  }
  body.single-event .page-header._alt._new + main .section-hero {
    padding: 20px 0 0;
  }
}

/**/

.snew-hero + .section {
  padding: 40px 0 100px;
}

@media (max-width: 1024px) {
  .snew-hero + .section {
    padding: 40px 0 100px;
  }
}

.snew-hero {
  background-color: #23346b;
  background-image: url(../../../images/header-logo.svg);
  background-position: calc(50% - 400px) 10%;
  background-repeat: no-repeat;
  background-size: 750px auto;
  overflow: hidden;
  padding: 65px 0;
  position: relative;
}

.snew-hero::before,
.snew-hero::after {
  background-color: #ce2129;
  content: "";
  display: block;
  filter: blur(150px);
  height: 355px;
  position: absolute;
  width: 355px;
}

.snew-hero::before {
  left: 0;
  top: 0;
  transform: translate(-65%, -65%);
}

.snew-hero::after {
  bottom: 0;
  right: 0;
  transform: translate(85%, 85%);
}

.snew-hero .container {
  position: relative;
  z-index: 1;
}

.snew-hero ._heading {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
}

.snew-hero ._subheading {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  margin: 20px 0 0;
  max-width: 1135px;
  width: 100%;
}

.snew-hero .headline {
  margin: 0;
}

.snew-hero .headline._alt {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.snew-hero .headline .headline-title {
  color: #fff;
  font-size: 45px;
}

.snew-hero .headline._alt .headline-filter {
  margin: 0;
}

.snew-hero .headline._alt .headline-filter .headline-filter-block {
  width: auto;
}

.snew-hero .headline-filter-block-input {
  width: 100%;
}

.snew-hero .headline-filter-block-input input[type="search"] {
  background-color: rgb(255 255 255 / 10%);
  border: none;
  border-radius: 8px;
  color: #fff;
  line-height: 100%;
  min-height: 50px;
  padding: 15px 20px;
  width: 370px;
}

.snew-hero .headline-filter-block-input .clear-search {
  color: #fff;
  right: 15px;
}

.snew-hero .headline-filter-block-input .icon {
  display: none;
}

.snew-hero .headline-filter-block._search button {
  display: none;
}

.snew-hero .headline-filter-block button.open-filter {
  background: rgb(255 255 255 / 10%);
  border-radius: 8px;
  height: 50px;
  width: 50px;
}

@media (max-width: 1024px) {
  body.woocommerce-account .snew-hero,
  body.post-type-archive .snew-hero,
  .event-sfilter .snew-hero {
    padding: 40px 0 25px;
  }
  .snew-hero::before {
    transform: translate(-90%, -65%);
  }
  .snew-hero::after {
    transform: translate(100%, 100%);
  }
  .snew-hero .headline .headline-title {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
  .snew-hero .headline._alt .headline-title {
    text-align: left;
    width: auto;
  }
  .snew-hero .headline .headline-filter {
    gap: 8px;
  }
  .snew-hero .headline._alt .headline-filter {
    width: auto;
  }
  .snew-hero .headline-filter-block-input input[type="search"] {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .snew-hero {
    background-position: calc(55% - 50vw) -10px;
    background-size: auto 200%;
  }
  .snew-hero::before {
    transform: translate(-80%, -65%);
  }
  .snew-hero::after {
    display: none;
  }
  .snew-hero ._heading {
    font-size: 28px;
  }
  .snew-hero ._subheading {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .snew-hero .headline .headline-title {
    text-align: center;
  }
}

/**/

.section .container._reverse #sidebar {
  background-color: #fff;
  border: 1px solid #eaeff4;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .section .container._reverse #sidebar.open {
    top: 0;
    z-index: 999;
  }
}

.section .container._reverse #sidebar .filter h3 {
  border-bottom: 1px solid #e2e5f0;
  font-size: 24px;
  line-height: 100%;
  margin: 0;
  padding: 20px;
  width: 100%;
}

.section .container._reverse #sidebar .filter-row {
  border-bottom: 1px solid #e2e5f0;
  margin: 0;
  padding: 20px;
}

.section .container._reverse #sidebar .filter-row:last-child {
  border: none;
}

.section .container._reverse #sidebar .filter label.filter-label {
  font-size: 18px;
  line-height: 100%;
}

.section .container._reverse #sidebar .filter-row input,
.section .container._reverse #sidebar .filter-row .jcf-select {
  border: 1px solid #e2e5f0;
  border-radius: 8px;
}

.section .container._reverse #sidebar .filter-row .event-block-btn {
  padding: 0;
}

.section
  .container._reverse
  #sidebar
  .filter-row
  .event-block-btn#reset_btn_wrapper {
  padding: 10px 0 0;
}

.section .container._reverse #content {
  margin: 0;
}

.event-block-btn .btn {
  border-radius: 8px;
  box-shadow: 0px 4px 5px #cbcad5;
  line-height: 100%;
  padding: 17px 15px;
}

.events.event-filter-wrapper .events-list-elem {
  background-color: #fff;
  border: 1px solid #eaeff4;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.events-item-wrapper .event-block {
  background-color: #fff;
  border: 1px solid #eaeff4;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.accordion-wrapper {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

body.woocommerce-account .container._small {
  max-width: calc(1150px + var(--gutter) * 2);
}

/**/

.shop-app {
  background-color: #f9fafb;
  position: relative;
}

.shop-app::after {
  background-color: #23346b;
  bottom: 0;
  content: "";
  height: 155px;
  left: 0;
  position: absolute;
  width: 100%;
}

.shop-app ._box {
  background-color: #ce2129;
  border-radius: 8px;
  padding: 50px 40px;
  position: relative;
  z-index: 1;
}

.shop-app ._bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.shop-app ._bg img {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.shop-app ._bg img._mobile {
  border-radius: 0 0 8px 0;
  display: none;
  height: auto;
  position: static;
}

.shop-app ._content {
  position: relative;
  z-index: 2;
}

.shop-app ._heading {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 100%;
  margin: 0 0 30px;
  max-width: 450px;
  width: 100%;
}

.shop-app ._badges {
  display: flex;
  margin: 0 0 40px;
}

.shop-app ._badges li {
  padding: 0 16px 0 0;
}

.shop-app ._badges li a {
  display: block;
}

.shop-app ._badges li img {
  display: block;
}

.shop-app ._list {
  display: flex;
  margin: 0 -25px;
}

.shop-app ._list ul {
  margin: 0;
  padding: 0 25px;
}

.shop-app ._list ul li {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.shop-app ._list ul li:last-child {
  margin: 0;
}

.shop-app ._list ul li::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 8px;
}

@media (max-width: 1024px) {
  .shop-app ._bg {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .shop-app ._box {
    padding: 25px 20px 0;
  }
  .shop-app ._bg {
    height: auto;
    margin: -40px -20px 0;
    opacity: 1;
    position: static;
    width: auto;
  }
  .shop-app ._bg img._desktop {
    display: none;
  }
  .shop-app ._bg img._mobile {
    display: block;
  }
  .shop-app ._heading {
    font-size: 25px;
  }
  .shop-app ._list {
    display: block;
  }
  .shop-app ._list ul {
    margin: 0 0 10px;
  }
  .shop-app ._list ul:last-child {
    margin: 0;
  }
}

/**/

.contact-us-holder {
  background-color: #fff;
  border: 1px solid #eaeff4;
  border-radius: 8px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

@media (max-width: 768px) {
  .contact-us-holder {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

/**/

.lodging-table {
  margin: 30px 0 0;
}

.lodging-table table {
  margin: 0;
}

.lodging-table table tbody tr.tr-heading:first-child td {
  padding-top: 0;
}

/**/

body section.product .image {
  border: none;
  border-radius: 0;
  height: auto;
}

body section.product h3 {
  line-height: 125%;
  margin: 0 0 20px;
  text-transform: uppercase;
}

body section.product .product .price {
  align-items: flex-end;
  display: flex;
  font-size: 20px;
  line-height: 125%;
}

body section.product ._btn {
  display: block;
  margin: auto 0 0;
  padding: 20px 0 0;
  width: 100%;
}

body section.product ._btn a {
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  color: #23346b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  opacity: 1;
  padding: 15px;
  text-align: center;
  width: 100%;
}

body section.product ._btn a:hover {
  background-color: #23346b;
  border: 1px solid #23346b;
  color: #fff;
}

/**/
@media (min-width: 1024px) {
  body.page-template-cart main .section:first-child,
  body.page-template-checkout main .section:first-child {
    padding-top: 0 !important;
  }
}

body.single-product main.main,
body.page-template-cart main.main,
body.page-template-checkout main.main {
  padding: 35px 0;
}

body.single-product main.main .breadcrumbs,
body.page-template-cart main.main .breadcrumbs,
body.page-template-checkout main.main .breadcrumbs {
  padding: 0 0 5px;
}

body .section-product {
  padding: 0 !important;
}

body .section-product .product,
body.woocommerce .section-product .product {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
  margin: 0 !important;
  padding: 15px 60px 60px 15px;
}

body .section-product .product .images {
  margin: 0;
}

body .section-product .product .images .fotorama__stage {
  border: none;
  border-radius: 0 !important;
}

body .fotorama__nav::before,
body .fotorama__nav::after {
  display: none;
}

body
  .section-product
  .product
  .images
  .fotorama__wrap--css3
  .fotorama__stage
  .fotorama__img {
  border-radius: 8px !important;
}

body .section-product .product .images .fotorama__thumb {
  border-radius: 8px;
}

body .section-product .product .images .fotorama__arr {
  background-color: #23346b;
}

body .section-product .product .images .fotorama__arr.fotorama__arr--prev {
  left: 0;
}

body .section-product .product .images .fotorama__arr.fotorama__arr--next {
  right: 0;
}

body .section-product .product .summary {
  margin: 0;
  padding: 35px 0 0;
}

body .section-product .product .summary .variations_form {
  margin: 0;
}

body .section-product .product .summary .variations_form::before,
body .section-product .product .summary .variations_form::after {
  display: none;
}

@media (max-width: 1024px) {
  body .section-product .product,
  body.woocommerce .section-product .product {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  body.single-product main.main {
    padding: 15px 0;
  }
  body .section-product .product,
  body.woocommerce .section-product .product {
    padding: 20px;
  }
}

/* CART */

body.page-template-cart .section-cart .headline {
  display: none;
}

body.page-template-cart .section-cart .entry-content {
  padding: 0;
}

body.page-template-cart .woocommerce-cart-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
  margin: 0;
  padding: 0;
  width: calc(100% - 360px);
}

body.page-template-cart .woocommerce-cart-form ._heading {
  border-bottom: 1px solid #e2e5f0;
  color: #333;
  font-size: 40px;
  line-height: 100%;
  margin: 0;
  padding: 30px 40px 25px;
}

body.page-template-cart .woocommerce-cart-form .shop-info {
  border-bottom: 1px solid #e2e5f0;
  gap: 32px;
  margin: 0;
  padding: 28px 40px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
  border: none;
  border-radius: 0;
  flex: 0 0 156px;
  height: auto;
  width: auto;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a {
  display: block;
  padding: 100% 0 0;
  position: relative;
  width: 100%;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a img {
  border-radius: 8px;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-content {
  flex: 1;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-name {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-name a {
  color: #333;
  display: block;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-price {
  color: #333;
  font-size: 20px;
}

body.page-template-cart .woocommerce-cart-form .shop-info .product-quantity {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 35px 0 0;
  width: 100%;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item {
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  > div {
  align-items: center;
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  padding: 15px;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  input[type="number"] {
  border: none;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  min-height: 0;
  padding: 0;
  width: 60px;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-plus {
  height: 16px;
  position: relative;
  width: 16px;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus
  svg,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-plus
  svg {
  display: none;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus::before,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-plus::before,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus::after,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-plus::after {
  background-color: #333;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus::after,
body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .form-item
  .btn-minus::before {
  display: none;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .product-remove {
  margin: 0;
  width: auto;
}

body.page-template-cart
  .woocommerce-cart-form
  .shop-info
  .product-quantity
  .product-remove
  a {
  color: #23346b !important;
  line-height: 100%;
}

body.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
  background-color: #23346b;
  border-radius: 8px;
  box-shadow: 0 4px 5px #cbcad5;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  margin: 25px 40px;
  max-width: 200px;
  padding: 1em;
  width: 100%;
}

@media (max-width: 1024px) {
  body.page-template-cart .woocommerce-cart-form {
    width: 100%;
  }
  body.page-template-cart .woocommerce-cart-form ._heading {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body.page-template-cart .woocommerce-cart-form ._heading {
    font-size: 24px;
    padding: 25px 20px 20px;
  }
  body.page-template-cart .woocommerce-cart-form .shop-info .product-price {
    font-size: 18px;
  }
  body.page-template-cart
    .woocommerce-cart-form
    .shop-info
    .product-price._only-desktop {
    display: block !important;
  }
  body.page-template-cart
    .woocommerce-cart-form
    .shop-info
    .product-price._only-mobile {
    display: none !important;
  }
  body.page-template-cart .woocommerce-cart-form .shop-info {
    padding: 20px;
  }
  body.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
    margin: 20px;
  }
}

@media (max-width: 600px) {
  body.page-template-cart .woocommerce-cart-form .shop-info {
    display: block;
  }
  body.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px;
    width: 100%;
  }
}

body.woocommerce-page .cart-collaterals {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
  max-width: 320px;
  padding: 30px 20px 20px;
}

body.woocommerce-page .cart-collaterals h2 {
  color: #333;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 100%;
  margin: 0 0 20px;
  text-align: left;
}

body.woocommerce-page .cart-collaterals .cart-info {
  display: none;
}

body.woocommerce-page #wrapper .cart-collaterals table th {
  color: #7c8799;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

body.woocommerce-page #wrapper .cart-collaterals table td {
  color: #333;
  font-size: 16px;
  font-weight: 800;
}

body.woocommerce-page #wrapper .cart-collaterals table td span {
  color: #333;
  font-weight: 800;
}

body.woocommerce-page #wrapper .cart-collaterals table .order-total td {
  font-size: 20px;
}

body.woocommerce-page .wc-proceed-to-checkout a.checkout-button.btn {
  background-color: #23346b;
  border-radius: 8px;
  box-shadow: 0 4px 5px #cbcad5;
  line-height: 100%;
  margin: 0 0 15px;
}

body.woocommerce-page .cart-collaterals .wc-link a {
  border: 1px solid #e2e5f0;
  border-radius: 8px;
  color: #23346b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  opacity: 1;
  padding: 15px;
  text-align: center;
  width: 100%;
}

body.woocommerce-page .cart-collaterals .wc-link a:hover {
  background-color: #23346b;
  border: 1px solid #23346b;
  color: #fff;
}

@media (max-width: 1024px) {
  body.woocommerce-page .cart-collaterals {
    margin: 20px 0 0;
    max-width: 100%;
  }
}

/**/

body.woocommerce-page .woocommerce_item .woocommerce-info,
body.woocommerce-page .woocommerce_item .box {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
}

body.woocommerce-page #payment #place_order {
  background-color: #23346b;
  border-radius: 8px;
  line-height: 100%;
  padding: 1em;
}

@media (max-width: 767px) {
  body.woocommerce-page .woocommerce_item .woocommerce-info,
  body.woocommerce-page .woocommerce_item .box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-page .section-cart {
    padding: 0 !important;
  }
}

/**/

body .product-tabs {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
  margin: 20px 0 0;
  max-width: 100%;
}

body .product-tabs .product-items .product-item {
  padding: 45px 210px 60px;
}

body .product-tabs .product-items .product-item h3 {
  font-size: 24px;
}

body .product-tabs .product-items .product-item p {
  font-size: 16px;
}

body .product-tabs .product-items .product-item ul {
  font-size: 16px;
}

@media (max-width: 1024px) {
  body .product-tabs .product-items .product-item {
    padding: 45px 50px 60px;
  }
}

@media (max-width: 768px) {
  body .product-tabs {
    margin: 15px 0 0;
  }
  body .product-tabs .product-items .product-item {
    padding: 35px 20px 30px;
  }
}

/**/

.section .container._reverse #sidebar .filter .forminator-checkbox {
  border: none;
  padding: 5px 0;
}

body.post-type-archive
  .section
  .container._reverse
  #sidebar
  .filter
  .forminator-checkbox {
  border: none;
  padding: 5px 0;
}

body.post-type-archive #sidebar form#filter_search_frm {
  margin: 0;
}

.woocommerce .section .container._reverse #sidebar .filter-row.products-more {
  display: flex;
  justify-content: center;
}

.woocommerce
  .section
  .container._reverse
  #sidebar
  .filter-row.products-more
  a.button {
  background: none;
  border-radius: 0;
  color: var(--brand-color);
  font-size: 16px;
  line-height: 100%;
  max-width: none;
  padding: 0;
  text-decoration: underline;
  width: auto;
}

.section-hero._homepage {
  padding-top: 30px;
}

.section-product .product .summary .variations_form .form-row .pa_shirt-size {
  flex: 1;
}

.header-info-wrapper .box .box-left .nav-drop {
  display: none !important;
}

body.page-template-event-detail .page-header {
  min-height: 0;
  padding: 0;
}
