@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #2f1893 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f1893;
  border-color: #2f1893;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-primary:hover {
  background-color: #211167 !important;
  border-color: #211167 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-secondary:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2f1893;
  color: #2f1893;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2f1893 !important;
  border-color: #2f1893;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px solid;
}
.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 !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #2f1893 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130a3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f1893;
  border-color: #2f1893;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #2f1893;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6649e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #2f1893;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f1893;
  color: #ffffff;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2f1893;
  border-bottom-color: #2f1893;
}
.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: #2f1893 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-spkueMaAl2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/canadain-flag-2000x1127.png");
}
.cid-spkueMaAl2 .mbr-section-title {
  margin-bottom: 60px;
  color: #cb2210;
}
.cid-spkueMaAl2 .block__left {
  margin-bottom: 50px;
}
.cid-spkueMaAl2 .text__left {
  margin-top: 85px;
  margin-bottom: 0;
}
.cid-spkueMaAl2 .image img {
  max-width: 80%;
  border-radius: 20px;
  object-fit: cover;
}
.cid-spkueMaAl2 .title__right {
  margin-bottom: 15px;
}
.cid-spkueMaAl2 .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-spkueMaAl2 .item__right {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-spkueMaAl2 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-spkueMaAl2 .text__left {
    margin-top: 0;
  }
  .cid-spkueMaAl2 .item__right {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.cid-spkjJ6f3BE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spkjJ6f3BE .mbr-shop {
  display: table;
  width: 100%;
}
.cid-spkjJ6f3BE .mbr-shop .row {
  margin: 0;
}
.cid-spkjJ6f3BE .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-spkjJ6f3BE .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-spkjJ6f3BE .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-spkjJ6f3BE .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-spkjJ6f3BE .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-spkjJ6f3BE .mbr-shop .hide-modal {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-spkjJ6f3BE .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-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-spkjJ6f3BE .mbr-shop .filter-by-pu,
.cid-spkjJ6f3BE .mbr-shop .filter-by-pd,
.cid-spkjJ6f3BE .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-spkjJ6f3BE .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-spkjJ6f3BE .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-spkjJ6f3BE .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .galleryItem h4,
.cid-spkjJ6f3BE .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: 10px;
  transition: color 0.5s;
}
.cid-spkjJ6f3BE .mbr-shop .galleryItem h5,
.cid-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .galleryItem p,
.cid-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .item-button {
  text-align: center;
}
.cid-spkjJ6f3BE .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-spkjJ6f3BE .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-spkjJ6f3BE .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-spkjJ6f3BE .mbr-shop .sidebar-block {
  position: relative;
}
.cid-spkjJ6f3BE .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-spkjJ6f3BE .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: #cb2210;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item__hided h4,
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item__hided h5,
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-spkjJ6f3BE .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  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-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #2f1893;
}
.cid-spkjJ6f3BE .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-spkjJ6f3BE .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-spkjJ6f3BE .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #2f1893;
  font-weight: bold;
}
.cid-spkjJ6f3BE .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #2f1893;
  border-radius: 2px;
  font-size: 0;
}
.cid-spkjJ6f3BE .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #2f1893;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-spkjJ6f3BE .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #2f1893;
}
.cid-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .range-controls {
  position: relative;
}
.cid-spkjJ6f3BE .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-spkjJ6f3BE .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #2f1893;
}
.cid-spkjJ6f3BE .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #2f1893;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #2f1893;
  cursor: pointer;
}
.cid-spkjJ6f3BE .mbr-shop .toggle:hover,
.cid-spkjJ6f3BE .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-spkjJ6f3BE .mbr-shop .min-toggle {
  left: 0;
}
.cid-spkjJ6f3BE .mbr-shop .max-toggle {
  right: 0;
}
.cid-spkjJ6f3BE .mbr-shop .hided-by-price {
  display: none;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-spkjJ6f3BE .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-spkjJ6f3BE .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-spkjJ6f3BE .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-spkjJ6f3BE .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spkjJ6f3BE .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-spkjJ6f3BE .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-spkjJ6f3BE .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spkjJ6f3BE .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-spkjJ6f3BE .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-spkjJ6f3BE .mbr-shop .shop-items .onsale,
.cid-spkjJ6f3BE .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-spkjJ6f3BE .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-spkjJ6f3BE .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-spkjJ6f3BE .mbr-shop .price-range {
  display: inline-block;
}
.cid-spkjJ6f3BE .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-spkjJ6f3BE .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-spkjJ6f3BE .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-spkjJ6f3BE .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-spkjJ6f3BE .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-spkjJ6f3BE .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-spkjJ6f3BE .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-spkjJ6f3BE .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-spkjJ6f3BE .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-spkjJ6f3BE .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-spkjJ6f3BE .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-spkjJ6f3BE .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-spkjJ6f3BE .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-spkjJ6f3BE .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-spkjJ6f3BE .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-spkjJ6f3BE .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-spkjJ6f3BE .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-spkjJ6f3BE .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-spkjJ6f3BE .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-spkjJ6f3BE .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-spkjJ6f3BE .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-spkjJ6f3BE .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-spkjJ6f3BE .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-spkjJ6f3BE .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-spkjJ6f3BE .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-spkjJ6f3BE .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-spkjJ6f3BE .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-spkjJ6f3BE .item-title {
  color: #2f1893;
}
.cid-spkjJ6f3BE .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-spkjJ6f3BE .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #482be7;
}
.cid-spkjJ6f3BE .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-spkjJ6f3BE .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-spkjJ6f3BE .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-spkjJ6f3BE .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-spkjJ6f3BE .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.4;
  transition: all .5s;
}
.cid-spkjJ6f3BE .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-spkjJ6f3BE .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spkjJ6f3BE .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-spkjJ6f3BE LI {
  color: #2f1893;
}
.cid-spkjJ6f3BE .sidebar-title {
  color: #2f1893;
}
@media (max-width: 576px) {
  .cid-spkjJ6f3BE .mbr-shop .mbr-gallery-item,
  .cid-spkjJ6f3BE .wrapper-shop-items,
  .cid-spkjJ6f3BE .sidebar-block,
  .cid-spkjJ6f3BE .sidebar-title,
  .cid-spkjJ6f3BE .sidebar,
  .cid-spkjJ6f3BE .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-spkjJ6f3BE .filter-cost {
    max-width: 100%!important;
  }
  .cid-spkjJ6f3BE .range-slider,
  .cid-spkjJ6f3BE .categories,
  .cid-spkjJ6f3BE .bestseller-block {
    text-align: center;
  }
}
.cid-spkjJ6f3BE .card-description {
  color: #000000;
}
.cid-sppmepHNz5 {
  padding-top: 30px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sppmepHNz5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-sppmepHNz5 .user {
  padding: 0!important;
}
.cid-sppmepHNz5 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-sppmepHNz5 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sppmepHNz5 .carousel-item.active,
.cid-sppmepHNz5 .carousel-item-next,
.cid-sppmepHNz5 .carousel-item-prev {
  display: flex;
}
.cid-sppmepHNz5 .user_name {
  margin: 0;
}
.cid-sppmepHNz5 .carousel-controls a {
  font-size: 2rem;
}
.cid-sppmepHNz5 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sppmepHNz5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sppmepHNz5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sppmepHNz5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sppmepHNz5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sppmepHNz5 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sppmepHNz5 .user_text {
  color: #232323;
  text-align: left;
}
.cid-sppmepHNz5 .user_desk {
  color: #767676;
}
.cid-sppmepHNz5 .user_desk,
.cid-sppmepHNz5 .carousel-item {
  text-align: left;
}
.cid-sppmepHNz5 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sppmepHNz5 .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-sppmepHNz5 .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sppmepHNz5 .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-sppYRmug5l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sppYRmug5l .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sppYRmug5l .mbr-shop .row {
  margin: 0;
}
.cid-sppYRmug5l .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sppYRmug5l .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sppYRmug5l .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sppYRmug5l .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sppYRmug5l .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-sppYRmug5l .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sppYRmug5l .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sppYRmug5l .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sppYRmug5l .mbr-shop .hide-modal {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sppYRmug5l .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-sppYRmug5l .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-sppYRmug5l .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sppYRmug5l .mbr-shop .filter-by-pu,
.cid-sppYRmug5l .mbr-shop .filter-by-pd,
.cid-sppYRmug5l .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sppYRmug5l .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sppYRmug5l .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sppYRmug5l .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sppYRmug5l .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-sppYRmug5l .mbr-shop .galleryItem h4,
.cid-sppYRmug5l .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: 10px;
  transition: color 0.5s;
}
.cid-sppYRmug5l .mbr-shop .galleryItem h5,
.cid-sppYRmug5l .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-sppYRmug5l .mbr-shop .galleryItem p,
.cid-sppYRmug5l .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-sppYRmug5l .mbr-shop .item-button {
  text-align: center;
}
.cid-sppYRmug5l .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sppYRmug5l .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sppYRmug5l .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sppYRmug5l .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sppYRmug5l .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-sppYRmug5l .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sppYRmug5l .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sppYRmug5l .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: #149dcc;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-item__hided h4,
.cid-sppYRmug5l .mbr-shop .mbr-gallery-item__hided h5,
.cid-sppYRmug5l .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sppYRmug5l .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  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-sppYRmug5l .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #2f1893;
}
.cid-sppYRmug5l .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sppYRmug5l .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sppYRmug5l .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #2f1893;
  font-weight: bold;
}
.cid-sppYRmug5l .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #2f1893;
  border-radius: 2px;
  font-size: 0;
}
.cid-sppYRmug5l .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #2f1893;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sppYRmug5l .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #2f1893;
}
.cid-sppYRmug5l .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-sppYRmug5l .mbr-shop .range-controls {
  position: relative;
}
.cid-sppYRmug5l .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sppYRmug5l .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #2f1893;
}
.cid-sppYRmug5l .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #2f1893;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #2f1893;
  cursor: pointer;
}
.cid-sppYRmug5l .mbr-shop .toggle:hover,
.cid-sppYRmug5l .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sppYRmug5l .mbr-shop .min-toggle {
  left: 0;
}
.cid-sppYRmug5l .mbr-shop .max-toggle {
  right: 0;
}
.cid-sppYRmug5l .mbr-shop .hided-by-price {
  display: none;
}
.cid-sppYRmug5l .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sppYRmug5l .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sppYRmug5l .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sppYRmug5l .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sppYRmug5l .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-sppYRmug5l .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sppYRmug5l .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sppYRmug5l .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sppYRmug5l .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sppYRmug5l .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-sppYRmug5l .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-sppYRmug5l .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sppYRmug5l .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sppYRmug5l .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sppYRmug5l .mbr-shop .shop-items .onsale,
.cid-sppYRmug5l .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sppYRmug5l .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sppYRmug5l .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sppYRmug5l .mbr-shop .price-range {
  display: inline-block;
}
.cid-sppYRmug5l .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sppYRmug5l .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sppYRmug5l .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sppYRmug5l .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sppYRmug5l .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sppYRmug5l .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sppYRmug5l .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sppYRmug5l .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sppYRmug5l .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sppYRmug5l .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sppYRmug5l .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sppYRmug5l .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sppYRmug5l .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sppYRmug5l .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sppYRmug5l .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sppYRmug5l .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sppYRmug5l .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sppYRmug5l .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sppYRmug5l .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sppYRmug5l .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sppYRmug5l .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sppYRmug5l .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sppYRmug5l .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sppYRmug5l .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sppYRmug5l .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sppYRmug5l .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sppYRmug5l .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sppYRmug5l .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-sppYRmug5l .item-title {
  color: #2f1893;
}
.cid-sppYRmug5l .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-sppYRmug5l .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #482be7;
}
.cid-sppYRmug5l .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-sppYRmug5l .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-sppYRmug5l .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-sppYRmug5l .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-sppYRmug5l .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.5;
  transition: all .5s;
}
.cid-sppYRmug5l .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-sppYRmug5l .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sppYRmug5l .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sppYRmug5l LI {
  color: #2f1893;
}
.cid-sppYRmug5l .sidebar-title {
  color: #2f1893;
}
@media (max-width: 576px) {
  .cid-sppYRmug5l .mbr-shop .mbr-gallery-item,
  .cid-sppYRmug5l .wrapper-shop-items,
  .cid-sppYRmug5l .sidebar-block,
  .cid-sppYRmug5l .sidebar-title,
  .cid-sppYRmug5l .sidebar,
  .cid-sppYRmug5l .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-sppYRmug5l .filter-cost {
    max-width: 100%!important;
  }
  .cid-sppYRmug5l .range-slider,
  .cid-sppYRmug5l .categories,
  .cid-sppYRmug5l .bestseller-block {
    text-align: center;
  }
}
.cid-spp9u9vWhr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spp9u9vWhr .mbr-shop {
  display: table;
  width: 100%;
}
.cid-spp9u9vWhr .mbr-shop .row {
  margin: 0;
}
.cid-spp9u9vWhr .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-spp9u9vWhr .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-spp9u9vWhr .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-spp9u9vWhr .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-spp9u9vWhr .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-spp9u9vWhr .mbr-shop .hide-modal {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-spp9u9vWhr .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-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-spp9u9vWhr .mbr-shop .filter-by-pu,
.cid-spp9u9vWhr .mbr-shop .filter-by-pd,
.cid-spp9u9vWhr .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-spp9u9vWhr .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-spp9u9vWhr .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-spp9u9vWhr .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .galleryItem h4,
.cid-spp9u9vWhr .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: 10px;
  transition: color 0.5s;
}
.cid-spp9u9vWhr .mbr-shop .galleryItem h5,
.cid-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .galleryItem p,
.cid-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .item-button {
  text-align: center;
}
.cid-spp9u9vWhr .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-spp9u9vWhr .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-spp9u9vWhr .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-spp9u9vWhr .mbr-shop .sidebar-block {
  position: relative;
}
.cid-spp9u9vWhr .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-spp9u9vWhr .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: #cb2210;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-item__hided h4,
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-item__hided h5,
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-spp9u9vWhr .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  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-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul li.active .btn {
  font-weight: bold;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #2f1893;
}
.cid-spp9u9vWhr .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-spp9u9vWhr .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-spp9u9vWhr .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #2f1893;
  font-weight: bold;
}
.cid-spp9u9vWhr .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #2f1893;
  border-radius: 2px;
  font-size: 0;
}
.cid-spp9u9vWhr .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #2f1893;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-spp9u9vWhr .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #2f1893;
}
.cid-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .range-controls {
  position: relative;
}
.cid-spp9u9vWhr .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-spp9u9vWhr .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #2f1893;
}
.cid-spp9u9vWhr .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #2f1893;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #2f1893;
  cursor: pointer;
}
.cid-spp9u9vWhr .mbr-shop .toggle:hover,
.cid-spp9u9vWhr .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-spp9u9vWhr .mbr-shop .min-toggle {
  left: 0;
}
.cid-spp9u9vWhr .mbr-shop .max-toggle {
  right: 0;
}
.cid-spp9u9vWhr .mbr-shop .hided-by-price {
  display: none;
}
.cid-spp9u9vWhr .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-spp9u9vWhr .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-spp9u9vWhr .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-spp9u9vWhr .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-spp9u9vWhr .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-spp9u9vWhr .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-spp9u9vWhr .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-spp9u9vWhr .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-spp9u9vWhr .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spp9u9vWhr .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-spp9u9vWhr .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-spp9u9vWhr .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-spp9u9vWhr .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-spp9u9vWhr .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-spp9u9vWhr .mbr-shop .shop-items .onsale,
.cid-spp9u9vWhr .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-spp9u9vWhr .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-spp9u9vWhr .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-spp9u9vWhr .mbr-shop .price-range {
  display: inline-block;
}
.cid-spp9u9vWhr .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-spp9u9vWhr .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-spp9u9vWhr .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-spp9u9vWhr .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-spp9u9vWhr .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-spp9u9vWhr .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-spp9u9vWhr .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-spp9u9vWhr .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-spp9u9vWhr .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-spp9u9vWhr .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-spp9u9vWhr .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-spp9u9vWhr .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spp9u9vWhr .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-spp9u9vWhr .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-spp9u9vWhr .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-spp9u9vWhr .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-spp9u9vWhr .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-spp9u9vWhr .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-spp9u9vWhr .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-spp9u9vWhr .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-spp9u9vWhr .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-spp9u9vWhr .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-spp9u9vWhr .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-spp9u9vWhr .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-spp9u9vWhr .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-spp9u9vWhr .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-spp9u9vWhr .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-spp9u9vWhr .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-spp9u9vWhr .item-title {
  color: #2f1893;
}
.cid-spp9u9vWhr .mbr-gallery-item .galleryItem {
  border-radius: 8px;
  overflow: hidden;
}
.cid-spp9u9vWhr .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #482be7;
}
.cid-spp9u9vWhr .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-spp9u9vWhr .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-spp9u9vWhr .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-spp9u9vWhr .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-spp9u9vWhr .mbr-gallery-item:hover .style_overlay {
  background: #55b4d4;
  opacity: 0.5;
  transition: all .5s;
}
.cid-spp9u9vWhr .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-spp9u9vWhr .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spp9u9vWhr .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-spp9u9vWhr LI {
  color: #2f1893;
}
.cid-spp9u9vWhr .sidebar-title {
  color: #2f1893;
}
@media (max-width: 576px) {
  .cid-spp9u9vWhr .mbr-shop .mbr-gallery-item,
  .cid-spp9u9vWhr .wrapper-shop-items,
  .cid-spp9u9vWhr .sidebar-block,
  .cid-spp9u9vWhr .sidebar-title,
  .cid-spp9u9vWhr .sidebar,
  .cid-spp9u9vWhr .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-spp9u9vWhr .filter-cost {
    max-width: 100%!important;
  }
  .cid-spp9u9vWhr .range-slider,
  .cid-spp9u9vWhr .categories,
  .cid-spp9u9vWhr .bestseller-block {
    text-align: center;
  }
}
.cid-spoMBEZdIr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spoMBEZdIr .mbr-section-title {
  margin-bottom: 15px;
}
.cid-spoMBEZdIr .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.cid-spoMBEZdIr .image {
  margin-bottom: 40px;
}
.cid-spoMBEZdIr .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.cid-spoMBEZdIr .subscribe__form {
  margin-top: 60px;
}
.cid-spoMBEZdIr .form-group {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-spoMBEZdIr .form-group {
    margin-right: 0;
  }
}
.cid-spoMBEZdIr .form-control {
  border: 2px solid #cb2210 !important;
  background-color: #ffffff !important;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.cid-spoMBEZdIr .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  padding: 0 30px;
}
.cid-spoMBEZdIr .mbr-form .btn {
  margin: 0;
}
.cid-spoMBEZdIr input::placeholder {
  color: #000000;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-spoMBEZdIr .dragArea .input-group-btn .btn,
  .cid-spoMBEZdIr .form-control {
    height: 50px;
  }
}
.cid-spqqaJKK07 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spqqaJKK07 .wrapper {
  line-height: 40px;
}
.cid-spqqaJKK07 .social {
  display: inline-block;
}
.cid-spqqaJKK07 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-spqqaJKK07 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-spqqaJKK07 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-spqqaJKK07 .brand {
  margin-bottom: 10px;
}
.cid-spqqaJKK07 a {
  font-weight: 700;
}
.cid-spqqaJKK07 a:hover {
  color: #482be7 !important;
}
.cid-spqqaJKK07 .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-spqqaJKK07 .privacy {
  margin-top: 10px;
}
.cid-spqqaJKK07 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
