body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.89rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.424rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.712rem;
    font-size: calc( 0.9615rem + (0.89 - 0.9615) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9615rem + (0.89 - 0.9615) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #e4d295 !important;
}
.bg-info {
  background-color: #7b4005 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7b4005 !important;
  border-color: #7b4005 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #311a02 !important;
  border-color: #311a02 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #311a02 !important;
  border-color: #311a02 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #190d01;
  color: #190d01;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7b4005;
  border-color: #7b4005;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7b4005 !important;
  border-color: #7b4005 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #e4d295 !important;
}
.text-info {
  color: #7b4005 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cfaf44 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #190d01 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #70c770;
}
.alert-info {
  background-color: #7b4005;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #f5800a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rGM58UY7si {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/2000x950-1-2000x950.jpg");
}
.cid-rGM58UY7si H1 {
  color: #f9f295;
  text-align: right;
}
.cid-rGM58UY7si .mbr-text,
.cid-rGM58UY7si .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uR8hhW4bHD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uR8hhW4bHD .mbr-text {
    text-align: right;
  }
}
.cid-uR8hhW4bHD .container-fluid {
  padding: 0;
}
.cid-uR8hhW4bHD .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8hhW4bHD img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8hhW4bHD .mbr-figure {
  height: 100%;
}
.cid-uR8hhW4bHD .col-lg-6 {
  padding: 0;
}
.cid-uR8hhW4bHD .row {
  margin: 0;
}
.cid-uR8hhW4bHD ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8hhW4bHD DIV {
  text-align: right;
}
.cid-uR8gyZ7gdj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01141a;
}
@media (max-width: 767px) {
  .cid-uR8gyZ7gdj .mbr-text {
    text-align: right;
  }
}
.cid-uR8gyZ7gdj .container-fluid {
  padding: 0;
}
.cid-uR8gyZ7gdj .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8gyZ7gdj img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8gyZ7gdj .mbr-figure {
  height: 100%;
}
.cid-uR8gyZ7gdj .col-lg-6 {
  padding: 0;
}
.cid-uR8gyZ7gdj .row {
  margin: 0;
}
.cid-uR8gyZ7gdj .mbr-text,
.cid-uR8gyZ7gdj .mbr-section-btn {
  text-align: right;
}
.cid-uR8gyZ7gdj H1 {
  text-align: right;
  padding-top: 100px;
}
.cid-uR8gyZ7gdj btn {
  margin: .3rem .7rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.35rem 2rem;
  border-radius: 3px;
  height: 32px;
}
.cid-uR8gyZ7gdj ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8gRYCbTf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uR8gRYCbTf .mbr-text {
    text-align: right;
  }
}
.cid-uR8gRYCbTf .container-fluid {
  padding: 0;
}
.cid-uR8gRYCbTf .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8gRYCbTf img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8gRYCbTf .mbr-figure {
  height: 100%;
}
.cid-uR8gRYCbTf .col-lg-6 {
  padding: 0;
}
.cid-uR8gRYCbTf .row {
  margin: 0;
}
.cid-uR8gRYCbTf ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8gRYCbTf DIV {
  text-align: right;
}
.cid-uR8h5m26NN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01141a;
}
@media (max-width: 767px) {
  .cid-uR8h5m26NN .mbr-text {
    text-align: right;
  }
}
.cid-uR8h5m26NN .container-fluid {
  padding: 0;
}
.cid-uR8h5m26NN .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8h5m26NN img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8h5m26NN .mbr-figure {
  height: 100%;
}
.cid-uR8h5m26NN .col-lg-6 {
  padding: 0;
}
.cid-uR8h5m26NN .row {
  margin: 0;
}
.cid-uR8h5m26NN ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8h5m26NN DIV {
  text-align: right;
}
.cid-uR8h5m26NN H1 {
  text-align: center;
}
.cid-ucyKWQzlLj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #879a9f;
}
.cid-ucyKWQzlLj .line {
  background-color: #000000;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-ucyKWQzlLj .mbr-text {
  text-align: left;
  color: #efefef;
  font-size: 19px;
}
.cid-uR8ioawqcA {
  background-image: url("../../../assets/images/shop4-8.jpg");
}
.cid-uR8ioawqcA .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-uR8ioawqcA .card .card-wrapper {
  height: 1%;
}
.cid-uR8ioawqcA .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-uR8ioawqcA .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-uR8ioawqcA .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-uR8ioawqcA .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-uR8ioawqcA .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uR8ioawqcA {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-uR8ioawqcA .container-fluid {
    padding: 0 1rem;
  }
  .cid-uR8ioawqcA .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uR8ioawqcA {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uR8ioawqcA .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-uR8ioawqcA .card-btn {
    opacity: 1;
  }
}
.cid-uR8ioawqcA p {
  margin-bottom: 0;
}
.cid-uR8ioawqcA h2 {
  margin-bottom: 1rem;
}
.cid-uR8ioawqcA .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-uR8ioawqcA .btn-line {
  margin-top: 3rem;
}
.cid-uR8ioawqcA H2 {
  text-align: left;
  color: #0f7699;
}
.cid-uR8ioawqcA .mbr-section-subtitle,
.cid-uR8ioawqcA .title-btn {
  text-align: left;
  color: #073b4c;
}
.cid-uR8ioawqcA .mbr-text,
.cid-uR8ioawqcA .card-btn {
  color: #cc2952;
}
.cid-uR8iDxwOfl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uR8iDxwOfl .mbr-text {
    text-align: right;
  }
}
.cid-uR8iDxwOfl .container-fluid {
  padding: 0;
}
.cid-uR8iDxwOfl .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8iDxwOfl img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8iDxwOfl .mbr-figure {
  height: 100%;
}
.cid-uR8iDxwOfl .col-lg-6 {
  padding: 0;
}
.cid-uR8iDxwOfl .row {
  margin: 0;
}
.cid-uR8iDxwOfl ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8iDxwOfl DIV {
  text-align: right;
}
.cid-uR8ivUpwkR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR8ivUpwkR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR8ivUpwkR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR8ivUpwkR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR8ivUpwkR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR8ivUpwkR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uR8ivUpwkR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR8ivUpwkR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR8ivUpwkR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uR8ivUpwkR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uR8jbGTYo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uR8jbGTYo0 .mbr-text {
    text-align: right;
  }
}
.cid-uR8jbGTYo0 .container-fluid {
  padding: 0;
}
.cid-uR8jbGTYo0 .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-uR8jbGTYo0 img {
  height: 100%;
  object-fit: cover;
}
.cid-uR8jbGTYo0 .mbr-figure {
  height: 100%;
}
.cid-uR8jbGTYo0 .col-lg-6 {
  padding: 0;
}
.cid-uR8jbGTYo0 .row {
  margin: 0;
}
.cid-uR8jbGTYo0 .mbr-text,
.cid-uR8jbGTYo0 .mbr-section-btn {
  text-align: right;
}
.cid-uR8jbGTYo0 ub {
  color: #e4d295;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  text-decoration: 1px #e4d295 solid underline;
}
.cid-uR8jbGTYo0 DIV {
  text-align: right;
}
.cid-uR8jq5kyhj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR8jq5kyhj .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uR8jq5kyhj .mbr-shop .row {
  margin: 0;
}
.cid-uR8jq5kyhj .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uR8jq5kyhj .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uR8jq5kyhj .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uR8jq5kyhj .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uR8jq5kyhj .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uR8jq5kyhj .mbr-shop .hide-modal {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uR8jq5kyhj .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-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uR8jq5kyhj .mbr-shop .filter-by-pu,
.cid-uR8jq5kyhj .mbr-shop .filter-by-pd,
.cid-uR8jq5kyhj .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uR8jq5kyhj .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uR8jq5kyhj .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uR8jq5kyhj .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: 15px;
  width: 33%;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem h4,
.cid-uR8jq5kyhj .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem h5,
.cid-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .galleryItem p,
.cid-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .item-button {
  text-align: center;
}
.cid-uR8jq5kyhj .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uR8jq5kyhj .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uR8jq5kyhj .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-uR8jq5kyhj .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uR8jq5kyhj .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uR8jq5kyhj .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item__hided h4,
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item__hided h5,
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uR8jq5kyhj .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uR8jq5kyhj .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uR8jq5kyhj .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uR8jq5kyhj .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uR8jq5kyhj .mbr-shop .range-controls {
  position: relative;
}
.cid-uR8jq5kyhj .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uR8jq5kyhj .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-uR8jq5kyhj .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-uR8jq5kyhj .mbr-shop .toggle:hover,
.cid-uR8jq5kyhj .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uR8jq5kyhj .mbr-shop .min-toggle {
  left: 0;
}
.cid-uR8jq5kyhj .mbr-shop .max-toggle {
  right: 0;
}
.cid-uR8jq5kyhj .mbr-shop .hided-by-price {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uR8jq5kyhj .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uR8jq5kyhj .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uR8jq5kyhj .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uR8jq5kyhj .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uR8jq5kyhj .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-uR8jq5kyhj .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-uR8jq5kyhj .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uR8jq5kyhj .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-uR8jq5kyhj .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-uR8jq5kyhj .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uR8jq5kyhj .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uR8jq5kyhj .mbr-shop .price-range {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .price-range-reset {
  display: none;
}
.cid-uR8jq5kyhj .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uR8jq5kyhj .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uR8jq5kyhj .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uR8jq5kyhj .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uR8jq5kyhj .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uR8jq5kyhj .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uR8jq5kyhj .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uR8jq5kyhj .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uR8jq5kyhj .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uR8jq5kyhj .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uR8jq5kyhj .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uR8jq5kyhj .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uR8jq5kyhj .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uR8jq5kyhj .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uR8jq5kyhj .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uR8jq5kyhj .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uR8jq5kyhj .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uR8jq5kyhj .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uR8jq5kyhj .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uR8jq5kyhj .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uR8jq5kyhj .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uR8jq5kyhj .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uR8jq5kyhj .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uR8jq5kyhj .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8jq5kyhj .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uR8jq5kyhj .range-controls {
  display: block !important;
}
.cid-uR8jq5kyhj .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uR8jq5kyhj .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-uR8jq5kyhj .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-uR8jq5kyhj .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uR8jq5kyhj .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uR8jq5kyhj .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-uR8jq5kyhj .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uR8jq5kyhj .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uR8jq5kyhj .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uR8jq5kyhj .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uR8jq5kyhj .categories {
  padding: 0;
}
.cid-uR8jq5kyhj .sidebar-title {
  font-weight: bold;
}
.cid-ucy6r1C2vP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ucy6r1C2vP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucy6r1C2vP .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ucy6r1C2vP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ucy6r1C2vP .inner-container {
    width: 100% !important;
  }
}
.cid-rH3NoAi8Ow {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3NoAi8Ow H1 {
  text-align: right;
  padding-left: 45px;
}
.cid-rH3NoAi8Ow DIV {
  text-align: right;
}
.cid-ulU7u0cTNJ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #fffdf5;
}
.cid-ulU7u0cTNJ .mbr-text {
  color: #767676;
}
.cid-ulU7u0cTNJ h4 {
  text-align: center;
}
.cid-ulU7u0cTNJ p {
  text-align: center;
}
.cid-ulU7u0cTNJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucyBALWg2o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-ucyBALWg2o hr.top-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-ucyBALWg2o hr.bot-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-ucyBALWg2o h2 {
  float: left;
  color: #0082c3;
}
.cid-ucyBALWg2o .btn {
  align: left !important;
  padding: 11px 10px !important;
  border-width: 1px !important;
  margin: 0px 14px 5px 0px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 145px;
  height: 36px;
  text-align: left;
}
.cid-ucyBALWg2o H2 {
  color: #e4d295;
}
.cid-ssS3nwO31q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3nwO31q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3nwO31q .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3nwO31q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3nwO31q .inner-container {
    width: 100% !important;
  }
}
.cid-rH3NYwUMhT {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3NYwUMhT H1 {
  text-align: right;
  padding-left: 45px;
}
.cid-rH3O2W5gAG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH3O2W5gAG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O2W5gAG .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O2W5gAG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O2W5gAG .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O6ESezN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O6ESezN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O6ESezN .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O6ESezN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O6ESezN .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O7roYTw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O7roYTw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O7roYTw .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O7roYTw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O7roYTw .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O8J2Li4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O8J2Li4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O8J2Li4 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O8J2Li4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O8J2Li4 .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O9FZydY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH3O9FZydY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O9FZydY .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O9FZydY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O9FZydY .inner-container {
    width: 100% !important;
  }
}
.cid-ucyBS6ZCuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-ucyBS6ZCuF hr.top-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-ucyBS6ZCuF hr.bot-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-ucyBS6ZCuF h2 {
  float: left;
  color: #0082c3;
}
.cid-ucyBS6ZCuF .btn {
  align: left !important;
  padding: 11px 10px !important;
  border-width: 1px !important;
  margin: 0px 14px 5px 0px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 145px;
  height: 36px;
  text-align: left;
}
.cid-ucyBS6ZCuF H2 {
  color: #e4d295;
}
.cid-ssS3xROLH2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3xROLH2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3xROLH2 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3xROLH2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3xROLH2 .inner-container {
    width: 100% !important;
  }
}
.cid-rH3OhYdI0B {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3OhYdI0B H1 {
  text-align: right;
  padding-left: 45px;
}
.cid-rH3OmVMfRC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH3OmVMfRC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3OmVMfRC .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-rH3OmVMfRC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3OmVMfRC .inner-container {
    width: 100% !important;
  }
}
.cid-ulU7eL6Jw2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulU7eL6Jw2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ulU7eL6Jw2 .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  text-align: left;
  color: #000000;
}
.cid-ulU7eL6Jw2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ulU7eL6Jw2 .inner-container {
    width: 100% !important;
  }
}
.cid-ulU7eL6Jw2 top {
  color: #ff00ff;
  text-align: left;
  text-decoration: underline overline;
}
.cid-ucyBXAVN1o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-ucyBXAVN1o hr.top-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-ucyBXAVN1o hr.bot-hr {
  border-top: 1px solid #465052;
  width: 98%;
  margin: 9px 0px 0px 0px;
  padding: 0px;
}
.cid-ucyBXAVN1o h2 {
  float: left;
  color: #0082c3;
}
.cid-ucyBXAVN1o .btn {
  align: left !important;
  padding: 11px 10px !important;
  border-width: 1px !important;
  margin: 0px 14px 5px 0px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 145px;
  height: 36px;
  text-align: left;
}
.cid-ucyBXAVN1o H2 {
  color: #e4d295;
}
.cid-ssS3C8Jzbb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3C8Jzbb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3C8Jzbb .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3C8Jzbb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3C8Jzbb .inner-container {
    width: 100% !important;
  }
}
