.font-bold {
  font-weight: 700 !important;
}
body {
  background: #F8F8F8;
  font: 14px 'Poppins', sans-serif;
}
h1,
h2 {
  color: #535353;
  font: 32px 'Poppins', sans-serif;
  margin: 0;
}
h1 i,
h2 i {
  margin-right: 10px;
}
h1,
h3 {
  color: #450D67;
  font-weight: 700;
}
h3 {
  font-size: 24px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a.link {
  color: #450D67;
  text-decoration: underline;
}
a[href^="mailto:"],
a[href^="tel:"] {
  color: #450D67;
  text-decoration: underline;
}
.button-with-underline:hover {
  text-decoration: underline;
}
.mw-50 {
  max-width: 50% !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.custom-row {
  margin-left: -6px;
  margin-right: -6px;
}
.custom-row > div {
  padding-left: 6px;
  padding-right: 6px;
}
.text-16 {
  font-size: 16px;
  color: #535353;
}
.select-box {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
}
.select-box select {
  color: #450D67;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #450D67;
  font: 15px 'Poppins', sans-serif;
  width: 100%;
  padding-right: 50px;
  background: transparent;
}
.select-box option {
  color: #450D67;
}
.select-box:after {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f078';
  width: 46px;
  height: 100%;
  color: #450D67;
  border-left: 1px solid #450D67;
  z-index: -1;
}
.select-box.select-box-icon select {
  padding-left: 40px;
  color: #450D67;
}
.select-box.select-box-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #450D67;
}
.select-box select:focus {
  border-color: #450D67;
  background: transparent;
}
.select-box.size-big select {
  height: 46px;
}
.header {
  background: #FFFFFF;
}
.header .top-header {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background: #450D67;
}
.header .top-header .icon-text {
  font: 13px 'Poppins', sans-serif;
  color: #AF91BA;
}
.header .top-header a[href^="mailto:"] {
  color: #AF91BA;
}
.icon-text {
  display: flex;
  align-items: center;
  font: 14px 'Poppins', sans-serif;
  color: #535353;
}
.icon-text i {
  margin-right: 10px;
}
.navbar-toggler-icon-close,
.filter-close-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #535353;
  border-radius: 50%;
  color: #535353;
}
.navbar {
  width: 100%;
  padding: 0;
  z-index: 9999;
  border-bottom: 1px solid #C7C7C7;
}
.navbar .navbar-toggler {
  outline: none;
  border: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2869, 13, 103, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-nav .nav-point {
  color: #450D67;
  font: 14px 'Poppins', sans-serif;
  padding: 0.5rem 0.4rem;
  cursor: default;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #450D67;
  font: 14px 'Poppins', sans-serif;
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
  text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .current {
  font-weight: bold!important;
}
.navbar .navbar-nav .nav-item.nav-item-advanture-search .nav-link {
  width: 115px;
}
.navbar .navbar-nav .nav-item.nav-item-places .nav-link {
  width: 94px;
}
.navbar .navbar-nav .nav-item.nav-item-use-information .nav-link {
  width: 159px;
}
.navbar .navbar-nav .nav-item.nav-item-delivery-information .nav-link {
  width: 170px;
}
.navbar .navbar-nav .nav-item.nav-item-shipping-info-christmas .nav-link {
  width: 176px;
}
.navbar .navbar-nav .nav-item.nav-item-for-company .nav-link {
  width: 87px;
}
.navbar .navbar-nav .nav-item.nav-item-contact .nav-link {
  width: 88px;
}
.navbar .navbar-nav .nav-item:first-child .nav-link:after {
  display: none;
}
.navbar.bg-light {
  background: #FFFFFF !important;
}
.mobile-contact {
  display: none;
  position: relative;
  width: 100%;
  color: #450D67;
  font: 14px 'Poppins', sans-serif;
  padding: 15px;
  border-top: 1px solid #C7C7C7;
}
.mobile-contact h3 {
  font: 15px 'Poppins', sans-serif;
  font-weight: 700;
}
.black-friday {
  width: 100%;
  background: #000;
}
.black-friday .bf-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.black-friday .bf-body img {
  max-width: 100%;
}
.black-friday .bf-body .bf-text {
  color: #FFFFFF;
  font: 24px 'Poppins', sans-serif;
  font-weight: 700;
  margin-left: 20px;
}
.home-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-page .hp-box {
  position: absolute;
  bottom: 70px;
  left: 0;
  max-width: 510px;
  z-index: 1 !important;
  opacity: 1 !important;
}
.home-page .hp-box .hp-text {
  font: 46px 'Poppins', sans-serif;
  color: #FFFFFF;
  line-height: 1.2;
}
.home-page .hp-box .hp-button button {
  min-height: 55px;
}
.button {
  position: relative;
  width: 100%;
  min-height: 46px;
  border-radius: 4px;
  font: 15px 'Poppins', sans-serif;
  border: 0;
  outline: none !important;
  background: #FFFFFF;
  padding: 5px 25px;
  line-height: 1.2;
}
.button i {
  margin-right: 5px;
}
.button.inline {
  width: auto;
}
.button.button-arrow {
  padding-right: 30px;
}
.button.button-arrow:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 12px;
}
#all-packages:after {
  position: unset!important;
}
.button.button-arrow-left {
  padding-left: 30px;
}
.button.button-arrow-left:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f100';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 12px;
}
.button.button-arrow-2 {
  padding-right: 30px;
}
.button.button-arrow-2:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.button.button-primary {
  color: #F8107B;
  border: 1px solid #F8107B;
  transition: 400ms all;
}
.button.button-primary:hover {
  color: #FFFFFF;
  background: #F8107B;
}
.button.button-secondary {
  color: #450D67;
  border: 1px solid #450D67;
}
.button.button-secondary.inactive {
  color: #ACA0B4;
  border-color: #ACA0B4;
  background-color: #F8F8F8;
}
.button.button-purple {
  color: #FFFFFF;
  background: #450D67;
}
.button.size-big {
  min-height: 55px !important;
}
.input-group-prepend .button,
.input-group-append .button {
  min-height: auto;
  padding: 6px 12px;
  font-size: 18px;
}
.input-group-prepend .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 300ms;
}
.input-group-prepend .button:hover {
  background: #631394;
  color: #FFFFFF;
}
.input-group-append .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 300ms;
}
.input-group-append .button:hover {
  background: #631394;
  color: #FFFFFF;
}
.btn-group .btn-secondary {
  background-color: #FFFFFF;
  color: #450D67;
  border-color: #450D67;
  font: 14px 'Poppins', sans-serif;
  box-shadow: none;
}
.btn-group .btn-secondary.active {
  color: #ACA0B4 !important;
  background-color: #F5F5F5 !important;
}
.cardClose,
.switch-tab-top {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none!important;
  color: #450D67;
}
.switch-tab-top:hover {
  text-decoration: underline!important;
}
.switch-tab-top[disabled] {
  text-decoration: none!important;
}
#coupon_button {
  width: 100%!important;
  margin-top: 15px!important;
  padding: 2px!important;
}
@media (min-width: 768px) {
  #coupon_button {
    margin-top: 0px!important;
    min-height: unset!important;
    width: 45%!important;
    margin-left: 5px;
  }
}
#purchase_coupon_code {
  width: 100%!important;
  alignment: center;
}
@media (min-width: 768px) {
  #purchase_coupon_code {
    width: 45%!important;
    margin-right: 5px;
  }
}
.overlay {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(248, 248, 248, 0.5);
  z-index: 2;
  cursor: pointer;
}
.spinner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 60px;
}
.product-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 6px 0;
  z-index: 1;
}
.product-box.pb-discount .pb-price-body {
  margin-top: -40px;
}
.product-box.pb-discount .pb-price-body .pb-price {
  padding: 5px 10px;
  display: flex;
  line-height: 1.4;
}
.product-box.pb-discount .pb-price-body .pb-price > span {
  text-align: center;
  background: #FFFFFF;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #F8107B;
  font-size: 14px;
  margin-right: 15px;
}
.product-box.pb-discount .pb-price-body .pb-price > div {
  display: flex;
  flex-direction: column;
}
.product-box.pb-discount .pb-price-body .pb-price > div > span:first-child {
  font-weight: 400;
  font-size: 14px;
}
.product-box.mini-pbox {
  border: 1px solid #D9D9D9;
}
.product-box.mini-pbox .pb-name {
  padding-top: 0 !important;
  font-size: 16px !important;
}
.product-box:hover .pb-button button {
  color: #FFFFFF;
  background: #F8107B;
}
.product-box .pb-img {
  width: 100%;
  height: 210px;
}
.product-box .pb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-box .pb-price-body {
  width: 100%;
  position: relative;
  margin-top: -22px;
}
.product-box .pb-price-body .pb-price {
  float: right;
  text-align: center;
  font: 20px 'Poppins', sans-serif;
  font-weight: 700;
  min-width: 140px;
  min-height: 40px;
  background: #F8107B;
  color: #FFFFFF;
  border-radius: 4px;
  line-height: 40px;
}
.product-box .pb-price-body:after {
  display: block;
  content: ' ';
  clear: both;
}
.product-box .pb-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin-top: -22px;
}
.product-box .pb-body .pb-name {
  font: 20px 'Poppins', sans-serif;
  font-weight: 700;
  padding: 15px 15px 0 15px;
  color: #450D67;
  line-height: 1.2;
}
.product-box .pb-body .pb-description {
  display: flex;
  flex-direction: row;
  flex: 1;
  font: 14px 'Poppins', sans-serif;
  font-weight: 700;
  color: #535353;
  padding: 5px 15px 0 15px;
  overflow: hidden;
  margin: 5px 0 5px 0;
  min-height: 47px;
}
.product-box .pb-body .pb-description.bottom-bordered {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
}
.product-box .pb-body .pb-description .pb-dtext {
  max-height: 40px;
  overflow: hidden;
}
.product-box .pb-body .pb-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 15px;
  min-height: 78px;
  color: #535353;
}
.product-box .pb-body .pb-quantity .pb-rounded-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  text-align: center;
  border: 2px solid #535353;
  border-radius: 50%;
  font: 18px 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 33px;
}
.product-box .pb-body .pb-quantity .pb-qtext {
  font: 15px 'Poppins', sans-serif;
  margin-left: 15px;
}
.product-box .pb-body .pb-button {
  padding: 0 15px;
  margin-top: 22px;
}
.product-box .pb-body .pb-button button {
  min-height: 46px;
  margin-bottom: 22px;
}
.product-box.no-img {
  border-top-left-radius: 4px;
}
.product-box.price-pos-normal .pb-price-body {
  margin-top: 0;
}
.product-box.price-pos-normal .pb-body {
  margin-top: 0;
}
.offer-product-box .pb-button {
  margin-top: 5px !important;
}
.search-section {
  position: relative;
  width: 100%;
  min-height: 350px;
  background: url('/img/search_bg.png') no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 40px;
}
.search-section i {
  font-size: 36px;
}
.search-section .ss-title {
  text-align: center;
  font: 36px 'Poppins', sans-serif;
  font-weight: 700;
}
.search-section .search-form {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.search-section .search-form span {
  white-space: nowrap;
  font: 14px 'Poppins', sans-serif;
  margin: 0 15px;
}
.carousel-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 40px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%535353' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%535353' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators li {
  background-color: #535353;
}
.carousel-description {
  padding: 35px 20px;
  border: 1px solid #D9D9D9;
}
.carousel-description p {
  font: 15px 'Poppins', sans-serif;
  color: #535353;
  margin: 0;
  padding: 0;
}
.carousel-description.bg-white {
  background: #FFFFFF;
}
.footer {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #C7C7C7;
  color: #450D67;
  overflow: hidden;
}
.footer > div {
  padding-top: 30px;
}
.footer h3 {
  color: #F8107B;
  font: 15px 'Poppins', sans-serif;
  font-weight: 700;
}
.footer ul li a {
  color: #450D67;
  font: 15px 'Poppins', sans-serif;
}
.footer ul li a.optanon-toggle-display {
  cursor: pointer;
}
.footer ul li a.optanon-toggle-display:hover {
  text-decoration: underline;
}
.footer .bordered-row > div {
  border-right: 1px solid #C7C7C7;
}
.footer .bordered-row > div:last-child {
  border: 0;
}
.footer .footer-payments {
  border-top: 1px solid #C7C7C7;
  padding: 30px 0;
}
.footer .footer-payments .fp-body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .footer-payments .fp-body .fp-title {
  color: #450D67;
  font: 13px 'Poppins', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.footer .footer-payments .fp-body img {
  display: block;
  margin: 0 20px;
  max-width: 100%;
}
.footer .footer-bottom {
  padding: 20px 0;
  background: #450D67;
  font: 13px 'Poppins', sans-serif;
  color: #AF91BA;
}
.footer .footer-links {
  border-top: 1px solid #C7C7C7;
  padding: 10px 15px;
}
.footer .footer-links a {
  display: block;
  margin: 15px 0;
  text-decoration: underline;
}
.footer .footer-links a.optanon-toggle-display {
  cursor: pointer;
}
.footer .footer-links a.optanon-toggle-display:hover {
  text-decoration: underline;
}
.footer .footer-payments h3 {
  color: #450D67;
}
.footer > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.sbs-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.sbs-list:after {
  display: block;
  content: ' ';
  clear: both;
}
.sbs-list li {
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  font: 16px 'Poppins', sans-serif;
  color: #ACA0B4;
}
.sbs-list li:first-child:before,
.sbs-list li:first-child:after {
  display: none;
}
.sbs-list li:last-child {
  text-overflow: ellipsis;
}
.sbs-list li:last-child:before,
.sbs-list li:last-child:after {
  display: none;
}
.sbs-list li:before,
.sbs-list li:after {
  display: inline-block;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 25px;
  color: #9B9393 !important;
}
.sbs-list li a:hover {
  font-weight: normal !important;
}
.sbs-list li.checked span {
  visibility: hidden;
}
.sbs-list li.checked span:before {
  display: inline-block;
  visibility: visible;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}
.sbs-list li.active {
  cursor: not-allowed;
  pointer-events: none;
  color: #450D67;
}
.sbs-list li.active .switch-tab-top {
  font-weight: bold;
}
.panel {
  position: relative;
  width: 100%;
  min-height: auto;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.panel .title {
  font: 24px 'Poppins', sans-serif;
  color: #450D67;
  font-weight: 700;
}
.panel h4 {
  font: 14px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
}
.panel p,
.panel div,
.panel span {
  font: 14px 'Poppins', sans-serif;
  color: #212529;
}
.panel span.badge {
  color: #FFFFFF;
  font-size: 12px;
}
.panel .img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.panel .panel-header {
  padding: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.panel .panel-header h1 {
  font-size: 20px;
}
.panel .panel-body {
  position: relative;
  width: 100%;
  padding: 29px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel .panel-body.padding-12 {
  padding: 12px;
}
.panel .panel-footer {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #D9D9D9;
}
.panel .panel-footer .summary div,
.panel .panel-footer .summary span {
  color: #F8107B !important;
  font: 16px 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}
.panel .bordered-section {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 30px;
}
input[type='text'].form-control,
input[type='email'].form-control,
textarea.form-control {
  border: 1px solid #450D67 !important;
  outline: none !important;
  box-shadow: none !important;
  font: 14px 'Poppins', sans-serif;
  color: #450D67;
}
input[readonly] {
  background-color: #FFFFFF !important;
}
.form-group label {
  color: #9B9393;
  font: 12px 'Poppins', sans-serif;
}
.form-group label.label-secondary {
  color: #450D67;
  font: 14px 'Poppins', sans-serif;
  font-weight: 700;
}
.form-group .form-text {
  font: 12px 'Poppins', sans-serif;
  color: #9B9393;
}
.id-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #450D67;
  border-right: 1px solid #450D67;
  border-bottom: 1px solid #450D67;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  min-width: 40px;
  cursor: pointer;
}
.id-actions div {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.id-actions div:last-child i {
  top: -3px;
}
.id-actions div:last-child:hover {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#450d67", GradientType=1);
}
.id-actions div:first-child i {
  top: 7px;
}
.id-actions div:first-child:hover {
  background: #ffffff;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(69, 13, 103, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#450d67", GradientType=1);
}
.id-actions i {
  position: relative;
  display: block;
  font-size: 12px;
  color: #450D67;
}
.giftBoxPrice,
.weekendUsagePrice,
.nightLengthPrice {
  display: none;
}
.billing-diff-content {
  display: none;
}
.restOfWorldDelivery {
  display: none;
}
.breadcrumb-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
  height: 50px;
  background: #FFFFFF;
}
.breadcrumb-content .breadcrumb {
  padding: 0;
  background: none;
  margin: 0;
}
.breadcrumb-content .breadcrumb li a {
  font: 12px 'Poppins', sans-serif;
  color: #AF91BA;
}
.breadcrumb-content .breadcrumb li:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  color: #AF91BA;
  font-size: 10px;
  margin: 0 8px;
}
.breadcrumb-content .breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb-content .breadcrumb li:last-child:after {
  display: none;
}
.filter-badge {
  background: #450D67;
  color: #ACA0B4;
  font: 14px 'Poppins', sans-serif;
  line-height: 1.2;
  padding: 8px 10px;
  margin-bottom: 5px;
}
.filter-badge i {
  margin-left: 5px;
}
.card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.card h4 {
  font: 14px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
}
.card .card-header {
  font: 16px 'Poppins', sans-serif;
  color: #450D67;
  background-color: #FFFFFF;
  font-weight: 700;
}
.card .card-header .card-actions {
  float: right;
  font-size: 14px;
}
.card .card-header .card-actions i {
  margin-top: 5px;
}
.card.closed .card-actions .cardClose i {
  transform: rotateX(180deg);
}
.cards-group .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cards-group .card:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.filter-panel {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.7);
}
.filter-panel .p-20 {
  padding: 20px;
}
.filter-panel .filter-body {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 95%;
  min-height: 98vh;
  max-height: 98vh;
  background: #FFFFFF;
  z-index: 999;
  overflow: auto;
}
.filter-panel .filter-body h4 {
  font: 18px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
}
.filter-panel .filter-body section .s-title {
  font: 16px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 20px;
}
.filter-panel .filter-body section .s-body {
  padding: 20px;
  font: 14px 'Poppins', sans-serif;
  color: #535353;
}
#map {
  width: 100%;
  min-height: 600px;
}
#mobile-map-content {
  margin-top: 30px;
}
#mobile-map-content .google-map-popup {
  width: 100%;
  max-width: 100%;
}
#mobile-map-content .google-map-popup .img img {
  height: auto;
}
#mobile-map-content .google-map-popup .popup-body {
  max-width: 100%;
  width: 100%;
}
.picture-item-example-modal {
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.picture-item-example-modal .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.google-map-popup {
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.google-map-popup .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.google-map-popup .popup-body {
  background: #FFFFFF;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.google-map-popup .popup-body h4 {
  font: 13px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.google-map-popup .popup-body p.description {
  font: 12px 'Poppins', sans-serif;
  color: #535353;
  margin: 0;
}
.google-map-popup .popup-body a.section-btn {
  position: relative;
  display: block;
  border-top: 1px solid #D9D9D9;
  padding: 13px 15px;
}
.google-map-popup .popup-body a.section-btn .name,
.google-map-popup .popup-body a.section-btn .price {
  font: 13px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
}
.google-map-popup .popup-body a.section-btn .price {
  color: #F8107B;
}
.google-map-popup .popup-body a.section-btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
}
.append-product-box {
  position: relative;
  background: #FFFFFF;
  z-index: 5;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.offer-carousel,
.venue-carousel {
  position: relative;
  background-color: #464242;
  width: 100%;
}
.offer-carousel .image-gallery-click-to-open-text,
.venue-carousel .image-gallery-click-to-open-text {
  padding-right: 3px;
  padding-left: 3px;
  background: rgba(70, 66, 66, 0.3);
}
.offer-carousel .image-gallery-click-to-open-text:before,
.venue-carousel .image-gallery-click-to-open-text:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f302';
  margin-right: 8px;
  font-size: 18px;
}
.offer-carousel .images-num,
.venue-carousel .images-num {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 5;
  color: #FFFFFF;
}
.offer-carousel .image-num-icon,
.venue-carousel .image-num-icon {
  padding-right: 3px;
  padding-left: 3px;
  background: rgba(70, 66, 66, 0.3);
}
.offer-carousel .image-num-icon:before,
.venue-carousel .image-num-icon:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f302';
  margin-right: 8px;
  font-size: 18px;
}
.offer-carousel img,
.venue-carousel img {
  margin: 0 auto;
  object-fit: cover;
}
.offer-carousel .carousel-inner,
.venue-carousel .carousel-inner {
  display: flex;
  height: 420px;
}
.offer-carousel .carousel-inner .active,
.venue-carousel .carousel-inner .active,
.offer-carousel .carousel-inner .carousel-item-next,
.venue-carousel .carousel-inner .carousel-item-next,
.offer-carousel .carousel-inner .carousel-item-prev,
.venue-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
.offer-content h3 {
  font: 20px 'Poppins', sans-serif;
  font-weight: 700;
  color: #535353;
}
.offer-content p {
  color: #535353;
}
.offer-carousel-modal img {
  min-height: 335px;
}
.image-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border: 1px solid #D9D9D9;
  margin: 6px 0;
}
.image-box .ib-img img {
  width: 110px;
  height: 100%;
  object-fit: cover;
}
.image-box .ib-body {
  position: relative;
  padding: 20px;
}
.image-box .ib-body h1 {
  font-size: 14px;
}
.image-box .ib-body p {
  font-size: 13px;
}
.icon-boxes {
  display: flex;
  flex-direction: row;
}
.icon-boxes .icon-box {
  margin: 0 6% 0 6%;
}
.icon-boxes .icon-box:after {
  position: absolute;
  right: -30%;
  top: 15%;
  transform: translateY(-50%);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  content: '\f061';
}
.icon-boxes .icon-box:first-child {
  margin-left: 0;
}
.icon-boxes .icon-box:last-child {
  margin-right: 0;
}
.icon-boxes .icon-box:last-child:after {
  display: none;
}
.icon-box {
  width: 100%;
  position: relative;
  text-align: center;
}
.icon-box i {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 15px;
}
.icon-box .text {
  font-size: 14px;
  color: #535353;
  border-top: 1px solid #535353;
  padding: 10px 0;
}
.offer-mobile-buttons button {
  margin-bottom: 12px;
}
.masked-button {
  display: none;
}
.offer-box {
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.offer-box img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.offer-box .product-box {
  box-shadow: none;
}
.offer-box .product-box .pb-name {
  padding-top: 5px;
  padding-left: 5px;
}
.offer-box .product-box .pb-description {
  margin-top: 0;
  padding-left: 5px;
}
.offer-box .product-box .pb-button {
  padding-left: 5px;
}
.offer-box .product-box .pb-button button {
  margin-bottom: 0;
}
.offer-box .product-box .pb-price-body .pb-price {
  min-height: 33px;
  font-size: 16px;
}
.offer-box .offer-related {
  margin: 30px 0;
  padding: 0 20px;
}
.offer-box .offer-related h4 {
  color: #535353;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: 700;
}
.offer-box .offer-related button {
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}
.venue-box {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #FFFFFF;
}
.venue-box h1 {
  color: #450D67;
  font-size: 32px;
  font-weight: 700;
}
.venue-box .venue-description {
  position: relative;
  padding: 20px;
}
.venue-box .venue-description p {
  font-size: 14px;
  color: #535353;
}
.sidebar-box {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #F8F8F8;
  margin-bottom: 15px;
}
.sidebar-box .sidebar-header {
  padding: 20px;
}
.sidebar-box .sidebar-header h2 {
  font-size: 20px;
  color: #450D67;
  font-weight: 700;
}
.sidebar-box .sidebar-body {
  position: relative;
  padding: 20px;
  color: #535353;
  font-size: 14px;
}
.sidebar-box .sidebar-map iframe {
  width: 100%;
  max-width: 100%;
  height: 360px;
}
.iconed-list {
  margin: 0 0;
  padding: 0;
}
.iconed-list li {
  display: block;
  list-style: none;
  margin: 20px 0;
}
.iconed-list li:first-child {
  margin-top: 0;
}
.iconed-list li:last-child {
  margin-bottom: 0px;
}
.iconed-list li i {
  float: left;
  overflow: hidden;
  font-size: 20px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.iconed-list li span {
  position: relative;
  display: block;
  overflow: hidden;
}
.iconed-list:after {
  display: block;
  content: ' ';
  clear: both;
}
.modal-style-1 {
  z-index: 10002;
}
.modal-style-1 .modal-dialog {
  max-width: 962px;
}
.modal-style-1 .modal-dialog .modal-content {
  border-radius: 5px;
  background: url('/img/modalbg1.png') center center no-repeat;
  color: #FFFFFF;
}
.modal-style-1 .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-style-1 .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  padding: 0;
  margin-right: 0px;
  margin-top: 0px;
}
.modal-style-1 .modal-dialog .modal-content .modal-header button.close span {
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.modal-style-1 .modal-dialog .modal-content .modal-body i {
  font-size: 32px;
}
.modal-style-1 .modal-dialog .modal-content .modal-body h2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
}
.modal-backdrop {
  z-index: 10001;
}
.modal-style-2 {
  z-index: 10002;
}
.modal-style-2 .modal-dialog {
  max-width: 962px;
}
.modal-style-2 .modal-dialog .modal-content {
  border-radius: 5px;
  background-clip: unset;
}
.modal-style-2 .modal-dialog .modal-content .modal-header h5 {
  font-size: 24px;
  color: #450D67;
  font-weight: 700;
}
.modal-style-2 .modal-dialog .modal-content .modal-header h5 .subtext {
  font-size: 16px;
  color: #535353;
  font-weight: normal;
}
.modal-style-2 .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  padding: 0;
  margin-right: 0px;
  margin-top: 0px;
  border: 1px solid #450D67;
}
.modal-style-2 .modal-dialog .modal-content .modal-header button.close span {
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #450D67;
}
.modal-style-2 .modal-dialog .modal-content .modal-body {
  color: #535353;
}
.modal-style-2 .modal-dialog .modal-content .modal-body .offer-name {
  font-size: 16px;
  color: #450D67;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal-style-2 .modal-dialog .modal-content .modal-body h4 {
  font-size: 16px;
}
.modal-style-2 .modal-dialog .modal-content .modal-body ul {
  margin: 20px 0;
}
.modal-style-2 .modal-dialog .modal-content .modal-body ul li {
  margin: 10px 0;
}
.modal-style-2 .modal-dialog .modal-content .modal-body a {
  color: #450D67;
  text-decoration: underline;
}
.modal-style-2 .modal-dialog .modal-content .modal-body .modal-description-header {
  color: #450D67;
  font-weight: bold;
}
.modal-style-2 .modal-dialog .modal-content .modal-body .modal-description-header .subtext {
  color: #535353;
  font-size: 16px;
  font-weight: normal;
}
.modal-style-2 .modal-dialog .modal-content .modal-footer {
  display: block;
  border-top: none;
}
.modal-style-3 {
  z-index: 10002;
}
.modal-style-3 .modal-dialog {
  max-width: 600px;
}
.modal-style-3 .modal-dialog .modal-content {
  border-radius: 5px;
}
.modal-style-3 .modal-dialog .modal-content h5 {
  font-size: 24px;
  color: #450D67;
  font-weight: 700;
}
.modal-style-3 .modal-dialog .modal-content h5 .subtext {
  font-size: 16px;
  color: #535353;
  font-weight: normal;
}
.modal-style-3 .modal-dialog .modal-content .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.8);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  padding: 0;
}
.modal-style-3 .modal-dialog .modal-content .close span {
  line-height: 1.5rem;
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #450D67;
}
.modal-style-3 .modal-dialog .modal-content .modal-body {
  background: #FFFFFF;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal-style-3 .modal-dialog .modal-content .modal-body h4 {
  font: 25px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.modal-style-3 .modal-dialog .modal-content .modal-body p.description {
  font: 18px 'Poppins', sans-serif;
  color: #535353;
  margin: 0;
}
.modal-style-3 .modal-dialog .modal-content .modal-body a.section-btn {
  position: relative;
  display: block;
  border-top: 1px solid #D9D9D9;
  padding: 13px 15px;
}
.modal-style-3 .modal-dialog .modal-content .modal-body a.section-btn .name,
.modal-style-3 .modal-dialog .modal-content .modal-body a.section-btn .price {
  font: 15px 'Poppins', sans-serif;
  font-weight: 700;
  color: #450D67;
}
.modal-style-3 .modal-dialog .modal-content .modal-body a.section-btn .price {
  color: #F8107B;
}
.modal-style-3 .modal-dialog .modal-content .modal-body a.section-btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
}
.modal-style-4 {
  z-index: 10002;
}
.modal-style-4 .modal-dialog .modal-content {
  border-radius: 5px;
}
.modal-style-4 .modal-dialog .modal-content .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.8);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  padding: 0;
}
.modal-style-4 .modal-dialog .modal-content .close span {
  line-height: 1.5rem;
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #450D67;
}
.bootstrap-select .filter-option {
  padding: 12px 10px;
  border-right: 1px solid #450D67;
}
.bootstrap-select button {
  padding: 0;
  border: 1px solid #450D67;
  font-size: 15px;
  outline: none !important;
  box-shadow: none !important;
}
.bootstrap-select button:after {
  color: #450D67;
  margin: 0 18px !important;
}
#search-form-modal {
  max-width: 380px;
  margin: 35px auto;
}
.sticky-bottom-box {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.sticky-bottom-box .product-box {
  border-top: 1px solid #D9D9D9;
}
.sticky-bottom-box .product-box .pb-name {
  font-size: 18px !important;
}
.internationalDelivery {
  display: none;
}
.gm-style div div div div div div div {
  font: 12px 'Poppins', sans-serif;
  color: #450D67;
}
.gm-style-iw + div {
  display: none;
}
.gm-style div div div div div div.gm-style-iw div div {
  visibility: visible;
}
.gm-style .gm-style-iw-c {
  max-width: 260px !important;
  padding: 0 !important;
}
.gm-style-iw-d {
  overflow: unset !important;
}
.gm-style-mtc label {
  padding-top: 16px;
  position: relative;
}
.btn-group-custom button.btn {
  box-shadow: none !important;
}
.btn-group-custom button.btn.active {
  background-color: #450D67 !important;
  color: #FFFFFF !important;
}
.btn-group-custom button.btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-custom select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #450D67;
  box-shadow: none !important;
  outline: none !important;
}
.btn-group-custom select:active,
.btn-group-custom select:focus {
  border-color: #450D67;
}
.custom-input-group .input-group-prepend {
  margin-right: 4px;
}
.custom-input-group button,
.custom-input-group input {
  border-radius: 4px !important;
  height: 35px;
  font-size: 11px !important;
}
.custom-input-group button i,
.custom-input-group input i {
  margin: 0;
  font-size: 11px;
}
.custom-input-group input {
  font-size: 14px !important;
}
.custom-input-group .input-group-append {
  margin-left: 4px;
}
#samePackageBox {
  display: none;
}
#error-page {
  text-align: center;
  color: #450D67;
  font-size: 32px;
  font-weight: 700;
}
ul.error_list {
  font-size: 14px;
  list-style: none;
  color: #FF0000;
  margin: 0 0 10px 0;
  padding: 0;
}
.error {
  color: #FF0000 !important;
  font-size: 14px !important;
  float: none;
}
.errorimg {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.errortext {
  font-weight: bold;
  width: 937px;
  margin: 0 auto;
  text-align: center;
}
.errortext h1 {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  color: #919147;
  font-family: "Oswald";
}
.errorimg404 img {
  float: left;
}
.errorimg404 h1 {
  float: right;
  width: 520px;
  font-family: "Oswald";
  color: #D31F6D;
  font-size: 30px;
  margin: 110px 0 0 0;
  font-weight: normal;
}
.error500 {
  margin-top: 30px;
}
.error500 a {
  color: #007FFF;
}
input.error {
  border-color: #FF0000;
  margin-bottom: 0px !important;
}
label.error {
  color: #FF0000;
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
}
.purchase-errors {
  border-color: #FF0000;
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.purchase-status {
  padding: 25px;
}
.util {
  padding-top: 30px;
  min-height: calc(100vh - 439px);
}
.order_by_dropdown .select-box:before {
  content: "\f036";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #450D67;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: -1;
}
.other-packages,
.company_page,
.price_table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.price_table {
  alignment: center;
  width: 100%;
}
.company_page {
  alignment: center;
}
.company-page-price-td {
  text-align: right;
}
#price-header {
  text-align: center;
}
.offer-carousel-and-white-buy-box {
  margin-bottom: 30px;
}
.result-not-found {
  text-align: center;
  margin: 50px;
}
#feedback_content,
.featured_box {
  margin: 20px;
}
.pagination {
  border-radius: 0.25rem;
  list-style: none;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.pagination .page-link {
  height: 40px;
}
.pagination .pager {
  font-size: 30px;
}
.pagination .pager .page-link {
  padding: 0px!important;
}
.pagination .shortcut {
  display: none!important;
}
.pagination .page-item {
  display: inline-block;
  width: 20%;
}
.pagination .page-item a {
  display: block;
  color: #450D67;
}
.pagination .actual {
  background-color: #450D67;
  color: #FFFFFF !important;
  pointer-events: none;
}
.pagination .inactive {
  pointer-events: none;
  background-color: #D9D9D9;
}
.map-info-window-content p {
  font-size: 12px;
  color: #450D67;
}
#purchase_items_amount_select {
  padding: 0px 0px 0px 4px !important;
  color: #450D67;
}
#purchase_items_amount_select select.default {
  background-color: #450D67 !important;
  color: #FFFFFF !important;
}
#purchase_items_amount_select option:active,
#purchase_items_amount_select option:checked {
  background-color: #450D67 !important;
  color: #FFFFFF !important;
}
#purchase-holder .accept_terms > div {
  width: calc(100% - 25px);
}
@media (max-width: 1199.98px) {
  .home-page .hp-box .hp-text {
    font-size: 34px;
  }
}
@media (min-width: 991.98px) {
  .mobile-contact {
    display: none!important;
  }
}
@media (max-width: 991.98px) {
  .summary-product-name {
    font-size: 20px !important;
  }
  .modal-style-1 .modal-dialog,
  .modal-style-2 .modal-dialog {
    margin: 15px;
  }
  .sidebar-box {
    margin: 10px 0;
  }
  .masked-content,
  .masked-content-modal {
    background: #FFFFFF;
  }
  .masked-content > div:first-child,
  .masked-content-modal > div:first-child {
    overflow: hidden;
    max-height: 410px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .masked-content.masked-open .masked-button button i,
  .masked-content-modal.masked-open .masked-button button i {
    transform: rotate(180deg);
  }
  .masked-content.masked-open .masked-button:before,
  .masked-content-modal.masked-open .masked-button:before {
    display: none;
  }
  .masked-content .masked-button,
  .masked-content-modal .masked-button {
    display: block;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .masked-content .masked-button:before,
  .masked-content-modal .masked-button:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
  .offer-carousel-modal img {
    min-height: auto;
  }
  .offer-carousel {
    margin-bottom: 0 !important;
  }
  .offer-carousel img {
    max-width: 100%!important;
    min-height: auto !important;
  }
  .offer-product-box {
    width: 100%;
  }
  .offer-product-box .pb-price-body {
    top: -22px;
  }
  .offer-product-box .pb-body {
    margin-top: -22px !important;
  }
  .offer-append {
    background: transparent;
    box-shadow: none;
  }
  .productBoxSticky,
  .productBoxContent {
    width: 100%;
  }
  .offer-content {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .header {
    margin-bottom: 53px;
  }
  .navbar {
    position: absolute;
    top: 40;
  }
  .navbar .navbar-nav {
    padding-top: 20px;
  }
  .navbar .navbar-nav .nav-point {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    padding-left: 0 !important;
    text-align: left;
    width: auto !important;
  }
  .navbar .navbar-nav .nav-item .nav-link:after {
    float: none;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    margin-left: 15px;
  }
  .navbar .navbar-nav .nav-item:first-child .nav-link:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    margin-left: 15px;
  }
  .home-page .hp-box {
    max-width: 400px;
    bottom: 40px;
  }
  .home-page .hp-box .hp-text {
    font-size: 24px;
  }
}
.footer .bordered-row {
  margin: 0 0 30px 0 !important;
}
@media (max-width: 767.98px) {
  .sticky-bottom-box {
    visibility: hidden;
  }
  .price_table tr {
    border-bottom: 1px solid black;
  }
  .price_table td,
  .price_table th {
    text-align: center;
  }
  .product-box:hover .pb-button button {
    color: #F8107B;
    background: #FFFFFF;
  }
  .offer-box .pb-price-body {
    top: -17px;
    padding-left: 15px;
  }
  .offer-box .pb-body {
    margin-top: -17px !important;
    padding-left: 15px;
  }
  .offer-box .pb-button {
    padding-left: 15px;
  }
  .offer-box .offer-related {
    margin: 10px 0;
  }
  .offer-box .offer-related h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .offer-box .offer-related button {
    margin: 5px 0;
    min-height: 55px;
  }
  .button {
    padding: 5px 15px;
  }
  .image-box-list > div:first-child .image-box {
    margin-top: 0;
  }
  .image-box-list > div:last-child .image-box {
    margin-bottom: 0;
  }
  .image-boxes-panel .panel-body {
    padding: 0 !important;
  }
  .content {
    padding-bottom: 0 !important;
  }
  .button-md-merge a button span {
    font-size: 12px;
  }
  .button-md-merge a:first-child button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .button-md-merge a:last-child button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .mobile-only-info {
    margin-bottom: 30px;
  }
  .breadcrumb-content {
    border-top: 1px solid #C7C7C7;
  }
  .header {
    margin-bottom: 0;
    padding-bottom: 92px;
  }
  .header .top-header {
    display: none;
  }
  .navbar {
    position: fixed;
  }
  .black-friday .bf-body {
    flex-direction: column;
    padding: 30px 0;
  }
  .black-friday .bf-body .bf-text {
    margin-left: 0;
    margin-top: 10px;
  }
  .home-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    padding-top: 0;
    width: 100%;
  }
  .home-page .hp-box .hp-text {
    font-size: 20px;
  }
  .footer {
    padding-top: 0;
  }
  .footer > div {
    padding-top: 10px;
  }
  .footer > .container {
    max-width: 100%;
  }
  .footer .bordered-row > div {
    display: none;
    margin: 0;
    padding: 0;
  }
  .footer .bordered-row {
    margin: 0 !important;
  }
  .footer .footer-contact,
  .footer .footer-useful {
    border: 0 !important;
    display: block !important;
  }
  .footer .footer-contact h3,
  .footer .footer-useful h3 {
    color: #450D67;
  }
  .footer .footer-useful {
    border-bottom: 1px solid #C7C7C7 !important;
  }
  .footer .footer-payments .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-payments .fp-body {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer-payments .fp-body a {
    flex: 0 0 auto;
  }
  .footer .footer-payments .fp-body a img {
    margin: 10px 10px 10px 0;
  }
  .footer .footer-payments .fp-body a:last-child {
    flex: 0 0 100%;
  }
  .footer .footer-payments .fp-body .fp-title {
    text-align: left;
    flex: 0 0 100% !important;
    margin-bottom: 15px;
  }
  .footer .footer-bottom {
    padding: 0;
  }
  .footer .footer-bottom .container {
    width: 100%;
    max-width: 100%;
  }
  .footer .footer-bottom .row div {
    text-align: left !important;
    color: #F5F5F5;
    padding: 15px;
    font-size: 11px;
  }
  .footer .footer-bottom .row div:last-child {
    background: #32074B;
  }
}
@media (max-width: 575.98px) {
  .billing_tax_number .first {
    min-width: 45%;
  }
  .billing_tax_number .second {
    max-width: 17%;
  }
  .billing_tax_number .third {
    max-width: 38%;
  }
  .pagination .page-link {
    width: 100%;
  }
  .pagination .page-item {
    display: none;
  }
  .pagination .current {
    display: block;
  }
  .pagination .shortcut {
    display: block!important;
  }
  .pagination .pager {
    display: block;
  }
  .sticky-bottom-box {
    visibility: visible;
  }
  .sticky-bottom-box .pb-description {
    min-height: 0px!important;
  }
  .sticky-bottom-box .pb-name {
    padding: 0px 15px 0px 15px!important;
  }
  .sticky-bottom-box .button {
    margin-bottom: 10px!important;
  }
  .company_page img,
  .use img {
    width: 100%;
  }
  .offer-carousel .carousel-inner,
  .venue-carousel .carousel-inner {
    height: 300px!important;
  }
  .venue-title {
    font-size: 20px;
  }
  .offer-mobile-buttons {
    background: #FFFFFF;
    border-top: 1px solid #D9D9D9;
  }
  .offer-mobile-buttons > div {
    padding: 0;
    margin: 0;
  }
  .offer-mobile-buttons h3 {
    padding: 30px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  .offer-mobile-buttons .button {
    padding: 20px 30px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    margin: 0;
  }
  h2 {
    font-size: 26px;
  }
  .search-section {
    padding-top: 40px;
  }
  .search-section .ss-title {
    font-size: 26px;
    margin-top: 15px;
  }
  .search-section .search-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-section .search-form .form-control span {
    margin: 0px;
  }
  .search-section .search-form span {
    margin: 15px 0 15px 30px;
  }
  .search-section .button-purple {
    height: 55px;
    margin-top: 30px !important;
  }
  .carousel-section {
    padding-top: 40px;
  }
  .carousel-section h2 {
    font-size: 19px;
  }
  .carousel-section .carousel-description {
    padding: 20px;
  }
  .footer .bordered-row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footer-payments .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .panel .panel-header {
    padding: 20px;
  }
  .panel .panel-header h1 {
    font-size: 16px;
  }
  .panel .panel-body {
    padding: 15px;
  }
  .icon-boxes .icon-box i {
    font-size: 26px;
  }
  .icon-boxes .icon-box .text {
    font-size: 12px;
  }
}

.highlighted-info-text {
  background: #F8107B;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

input[type="checkbox"].is_pdf_voucher {
  pointer-events: none;
}

#deliveryTypeContainer label {
  margin-bottom: 0 !important;
  hyphens: auto;
  white-space: break-spaces;
  word-wrap: break-word;
}

.popover.wide-bs-popover {
  width: 500px !important;
  max-width: 500px !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .popover.wide-bs-popover {
    width: 95% !important;
    max-width: 95% !important;
  }
}
#termsOfPurchase ol>li>ol {
  counter-reset: item;
  counter-reset: parent var(--start-value, 0);
  list-style: none;
}
#termsOfPurchase ol>li>ol>li {
  counter-increment: item;
}
#termsOfPurchase ol>li>ol>li::marker {
  content: counters(parent, '.') '.' counters(item, '.') '. ';
  margin-right: 3px;
}

#termsOfPurchase h3 {
  text-decoration: underline;
}
#termsOfPurchase h3 span {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .home-page .hp-box {
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.transparency-report a {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */
