/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
#bodyPrice {
  /*! jQuery UI - v1.12.1 - 2016-09-14
  * http://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
  /* support: IE8 - See #6727 */
  /* more specificity required here to override default borders */
  /* Component containers
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* Overrides for right-to-left sliders. */
}
#bodyPrice .ui-slider {
  position: relative;
  text-align: left;
}
#bodyPrice .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 0 !important;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
}
#bodyPrice .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-handle,
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#bodyPrice .ui-slider-horizontal {
  height: 7px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-handle {
  top: -1px;
  margin-left: -0.6em;
  background: #585860;
  border-radius: 100%;
  transition: 0s all;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range {
  top: 1px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#bodyPrice .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
#bodyPrice .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#bodyPrice .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#bodyPrice .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
#bodyPrice .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#bodyPrice .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
#bodyPrice .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
#bodyPrice .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
#bodyPrice .ui-spinner-up {
  top: 0;
}
#bodyPrice .ui-spinner-down {
  bottom: 0;
}
#bodyPrice .ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
#bodyPrice .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
#bodyPrice .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#bodyPrice .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#bodyPrice .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
#bodyPrice .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
#bodyPrice .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
#bodyPrice body .ui-tooltip {
  border-width: 2px;
}
#bodyPrice .ui-widget.ui-widget-content {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
}
#bodyPrice .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #F39B1F 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  margin-top: 4px;
  height: 3px !important;
}
#bodyPrice .ui-state-highlight,
#bodyPrice .ui-widget-content .ui-state-highlight,
#bodyPrice .ui-widget-header .ui-state-highlight {
  border: 1px solid #fefefe;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
  left: auto;
  right: 0;
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
  left: 0;
  right: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
  top: 0;
  bottom: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
  top: auto;
  bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: rgb(244.2, 165, 53.4);
}

.irs--flat .irs-bar {
  background-color: #585860;
}

.amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
}

.price__button {
  display: flex;
  padding: 13px 20px;
  margin: 0 auto;
  border-radius: 25px;
}

#amount0 {
  background: transparent !important;
  border: 0;
  color: #585858;
  text-align: right;
  padding: 10px 0;
  font-size: 12px;
}

#amount1 {
  background: transparent !important;
  border: 0;
  color: #585858;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
}

.p-abs {
  position: absolute;
}

.filter-accordion {
  width: 100%;
  /* filter accordion collapse show */
  /* filter accordion item */
  /* filter accordion header */
  /* filter accordion button */
  /* filter accordion icon */
  /* filter accordion filter done */
  /* filter accordion body item */
  /* filter accordion collapse color */
  /* filter accordion show more less */
  /* filter accordion more item */
  /* filter accordion show less */
}
.filter-accordion .collapse.show {
  margin-bottom: 15px;
}
.filter-accordion .collapse.show > ul {
  max-height: 350px;
  overflow: auto;
}
.filter-accordion__item {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.filter-accordion__header {
  font-size: 14.5px;
  margin: 0;
}
.filter-accordion__button {
  background-color: transparent;
  border: none;
  color: #333;
  width: 100%;
  cursor: pointer;
  padding: 10px 0 10px;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.filter-accordion__icon {
  font-size: 14px;
  color: #888;
}
.filter-accordion .filter-done {
  color: #fff;
  background: #F39B1F;
  border-radius: 20px;
  padding: 12px 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  transition: all 300ms linear;
}
.filter-accordion .filter-done:hover {
  background-color: rgb(244.2, 165, 53.4);
}
.filter-accordion__body-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.filter-accordion .collapse-color {
  /* collapse color check box */
}
.filter-accordion .collapse-color .checkbox-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  background-color: var(--data-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
  z-index: 0;
}
.filter-accordion .show-more-less {
  text-align: left;
}
.filter-accordion .more-item {
  font-size: 12px;
  color: #F39B1F;
  margin: 15px 0;
}
.filter-accordion .show-less {
  font-size: 12px;
  color: #F39B1F;
  display: none;
}

/* filter accordion */
.filter-switch {
  /* filter switch toggle control */
}
.filter-switch .toggle-control {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  user-select: none;
  /* toggle control input */
  /* toggle control input checked control */
  /* toggle control control */
}
.filter-switch .toggle-control input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-switch .toggle-control input:checked ~ .control {
  background-color: #F39B1F;
}
.filter-switch .toggle-control input:checked ~ .control:after {
  left: 26px;
}
.filter-switch .toggle-control .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: rgb(224.4, 224.4, 224.4);
  transition: background-color 0.15s ease-in;
  white-space: nowrap;
  padding-right: 43px;
}
.filter-switch .toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: white;
  transition: left 0.15s ease-in;
}

/* filter switch */
.color {
  /* color field div */
  /* color input checkbox */
  /* color input checkbox red */
  /* color input checkbox blue */
  /* color input checkbox black */
  /* color input checkbox checked */
}
.color__field div {
  display: inline-block;
}
@media (max-width: 360px) {
  .color__field div {
    margin-bottom: 10px;
  }
}
.color__field div .color__input[type=checkbox] {
  display: none;
}
.color__input[type=checkbox] + .color__label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color__input[type=checkbox]#red + .color__label span {
  background-color: #c91524;
}
.color__input[type=checkbox]#blue + .color__label span {
  background-color: #314780;
}
.color__input[type=checkbox]#black + .color__label span {
  background-color: #323232;
}
.color__input[type=checkbox]:checked + .color__label span {
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.8666666667);
  text-align: center;
  padding-top: 4px;
}
.color__input[type=checkbox]:checked + .color__label span:before {
  font-size: 1.3rem;
  content: "\e974";
  font-family: "icomoon";
  color: #fff;
}

/* color */
.filter-box {
  justify-content: center;
  /* filter box query */
  /* filter box active */
  /* filter box close */
  /* filter box wrapper */
}
@media only screen and (max-width: 991.98px) {
  .filter-box {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    z-index: 2000;
    padding: 0;
    overflow: auto;
    transition: all 300ms linear;
  }
}
.filter-box.active {
  right: 0;
}
.filter-box__close {
  margin-top: 10px;
  margin-bottom: 15px;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #F39B1F;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__close {
    display: flex;
  }
}
.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__wrapper {
    position: relative;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    height: 100%;
  }
}

/* filter box */
.filter-sm {
  padding-right: 15px;
  margin-bottom: 20px;
  /* filter sm query */
} /* filter sm */
.show-more-wrapper .show-more-item {
  display: none;
}

.common-card.product {
  background-color: #fff;
  width: 24.2%;
  height: 100%;
  display: inline-block;
  padding: 15px;
  border-radius: 15px;
  box-shadow: none;
  transition: all 0.5s;
}
@media screen and (max-width: 1199.98px) {
  .common-card.product {
    padding: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-card.product {
    flex: 0 0 calc(48% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-card.product {
    width: 32%;
  }
}
.common-card.product:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.common-card.product:hover .common-card__img .img {
  transform: scale(1.2);
}
.common-card.product:hover .common-card__title {
  color: #F39B1F;
  transition: all 0.5s;
}
.common-card.product .common-card__body {
  height: 50px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.common-card.product .common-card__title {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.5;
  height: 45px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991.98px) {
  .common-card.product .common-card__title {
    font-size: 14px;
  }
}
.common-card.product .common-card__img {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.common-card.product .common-card__img .img, .common-card.product .common-card__img picture {
  aspect-ratio: 2/3;
  object-fit: cover;
  transition: all 0.5s;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .common-card.product .common-card__img .img, .common-card.product .common-card__img picture {
    width: 100%;
  }
}

.product-archive-page .common-card.product {
  width: 100%;
}
.product-archive-page .common-card.product .common-card__img {
  height: 350px;
}
@media screen and (max-width: 479.98px) {
  .product-archive-page .common-card.product .common-card__img {
    height: 215px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .product-archive-page .common-card.product .common-card__img {
    height: 270px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  .product-archive-page .common-card.product .common-card__img {
    height: 300px;
  }
}

.common-card.blog:where(:hover, :focus-visible) .blog-card__title a.text {
  background-size: 100% 100%;
  background-position-x: right;
}
.common-card.blog .common-card__img {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
}
.common-card.blog .common-card__img .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 15px;
}
.common-card.blog .common-card__body {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  top: -25px;
  height: 80px;
}
@media screen and (max-width: 767.98px) {
  .common-card.blog .common-card__body {
    height: 70px;
    padding: 10px;
  }
}
.common-card.blog .common-card__title {
  height: 55px;
  line-height: 1.5;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767.98px) {
  .common-card.blog .common-card__title {
    height: 48px;
    font-size: 14px;
  }
}
.common-card.blog .common-card__title a.text {
  background: linear-gradient(0deg, #f4a535, #ffa900) no-repeat right bottom/0 100%;
  transition: background-size 500ms;
  line-height: 1.7;
  padding: 0 8px;
  color: #000;
}

@media screen and (max-width: 767.98px) {
  .blogSlider {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
    margin-bottom: 2rem;
  }
}
.videos {
  position: relative;
  z-index: 9;
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .videos {
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .videos {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .videos {
    height: 172px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .videos {
    height: 200px;
  }
}
.videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.videos iframe {
  width: 100%;
  height: 100%;
}

.video-link {
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  position: absolute;
  top: 42%;
  left: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-link:after {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
}
.video-link:before {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: pulsate1 800ms linear 400ms infinite;
}
@media only screen and (max-width: 991.98px) {
  .video-link {
    width: 50px;
    height: 50px;
    top: 35%;
    left: 45%;
  }
}
.video-link .modal-icon {
  color: black;
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.product-archive-box {
  padding: 17.5px;
  border-radius: 7.5px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.show-more {
  height: auto;
  overflow: visible;
  padding-bottom: 40px;
}
.show-more-wrapper {
  position: relative;
}

.hide-more {
  height: 200px;
  overflow: hidden;
}
.hide-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .hide-more::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-more {
    height: 150px;
  }
}

.show-more-button {
  position: absolute;
  bottom: 15px;
  left: 30px;
  cursor: pointer;
  z-index: 2;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  transition: all 300ms linear;
}
.show-more-button.active {
  color: #F39B1F;
  font-size: 14px;
}
.show-more-button.active [class^=icon-] {
  transform: rotate(90deg);
}
.show-more-button:hover {
  color: #F39B1F;
}
.show-more-button [class^=icon-] {
  font-size: 10px;
  transform: rotate(-90deg);
  transition: all 300ms linear;
}

.decoration {
  /* decoration wrapper */
  /* decoration slider wrapper */
  /* decoration title */
}
.decoration__wrapper {
  flex-wrap: nowrap;
}
.decoration__slider-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  width: 700px;
  margin: 0 15px;
}
.decoration__title {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

/* decoration */
.category-list {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  /* category list li tag */
  /* category list link */
}
.category-list li {
  width: 100%;
}
.category-list__link {
  text-align: right;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  color: #888;
  border: 3px solid rgb(237.15, 237.15, 237.15);
  font-size: 14.5px;
  font-weight: 500;
  /* link hover */
  /* link active */
}
.category-list__link:hover {
  border-color: rgb(254.6694915254, 252.2457627119, 248.8305084746);
}
.category-list__link.active {
  color: #F39B1F;
  border-color: rgb(254.6694915254, 252.2457627119, 248.8305084746);
}

/* category list */
.decoration-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* decoration main active */
  /* decoration main wrapper */
  /* decoration main img */
  /* decoration main img-2 */
  /* decoration main carpet */
}
.decoration-main .active {
  display: block;
}
.decoration-main__wrapper {
  position: relative;
  box-shadow: 0 10px 65px rgba(56, 93, 165, 0.15);
  border-radius: 10px;
  width: 982px;
  display: none;
  height: 100%;
}
.decoration-main__img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}
.decoration-main__img-2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  right: 0;
  border-radius: 16px;
}
.decoration-main__carpet {
  position: absolute;
  z-index: 2;
  /* carpet type1 */
  /* carpet type2 */
  /* carpet type3 */
  /* carpet type4 */
}
.decoration-main__carpet.type1 {
  display: block;
  transform-origin: center;
  width: 523px;
  height: 310px;
  bottom: -46px;
  right: 57px;
  -moz-transform: perspective(526px) rotateX(60deg) rotateY(2deg) rotateZ(-8deg) skewY(6deg) skewX(-9deg);
  -ms-transform: perspective(526px) rotateX(60deg) rotateY(2deg) rotateZ(-8deg) skewY(6deg) skewX(-9deg);
  -webkit-transform: perspective(526px) rotateX(60deg) rotateY(2deg) rotateZ(-8deg) skewY(6deg) skewX(-9deg);
  transform: perspective(526px) rotateX(60deg) rotateY(2deg) rotateZ(-8deg) skewY(6deg) skewX(-9deg);
}
.decoration-main__carpet.type2 {
  height: 354px;
  display: block;
  width: 377px;
  transform-origin: center;
  bottom: -41px;
  right: 155px;
  -moz-transform: perspective(540px) rotateX(70deg) rotateY(0deg) rotateZ(122deg) skewY(1deg) skewX(0deg);
  -ms-transform: perspective(540px) rotateX(70deg) rotateY(0deg) rotateZ(122deg) skewY(1deg) skewX(0deg);
  -webkit-transform: perspective(540px) rotateX(70deg) rotateY(0deg) rotateZ(122deg) skewY(1deg) skewX(0deg);
  transform: perspective(540px) rotateX(70deg) rotateY(0deg) rotateZ(122deg) skewY(1deg) skewX(0deg);
}
.decoration-main__carpet.type3 {
  display: block;
  transform-origin: center;
  width: 369px;
  height: 379px;
  bottom: -16px;
  right: 80px;
  -moz-transform: perspective(259px) rotateX(34deg) rotateY(2deg) rotateZ(-62deg) skewY(17deg) skewX(9deg);
  -ms-transform: perspective(259px) rotateX(34deg) rotateY(2deg) rotateZ(-62deg) skewY(17deg) skewX(9deg);
  -webkit-transform: perspective(259px) rotateX(34deg) rotateY(2deg) rotateZ(-62deg) skewY(17deg) skewX(9deg);
  transform: perspective(259px) rotateX(34deg) rotateY(2deg) rotateZ(-62deg) skewY(17deg) skewX(9deg);
}
.decoration-main__carpet.type4 {
  display: block;
  transform-origin: center;
  width: 470px;
  height: 495px;
  bottom: -27px;
  right: 45px;
  -moz-transform: perspective(435px) rotateX(61deg) rotateY(-2deg) rotateZ(38deg) skewY(-15deg) skewX(-11deg);
  -ms-transform: perspective(435px) rotateX(61deg) rotateY(-2deg) rotateZ(38deg) skewY(-15deg) skewX(-11deg);
  -webkit-transform: perspective(435px) rotateX(61deg) rotateY(-2deg) rotateZ(38deg) skewY(-15deg) skewX(-11deg);
  transform: perspective(435px) rotateX(61deg) rotateY(-2deg) rotateZ(38deg) skewY(-15deg) skewX(-11deg);
}

/* decoration main */
.decoration-rug {
  padding: 15px 0;
  position: relative;
  top: -30px;
  margin-top: 30px;
  overflow: hidden;
  /* decoration rug img */
  /* decoration rug card */
  /* decoration rug link */
  /* decoration rug img */
}
.decoration-rug img {
  width: 100%;
}
.decoration-rug__card {
  position: relative;
  cursor: pointer;
  /* card hover */
}
.decoration-rug__card:hover .decoration-rug__link {
  opacity: 1;
  transform: translateY(5px);
}
.decoration-rug__link {
  width: 100%;
  padding: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 300ms linear;
}
.decoration-rug__img {
  border-radius: 10px;
  overflow: hidden;
}

/* decoration rug */
.decoration-decor {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  width: calc(100% - 1030px);
  flex-wrap: wrap;
  margin: 0;
  /* decoration decor item */
  /* decoration decor img */
}
.decoration-decor__item {
  position: relative;
  height: 90px;
  width: 150px;
  margin-bottom: 18px;
  object-fit: fill;
  box-shadow: 0 10px 65px rgba(56, 93, 165, 0.15);
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .decoration-decor__item {
    height: 60px;
  }
}
.decoration-decor__img {
  width: 100%;
  position: absolute;
  height: 90px;
  object-fit: fill;
}
@media screen and (max-width: 550px) {
  .decoration-decor__img {
    height: 60px;
  }
}

/* decoration decor */
.rug-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
  /* rug slider hover */
  /* rug slider owl nav */
}
.rug-slider:hover .swiper-button-prev, .rug-slider:hover .swiper-button-next {
  opacity: 1;
}
.rug-slider .swiper-button-prev, .rug-slider .swiper-button-next {
  top: calc(50% - 22px);
  border: none;
  background-color: #F39B1F;
  box-shadow: none;
  position: absolute;
  opacity: 0;
  /* owl nav owl prev and owl next */
}
@media screen and (max-width: 1440px) {
  .rug-slider .swiper-button-prev, .rug-slider .swiper-button-next {
    margin-top: -20px;
  }
}
@media screen and (max-width: 992px) {
  .rug-slider .swiper-button-prev, .rug-slider .swiper-button-next {
    display: none;
  }
}
.rug-slider .swiper-button-prev .swiper-button-prev::after, .rug-slider .swiper-button-prev .swiper-button-next::after, .rug-slider .swiper-button-next .swiper-button-prev::after, .rug-slider .swiper-button-next .swiper-button-next::after {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}
.rug-slider .swiper-button-prev::after, .rug-slider .swiper-button-next::after {
  color: white;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
}
.rug-slider .swiper-button-prev {
  right: 0 !important;
  border-radius: 50% 0 0 50%;
}
.rug-slider .swiper-button-next {
  left: 0 !important;
  border-radius: 0 50% 50% 0;
}
.rug-slider .swiper-button-disabled {
  filter: grayscale(60%);
}

/* rug slider */
@media screen and (max-width: 767.98px) {
  .common-card.blog {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-card.blog {
    width: 100%;
  }
}

/*# sourceMappingURL=archives.css.map */
