/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-new-article/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

@media (max-width: 767.98px) {
  .price-text {
    font-size: 12px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}

.fixed-product-wrapper {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.fixed-product-wrapper img {
  height: auto !important;
  max-width: 96px !important;
}
.fixed-product-wrapper .product-card {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.fixed-product-wrapper .product-card:not(:first-child):after {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15%;
  left: 0;
  background-color: #ececec;
}
.fixed-product-wrapper .close-wrapper .close-bg {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  width: 56px;
  height: 56px;
  top: -28px;
  right: -28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.fixed-product-wrapper .close-wrapper .close-btn {
  cursor: pointer;
  padding: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 11;
  right: 3px;
  top: 3px;
  fill: #7c7c7c;
}
.fixed-product-wrapper .close-wrapper .close-btn svg {
  width: 14px;
  height: 14px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: var(--relx-gutter-x, 1rem) !important;
  padding-left: var(--relx-gutter-x, 1rem) !important;
}

.article-template-section {
  background-color: #fafafa;
}

.article-container {
  padding: 40px 40px 16px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 32px;
}
@media (max-width: 767.98px) {
  .article-container {
    padding: 32px 16px 16px !important;
    border-radius: 16px;
    font-size: 16px;
  }
}
.article-container .article-content img {
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .article-container .article-content img {
    border-radius: 16px;
  }
}

.product-wrapper-list {
  position: sticky;
  top: var(--relx-header-height);
}

.socialButtons {
  padding: 0;
  margin: 20px 0 0;
}

.socialButtons li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.socialButtons li a {
  color: #363636 !important;
  padding-left: 5px;
  font-size: 30px;
}

.socialButtons li a:hover {
  color: #0687c7 !important;
}

.socialButtons li:nth-of-type(1) {
  position: relative;
  top: -8px;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: ootsb !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  display: inline;
  margin-right: 0.2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
  font-weight: 400;
}

.icon-circle-left:before {
  content: "\e903";
}

.icon-circle-right:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-flikr:before {
  content: "\e907";
}

.icon-google:before {
  content: "\e908";
}

.icon-houzz:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-mail:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
  font-weight: 400;
}

.icon-minus:before {
  content: "\e90f";
}

.icon-pinterest:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
  font-weight: 700;
}

.icon-snapchat:before {
  content: "\e914";
}

.icon-tumblr:before {
  content: "\e915";
}

.icon-twitter:before {
  content: "\e916";
}

.icon-vimeo:before {
  content: "\e917";
}

.icon-youtube:before {
  content: "\e918";
}

.icon-user-icon:before {
  content: "\f100";
}

.social-icons {
  margin-bottom: 15px;
}

.excerpt-length--lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.excerpt-length--sm .truncation-fade {
  display: none;
}

.excerpt {
  line-height: 1.8em;
  position: relative;
  max-height: 9em;
  margin-bottom: 1em;
  overflow: hidden;
}
