body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #e9b10a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #c4bc3b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #98ab48 !important;
  border-color: #98ab48 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #687531 !important;
  border-color: #687531 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #687531 !important;
  border-color: #687531 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #e9b10a !important;
  border-color: #e9b10a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a07907 !important;
  border-color: #a07907 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a07907 !important;
  border-color: #a07907 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #58632a;
  color: #58632a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #98ab48;
  border-color: #98ab48;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #98ab48 !important;
  border-color: #98ab48 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #876706;
  color: #876706;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e9b10a;
  border-color: #e9b10a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e9b10a !important;
  border-color: #e9b10a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #98ab48 !important;
}
.text-success {
  color: #e9b10a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #c4bc3b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #58632a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #876706 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #767123 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #c4bc3b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fceec3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2dd9d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Old Standard TT', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #98ab48 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sfXz8DLi65 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sfXz8DLi65 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sfXz8DLi65 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sfXz8DLi65 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-sfXz8DLi65 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sfXz8DLi65 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #b2b976;
  color: #132c70;
  background: #c5ca98 !important;
}
.cid-sfXz8DLi65 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sfXz8DLi65 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sfXz8DLi65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfXz8DLi65 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sfXz8DLi65 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sfXz8DLi65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfXz8DLi65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.37142857vh;
  }
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfXz8DLi65 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sfXz8DLi65 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sfXz8DLi65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sfXz8DLi65 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sfXz8DLi65 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sfXz8DLi65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfXz8DLi65 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sfXz8DLi65 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sfXz8DLi65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sfXz8DLi65 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sfXz8DLi65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sfXz8DLi65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sfXz8DLi65 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sfXz8DLi65 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sfXz8DLi65 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sfXz8DLi65 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-sfXz8DLi65 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-sfXz8DLi65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfXz8DLi65 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-sfXz8DLi65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfXz8DLi65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfXz8DLi65 .dropdown-item.active,
.cid-sfXz8DLi65 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfXz8DLi65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-sfXz8DLi65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfXz8DLi65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfXz8DLi65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sfXz8DLi65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sfXz8DLi65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfXz8DLi65 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sfXz8DLi65 .navbar-buttons {
  text-align: center;
}
.cid-sfXz8DLi65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfXz8DLi65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4d295;
}
.cid-sfXz8DLi65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfXz8DLi65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXz8DLi65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXz8DLi65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfXz8DLi65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXz8DLi65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfXz8DLi65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfXz8DLi65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXz8DLi65 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-sfXz8DLi65 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-sfXz8DLi65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sfXz8DLi65 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-sfXz8DLi65 .nav-link:hover,
.cid-sfXz8DLi65 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sfXz8DLi65 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-sfXz8DLi65 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sfXz8DLi65 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sfWJ8MSgI5 .modal-body .close {
  background: #1b1b1b;
}
.cid-sfWJ8MSgI5 .modal-body .close span {
  font-style: normal;
}
.cid-sfWJ8MSgI5 .carousel-inner > .active,
.cid-sfWJ8MSgI5 .carousel-inner > .next,
.cid-sfWJ8MSgI5 .carousel-inner > .prev {
  display: table;
}
.cid-sfWJ8MSgI5 .carousel-control .icon-next,
.cid-sfWJ8MSgI5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sfWJ8MSgI5 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sfWJ8MSgI5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfWJ8MSgI5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfWJ8MSgI5 .boxed-slider > div {
  position: relative;
}
.cid-sfWJ8MSgI5 .container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sfWJ8MSgI5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sfWJ8MSgI5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfWJ8MSgI5 .mbr-table-cell {
  padding: 0;
}
.cid-sfWJ8MSgI5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfWJ8MSgI5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sfWJ8MSgI5 .mbr-overlay {
  z-index: 1;
}
.cid-sfWJ8MSgI5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 500px;
}
.cid-sfWJ8MSgI5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sfWJ8MSgI5 .carousel-item .container {
    width: 100%;
  }
}
.cid-sfWJ8MSgI5 .carousel-item-next.carousel-item-left,
.cid-sfWJ8MSgI5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sfWJ8MSgI5 .active.carousel-item-right,
.cid-sfWJ8MSgI5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sfWJ8MSgI5 .active.carousel-item-left,
.cid-sfWJ8MSgI5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sfWJ8MSgI5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators li.active,
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators li::after,
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sfWJ8MSgI5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sfWJ8MSgI5 .mbr-slider > .container img {
  width: 100%;
}
.cid-sfWJ8MSgI5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfWJ8MSgI5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sfWJ8MSgI5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfWJ8MSgI5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfWJ8MSgI5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfWJ8MSgI5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sfWJ8MSgI5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfWJ8MSgI5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sfWJ8MSgI5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfWJ8MSgI5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfWJ8MSgI5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfWJ8MSgI5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfWJ8MSgI5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sfWJ8MSgI5 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sfWJ8MSgI5 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sfWJ8MSgI5 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sfWJ8MSgI5 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sfWJ8MSgI5 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sfWJ8MSgI5 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sfWJ8MSgI5 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sfWJ8MSgI5 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sfWJ8MSgI5 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sfWJ8MSgI5 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sfWJ8MSgI5 P {
  color: #ffffff;
}
.cid-sfWJ8MSgI5 H2 {
  color: #ffffff;
}
.cid-sfXjjgfMD3 {
  overflow: hidden !important;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfXjjgfMD3 {
    height: auto;
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 4px;
  }
}
.cid-sfXjjgfMD3 .animated-element {
  color: #efefef;
}
.cid-sfXjjgfMD3 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sfXjjgfMD3 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sfXjjgfMD3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sfXjjgfMD3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfXjjgfMD3 .mbr-white {
    padding-left: 5rem;
  }
  .cid-sfXjjgfMD3 .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-sfXjjgfMD3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sfXjjgfMD3 .container-fluid {
  max-width: 1300px;
}
.cid-sfXjjgfMD3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #1c1c1c;
}
.cid-sfXjjgfMD3 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-sfXjjgfMD3 .btn-line {
  margin-top: 3rem;
}
.cid-sfXjjgfMD3 .mbr-section-subtitle,
.cid-sfXjjgfMD3 .mbr-section-btn {
  color: #767676;
}
.cid-sfXjPd3Rs9 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/chocolates-banner-1280x720.webp");
}
.cid-sfXsUqXAuY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfXsUqXAuY H2 {
  color: #000000;
}
.cid-sfXsUqXAuY .mbr-text,
.cid-sfXsUqXAuY .img-align {
  color: #767676;
}
.cid-sfXlkx5Dr7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfXlkx5Dr7 .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sfXlkx5Dr7 .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sfXlkx5Dr7 .card {
  height: fit-content;
}
.cid-sfXlkx5Dr7 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfXlkx5Dr7 .card1 {
  background: #000000;
}
.cid-sfXlkx5Dr7 .card2 {
  background: #e5e8c4;
}
.cid-sfXlkx5Dr7 .card3 {
  background: #000000;
}
.cid-sfXlkx5Dr7 .card4 {
  background: #232323;
}
.cid-sfXlkx5Dr7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfXlkx5Dr7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sfXlkx5Dr7 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sfXlkx5Dr7 .card-subtitle1 {
  text-align: center;
  color: #e4d295;
}
.cid-sfXlkx5Dr7 .card-title1 {
  text-align: center;
}
.cid-sfXlkx5Dr7 .mbr-text1 {
  text-align: center;
  color: #e4d295;
}
.cid-sfXlkx5Dr7 .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .mbr-text2 {
  color: #4f4943;
  text-align: center;
}
.cid-sfXlkx5Dr7 .card-subtitle2 {
  color: #4f4943;
  text-align: center;
}
.cid-sfXlkx5Dr7 .card-title3 {
  text-align: center;
}
.cid-sfXlkx5Dr7 .mbr-text3 {
  text-align: center;
  color: #e4d295;
}
.cid-sfXlkx5Dr7 .card-subtitle3 {
  text-align: center;
  color: #e4d295;
}
.cid-sfXlkx5Dr7 .card-title4 {
  text-align: center;
}
.cid-sfXlkx5Dr7 .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .card-title2,
.cid-sfXlkx5Dr7 .title-wrap2 {
  text-align: center;
  color: #1c1c1c;
}
.cid-sfXlkx5Dr7 .card-title3,
.cid-sfXlkx5Dr7 .title-wrap3 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .card-title4,
.cid-sfXlkx5Dr7 .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .card-title1,
.cid-sfXlkx5Dr7 .title-wrap1 {
  text-align: center;
  color: #ffffff;
}
.cid-sfXlkx5Dr7 .title {
  text-align: center;
}
.cid-sfXnrzVnak {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ecuador-917099-1920-1920x1440.webp");
}
@media (max-width: 991px) {
  .cid-sfXnrzVnak {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-sfXnrzVnak .container-fluid {
  padding: 0 3rem;
}
.cid-sfXnrzVnak .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sfXnrzVnak .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sfXnrzVnak h1 {
  margin-bottom: 1rem;
}
.cid-sfXnrzVnak .mbr-section-title {
  font-weight: 300;
  color: #ffffff;
}
.cid-sfXnrzVnak .btn-line {
  margin-top: 3rem;
}
.cid-sfXnrzVnak p {
  margin-bottom: 0;
}
.cid-sfXnrzVnak .mbr-text,
.cid-sfXnrzVnak .mbr-section-btn {
  color: #ffffff;
}
.cid-sfXnrzVnak .mbr-section-subtitle {
  color: #e4d295;
}
.cid-sfXkpOrIwW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfXkpOrIwW H2 {
  color: #000000;
}
.cid-sfXkpOrIwW .mbr-text,
.cid-sfXkpOrIwW .img-align {
  color: #767676;
}
.cid-sg00ocuouB {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sg00ocuouB .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sg00ocuouB .mbr-shop .row {
  margin: 0;
}
.cid-sg00ocuouB .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sg00ocuouB .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sg00ocuouB .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sg00ocuouB .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sg00ocuouB .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sg00ocuouB .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sg00ocuouB .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sg00ocuouB .mbr-shop .hide-modal {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sg00ocuouB .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sg00ocuouB .mbr-shop .filter-by-pu,
.cid-sg00ocuouB .mbr-shop .filter-by-pd,
.cid-sg00ocuouB .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sg00ocuouB .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sg00ocuouB .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sg00ocuouB .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sg00ocuouB .mbr-shop .galleryItem h4,
.cid-sg00ocuouB .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sg00ocuouB .mbr-shop .galleryItem h5,
.cid-sg00ocuouB .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sg00ocuouB .mbr-shop .galleryItem p,
.cid-sg00ocuouB .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sg00ocuouB .mbr-shop .item-button {
  text-align: center;
}
.cid-sg00ocuouB .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sg00ocuouB .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sg00ocuouB .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sg00ocuouB .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sg00ocuouB .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-sg00ocuouB .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sg00ocuouB .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sg00ocuouB .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #f7ed4a;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item__hided h4,
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item__hided h5,
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sg00ocuouB .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-sg00ocuouB .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sg00ocuouB .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sg00ocuouB .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sg00ocuouB .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sg00ocuouB .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sg00ocuouB .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sg00ocuouB .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sg00ocuouB .mbr-shop .range-controls {
  position: relative;
}
.cid-sg00ocuouB .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sg00ocuouB .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sg00ocuouB .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sg00ocuouB .mbr-shop .toggle:hover,
.cid-sg00ocuouB .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sg00ocuouB .mbr-shop .min-toggle {
  left: 0;
}
.cid-sg00ocuouB .mbr-shop .max-toggle {
  right: 0;
}
.cid-sg00ocuouB .mbr-shop .hided-by-price {
  display: none;
}
.cid-sg00ocuouB .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sg00ocuouB .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sg00ocuouB .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sg00ocuouB .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sg00ocuouB .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sg00ocuouB .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sg00ocuouB .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sg00ocuouB .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sg00ocuouB .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sg00ocuouB .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sg00ocuouB .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sg00ocuouB .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sg00ocuouB .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sg00ocuouB .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sg00ocuouB .mbr-shop .shop-items .onsale,
.cid-sg00ocuouB .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sg00ocuouB .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sg00ocuouB .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sg00ocuouB .mbr-shop .price-range {
  display: inline-block;
}
.cid-sg00ocuouB .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sg00ocuouB .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sg00ocuouB .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sg00ocuouB .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sg00ocuouB .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sg00ocuouB .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sg00ocuouB .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sg00ocuouB .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sg00ocuouB .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sg00ocuouB .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sg00ocuouB .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sg00ocuouB .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sg00ocuouB .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sg00ocuouB .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sg00ocuouB .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sg00ocuouB .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sg00ocuouB .wrapper-shop-items {
    order: 1;
  }
  .cid-sg00ocuouB .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-sg00ocuouB .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sg00ocuouB .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sg00ocuouB .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sg00ocuouB .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sg00ocuouB .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sg00ocuouB .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sg00ocuouB .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sg00ocuouB .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sg00ocuouB .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sg00ocuouB .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sg00ocuouB .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-sg00ocuouB .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #e5e8c4;
}
.cid-sg00ocuouB .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity .5s, top .5s;
}
.cid-sg00ocuouB .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-sg00ocuouB .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity .5s, top .5s;
}
.cid-sg00ocuouB .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-sg00ocuouB .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-sg00ocuouB .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-sg00ocuouB .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg00ocuouB .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sg00ocuouB .card-description {
  color: #000000;
}
.cid-sg00ocuouB .sidebar-title {
  color: #000000;
}
.cid-sg00ocuouB .item-title {
  color: #000000;
}
.cid-sg00ocuouB .card-description P {
  text-align: left;
}
.cid-sg0H6KeUzz {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fondo-2000x1125.webp");
}
.cid-sg0H6KeUzz .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sg0H6KeUzz .card-img {
  padding-bottom: 2rem;
}
.cid-sg0H6KeUzz .mbr-text {
  color: #767676;
}
.cid-sg0H6KeUzz span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sg0H6KeUzz .mbr-section-btn {
  margin-left: 0;
}
.cid-sg0H6KeUzz .date span {
  display: inline-block;
  background-color: #98ab48;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sg0H6KeUzz .card-title {
    text-align: center;
  }
  .cid-sg0H6KeUzz p.mbr-text,
  .cid-sg0H6KeUzz p.date {
    text-align: center;
  }
}
.cid-sg0H6KeUzz H2 {
  color: #ffffff;
}
.cid-sg0H6KeUzz .mbr-section-subtitle {
  color: #e4d295;
}
.cid-sg2nI4F89j {
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-sg2nI4F89j .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sg2nI4F89j .row {
  border-bottom: 1px solid #808080;
}
.cid-sg2nI4F89j H2 {
  color: #e7272d;
}
.cid-sg2nI4F89j .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sg2nI4F89j .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sg2nI4F89j .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sg2nI4F89j .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sg2nI4F89j .col-lg-12 {
  overflow: hidden;
}
.cid-sg2nI4F89j H4 {
  color: #d49327;
}
.cid-sg2nI4F89j .mbr-text,
.cid-sg2nI4F89j .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sg2nI4F89j .logo-wrap:before {
    content: none;
  }
  .cid-sg2nI4F89j .logo-wrap:after {
    content: none;
  }
}
.cid-sg2nI4F89j H3 {
  color: #e4d295;
}
.cid-u0r6BD6iKi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-u0r6BD6iKi .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0r6BD6iKi .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-u0r6BD6iKi .mbr-list {
  margin: 0;
}
.cid-u0r6BD6iKi .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u0r6BD6iKi .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u0r6BD6iKi .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u0r6BD6iKi .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-u0r6BD6iKi .list-inline-item,
.cid-u0r6BD6iKi .mbr-list,
.cid-u0r6BD6iKi .first-column {
  text-align: center;
  color: #e9b10a;
}
.cid-sgLoqZeNDg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sgLoqZeNDg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-soxVtOjyXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soxVtOjyXB .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-soxY3wn6kb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-soxY3wn6kb .media-container-row .mbr-text {
  color: #ffffff;
}
