body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #4b9b86 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4b9b86;
  color: #4b9b86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4b9b86;
  border-color: #4b9b86;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #4b9b86 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #87c5b5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #4b9b86;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #98cdbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !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%;
  width: 100%;
  height: auto;
}
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='%23000000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t8Y1pCEtk2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pedro-1224x688.jpg");
}
.cid-t8Y1pCEtk2 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-t8Y1pCEtk2 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-t8Y1pCEtk2 .card-phone:hover {
  color: #000000;
}
.cid-t8Y1pCEtk2 .mbr-text,
.cid-t8Y1pCEtk2 .mbr-section-btn {
  color: #999999;
}
.cid-t8Y1pCEtk2 .card-title,
.cid-t8Y1pCEtk2 .card-box {
  color: #200960;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t8Y1pCEtk2 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-t8Y1pCEtk2 .mbr-section-subtitle {
  color: #083971;
  text-align: center;
}
.cid-t93EPQ6zMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0077ff;
}
.cid-t93EPQ6zMi .container {
  padding: 0 5%;
}
.cid-t93EPQ6zMi .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t93EPQ6zMi .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-t93EPQ6zMi .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-t93EPQ6zMi .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-t93EPQ6zMi .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-t93EPQ6zMi .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t93EPQ6zMi .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t93EPQ6zMi .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t93EPQ6zMi .mbr-iconfont {
  font-size: 1rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-t93EPQ6zMi .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #FFFFFF;
}
.cid-t93EPQ6zMi .card-title {
  color: #083971;
}
.cid-t93EPQ6zMi .mbr-text {
  color: #e082c5;
}
.cid-t93EPQ6zMi P {
  color: #000000;
}
.cid-tFdraxwvpK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img22-1999x999.jpg");
}
.cid-tFdraxwvpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdraxwvpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .container {
    padding: 0 16px;
  }
}
.cid-tFdraxwvpK .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tFdraxwvpK .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tFdraxwvpK .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tFdraxwvpK .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-tFdraxwvpK .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tFdraxwvpK .dragArea.row {
  background-color: #2299aa;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFdraxwvpK .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tFdraxwvpK .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tFdraxwvpK .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tFdraxwvpK .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tFdraxwvpK .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tFdraxwvpK .dragArea.row .form-group .form-control:hover,
.cid-tFdraxwvpK .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tFdraxwvpK .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tFdraxwvpK .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #200960;
  border-color: #200960;
}
.cid-tFdraxwvpK .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tFdraxwvpK .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFdraxwvpK .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tFdraxwvpK .mbr-section-subtitle {
  color: #08323C;
}
.cid-tFdraxwvpK .mbr-text {
  color: #08323C;
}
.cid-tFdraxwvpK .list {
  color: #ffffff;
  text-align: left;
}
.cid-tFdraxwvpK label {
  color: #08323C;
}
.cid-tFdraxwvpK H3 {
  color: #000000;
}
.cid-tFdraxwvpK LABEL {
  color: #ffffff;
}
.cid-tOekBG4I6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #23aaa4;
}
.cid-tOekBG4I6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOekBG4I6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOekBG4I6k .container {
    padding: 0 16px;
  }
}
.cid-tOekBG4I6k .row {
  justify-content: center;
}
.cid-tOekBG4I6k .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOekBG4I6k .image-wrapper {
  margin-bottom: 40px;
}
.cid-tOekBG4I6k .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tOekBG4I6k .image-wrapper img {
    height: 280px;
  }
}
.cid-tOekBG4I6k .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tOekBG4I6k .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tOekBG4I6k .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tS5EzeEZXP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f3ee;
}
.cid-tS5EzeEZXP .box {
  background-image: url("../../../assets/images/img6-1536x864.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS5EzeEZXP .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #76d5ad;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tS5EzeEZXP .icon-wrap:hover {
  background: #d9b7ab;
}
.cid-tS5EzeEZXP .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-tS5EzeEZXP .icon-wrap span {
  padding-left: 4px;
}
.cid-tS5EzeEZXP .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tS5EzeEZXP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tS5EzeEZXP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tS5EzeEZXP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tS5EzeEZXP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tS5EzeEZXP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tS5EzeEZXP a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tS5EzeEZXP .box {
    height: 250px;
  }
}
.cid-tS5EzeEZXP .mbr-section-title {
  color: #200960;
}
.cid-tS5EzeEZXP H4 {
  color: #d58f76;
}
.cid-tS5EzeEZXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5EzeEZXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmu9wCEHK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #fffcf5;
}
.cid-tzmu9wCEHK .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tzmu9wCEHK .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tzmu9wCEHK .mbr-section-title {
  color: #200960;
  margin-bottom: 0;
}
.cid-tzmu9wCEHK .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tzmu9wCEHK .box {
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
  border: 1px solid rgba(130, 157, 133, 0.8);
}
.cid-tzmu9wCEHK .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tzmu9wCEHK .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tzmu9wCEHK .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tzmu9wCEHK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.4s all;
}
.cid-tzmu9wCEHK .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tzmu9wCEHK .icon-wrap .mbr-iconfont {
  color: #353535;
  font-size: 5vw !important;
}
@media (max-width: 991px) {
  .cid-tzmu9wCEHK .icon-wrap .mbr-iconfont {
    font-size: 7vw !important;
  }
}
@media (max-width: 575px) {
  .cid-tzmu9wCEHK .icon-wrap .mbr-iconfont {
    font-size: 9vw !important;
  }
}
.cid-tzmu9wCEHK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzmu9wCEHK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzmu9wCEHK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzmu9wCEHK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzmu9wCEHK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#custom-html-i {
  /* Type valid CSS here */
}
#custom-html-i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-i p {
  font-size: 60px;
  color: #777;
}
.cid-tLAsH3qXwK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLAsH3qXwK .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tLAsH3qXwK .mbr-shop .row {
  margin: 0;
}
.cid-tLAsH3qXwK .container,
.cid-tLAsH3qXwK .mbr-shop__row {
  padding: 0;
}
.cid-tLAsH3qXwK .item-title {
  font-size: 1.8rem;
  color: #200960;
}
.cid-tLAsH3qXwK .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-tLAsH3qXwK .shop-item-price,
.cid-tLAsH3qXwK .oldprice {
  font-family: Be Vietnam !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-tLAsH3qXwK .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-tLAsH3qXwK .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tLAsH3qXwK .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tLAsH3qXwK .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-tLAsH3qXwK .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;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tLAsH3qXwK .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-tLAsH3qXwK .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tLAsH3qXwK .mbr-shop .hide-modal {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tLAsH3qXwK .mbr-shop .filter-by-pu,
.cid-tLAsH3qXwK .mbr-shop .filter-by-pd,
.cid-tLAsH3qXwK .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tLAsH3qXwK .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tLAsH3qXwK .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tLAsH3qXwK .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .galleryItem h4,
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .galleryItem h5,
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .galleryItem p,
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .item-button {
  text-align: center;
}
.cid-tLAsH3qXwK .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tLAsH3qXwK .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tLAsH3qXwK .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-tLAsH3qXwK .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tLAsH3qXwK .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item__hided h4,
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item__hided h5,
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-tLAsH3qXwK .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tLAsH3qXwK .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tLAsH3qXwK .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tLAsH3qXwK .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .range-controls {
  position: relative;
}
.cid-tLAsH3qXwK .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tLAsH3qXwK .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .toggle:hover,
.cid-tLAsH3qXwK .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tLAsH3qXwK .mbr-shop .min-toggle {
  left: 0;
}
.cid-tLAsH3qXwK .mbr-shop .max-toggle {
  right: 0;
}
.cid-tLAsH3qXwK .mbr-shop .hided-by-price {
  display: none;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tLAsH3qXwK .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tLAsH3qXwK .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tLAsH3qXwK .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tLAsH3qXwK .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tLAsH3qXwK .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-tLAsH3qXwK .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-tLAsH3qXwK .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-tLAsH3qXwK .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-tLAsH3qXwK .mbr-shop .shop-items .onsale,
.cid-tLAsH3qXwK .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-tLAsH3qXwK .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tLAsH3qXwK .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tLAsH3qXwK .mbr-shop .price-range {
  display: inline-block;
}
.cid-tLAsH3qXwK .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-tLAsH3qXwK .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tLAsH3qXwK .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-tLAsH3qXwK .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tLAsH3qXwK .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tLAsH3qXwK .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tLAsH3qXwK .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tLAsH3qXwK .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tLAsH3qXwK .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tLAsH3qXwK .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tLAsH3qXwK .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tLAsH3qXwK .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tLAsH3qXwK .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tLAsH3qXwK .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tLAsH3qXwK .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-tLAsH3qXwK .wrapper-shop-items {
    order: 1;
  }
  .cid-tLAsH3qXwK .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLAsH3qXwK .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tLAsH3qXwK .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tLAsH3qXwK .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tLAsH3qXwK .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tLAsH3qXwK .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tLAsH3qXwK .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tLAsH3qXwK .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tLAsH3qXwK .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tLAsH3qXwK .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tLAsH3qXwK .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tLAsH3qXwK .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-tLAsH3qXwK .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #ffffff;
}
.cid-tLAsH3qXwK .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-tLAsH3qXwK .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-tLAsH3qXwK .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-tLAsH3qXwK .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-tLAsH3qXwK .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-tLAsH3qXwK .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-tLAsH3qXwK .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
.cid-tLAsH3qXwK .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLAsH3qXwK .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tLAsH3qXwK .shop-item-price,
.cid-tLAsH3qXwK .price-block {
  color: #cccccc;
}
.cid-t93AtV7Af6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/whatsapp-image-2021-12-02-at-08.47.27-1-1280x852.jpg");
}
.cid-t93AtV7Af6 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-t93AtV7Af6 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-t93AtV7Af6 .card-wrapper:hover .ico2 {
  color: #000000 !important;
}
.cid-t93AtV7Af6 .ico2 {
  color: #82786e !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-t93AtV7Af6 .text-info:hover {
  color: inherit !important;
}
.cid-t93AtV7Af6 .card-box {
  padding: 0rem 1rem;
}
.cid-t93AtV7Af6 .ico1 {
  font-size: 3rem !important;
}
.cid-t93AtV7Af6 h3,
.cid-t93AtV7Af6 h4 {
  padding: 0;
  margin: 0;
}
.cid-t93AtV7Af6 .card-title {
  color: #000000;
}
.cid-t8Y6uXUWXK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eceae4;
}
@media (min-width: 1500px) {
  .cid-t8Y6uXUWXK .container {
    max-width: 1400px;
  }
}
.cid-t8Y6uXUWXK img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-t8Y6uXUWXK .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-t8Y6uXUWXK .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-t8Y6uXUWXK .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-t8Y6uXUWXK .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-t8Y6uXUWXK .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-t8Y6uXUWXK .mbr-text,
.cid-t8Y6uXUWXK .link-align {
  color: #200960;
}
.cid-t8Y6uXUWXK .card-title,
.cid-t8Y6uXUWXK .card-box {
  color: #d58f76;
}
.cid-t8Y6uXUWXK .mbr-section-subtitle,
.cid-t8Y6uXUWXK .card-box {
  color: #d58f76;
}
.cid-tLAsHRpSnH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cebfaf;
}
.cid-tLAsHRpSnH img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tLAsHRpSnH .si {
  width: 100%;
}
.cid-tLAsHRpSnH .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tLAsHRpSnH .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #f7978f;
}
.cid-tLAsHRpSnH .subtitle {
  color: #f7978f;
}
.cid-tLAsHRpSnH .text,
.cid-tLAsHRpSnH .si {
  text-align: center;
}
.cid-tLAsHRpSnH .copyright {
  padding-top: 120px;
}
