@charset "UTF-8";
:root {
  --color1: var(--primary-light-color);
  --color2: var(--primary-middle-color);
  --color3: var(--primary-dark-color);
  --color4: var(--secondary-light-color);
  --color5: var(--secondary-middle-color);
  --color6: var(--secondary-dark-color);
  --color7: var(--main-background);
  --color8: var(--footer-background);
  --color9: var(--footer-text);
}

body ::selection {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-selection {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
body ::-webkit-scrollbar-thumb {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-scrollbar-track {
  background: var(--color1);
  color: var(--color4);
}

/*p{
  float:$left;
  padding-left:20px;
}*/
.owl-product .item {
  padding: 20px 20px 5px 20px;
}

.product-grid8 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid #f1f1f1;
  background-color: white;
  width: 100%;
  position: relative;
  transition: 0.5s all;
}
.product-grid8 img {
  transition: 0.5s all;
}
.product-grid8:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 2;
  transition: 0.5s all;
}
.product-grid8:hover .product-content .title {
  color: var(--color2);
}
.product-grid8 .product-image8 {
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-grid8 .product-discount-label {
  display: block;
  padding: 7px;
  color: #fff;
  background-color: var(--color2);
  position: absolute;
  top: 10px;
  right: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-grid8 .product-content {
  height: 130px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.product-grid8 .product-content .product-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  bottom: 12px;
  padding-top: 12px;
  border-top: #ccc solid 1px;
  right: 0;
}
.product-grid8 .product-content .product-details .icon {
  padding-left: 5px;
  font-size: 16px;
  top: -3px;
  position: relative;
}
.product-grid8 .product-content .product-details-item {
  display: flex;
  color: #363636;
}
.product-grid8 .product-content .product-details-item span {
  display: inline-block;
}
.product-grid8 .product-content .size-title {
  color: #555;
  font-size: 12px;
  font-weight: 300;
  top: 5px;
  position: relative;
}
.product-grid8 .product-content .price {
  color: #8a0a0a;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  transition: all 0.3s;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.product-grid8 .product-content .price span {
  color: lightgrey;
  font-size: 1.3rem;
  text-decoration: line-through;
  margin-left: 7px;
  margin-right: 2px;
  display: inline-block;
}
.product-grid8 .product-content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  height: 48px;
  line-height: 1.7;
  font-size: 1.4rem;
  margin: 0;
  margin-top: 10px;
  color: #585858;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: right;
}
.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  transform: translate(-50%, 0);
  z-index: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .product-grid8 .social {
    right: -14px;
  }
}
.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s;
}
.product-grid8 .social li a {
  color: var(--color2);
  background-color: #e4ece0;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.product-grid8 .social li a:hover {
  color: var(--color5);
}
@media (max-width: 767.98px) {
  .product-grid8 .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .product-grid8 .social li {
    opacity: 1;
    transform: translateY(0);
    margin: 0 0 13px;
  }
}

.archiveproduct {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .archiveproduct .content {
    position: relative;
    top: -35px;
  }
}
.archiveproduct .titles {
  margin-bottom: 30px;
}

.fillter-sm {
  padding-right: 0;
  margin-right: 0.5%;
}
@media (max-width: 575.98px) {
  .fillter-sm {
    margin-right: 3%;
  }
}
.fillter-sm__button {
  background: #f3f3f3;
  color: #000;
  font-size: 1.3rem;
  padding: 10px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fillter-sm__button span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fillter-sm__button span span {
  font-size: 1.2rem;
  margin-right: 10px;
}

.filter-box {
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter-box__wrapper {
  width: 100%;
  padding: 0;
}

.filter-search {
  width: 100%;
}
.filter-search__form {
  position: relative;
}
.filter-search__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.filter-search__field {
  margin: 1.5rem 0 0 0;
}
.filter-search__field input {
  background: #ffffff;
  height: 37px;
  font-size: 1.2rem;
  width: 100%;
  color: #4b4b4b;
  border: none;
}
.filter-search__submit {
  background: transparent;
  border: none;
  width: 34px;
  left: 0;
  right: auto;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.filter-search__submit span {
  color: var(--color2);
  font-weight: 700;
  font-size: 1.5rem;
}

.filter-accordion {
  background: #fff;
  padding: 8px 20px;
}
@media screen and (max-width: 991.98px) {
  .filter-accordion {
    height: 100vh;
  }
}
.filter-accordion .color {
  margin: 1.5rem 0 2rem;
}
.filter-accordion .collapse.show {
  margin-bottom: 15px;
}
.filter-accordion__item {
  margin-bottom: 0;
  border-bottom: 1px solid #f5f5f5;
}
.filter-accordion__header {
  font-size: 1.4rem;
  border-bottom: 0;
  margin: 0;
}
.filter-accordion__button {
  background-color: transparent;
  border: none;
  color: #333;
  width: 100%;
  cursor: pointer;
  padding: 1.5rem 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-accordion__icon {
  font-size: 1.3rem;
  color: #bbb;
}
.filter-accordion .filter-done {
  color: #fff;
  background: var(--color2);
  border-radius: 20px;
  padding: 12px 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.filter-accordion .filter-done:hover {
  background-color: var(--color3);
}
@media screen and (max-width: 991.98px) {
  .filter-accordion .filter-done .filter-text {
    color: #fff;
    border-left: 0;
  }
}
.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 .checkbox-label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--data-color);
  box-shadow: 0 0 0 1px #f1f1f1;
  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 {
  color: #1870ce;
  margin: 15px 0;
}
.filter-accordion .show-less {
  color: #1870ce;
  margin: 15px 0;
  display: none;
}

.filter-switch .toggle-control {
  display: block;
  position: relative;
  padding-right: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #585858;
  user-select: none;
}
.filter-switch .toggle-control input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-switch .toggle-control input:checked ~ .control {
  background-color: var(--color2);
}
.filter-switch .toggle-control input:checked ~ .control:after {
  left: 22px;
}
.filter-switch .toggle-control .control {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: darkgray;
  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: 2px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: white;
  transition: left 0.15s ease-in;
}

.archive-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .archive-product {
    padding-top: 3%;
  }
}
.archive-product .item {
  border-bottom: 1px solid #e7e7e7;
}
.archive-product__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  padding: 0;
}
.archive-product__items .card-oldPrice {
  margin-left: 45px;
  margin-right: 0;
}
.archive-product__items .price-wrapper {
  text-align: left;
  bottom: 6px;
  top: auto;
  position: absolute;
  left: 50%;
  flex-direction: column-reverse;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 65px;
  transform: translate(-50%);
}
.archive-product__items .card-price {
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 7px;
}
.archive-product__items .card-oldPrice {
  font-size: 1rem;
  margin-bottom: 5px;
}
.archive-product__items .product-card-off-percent {
  top: -4px;
}
.archive-product__items .product-grid8 {
  padding: 0 15px;
}
.archive-product__items .product-image8 {
  max-width: 100%;
  margin: auto;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-product__items .product-image8 img {
  max-height: 100%;
  padding-top: 15px;
}
@media (max-width: 480px) {
  .archive-product__items {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.filter-box-modal {
  width: 100% !important;
  background: #fbfbfb;
  padding: 1em 2rem;
  margin-top: auto !important;
}
.filter-box-modal .close-modal {
  text-align: left;
}
.filter-box-modal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.filter-box-modal__close span {
  color: var(--color2);
  font-size: 24px;
}

.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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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 #676767dd;
  text-align: center;
  padding-top: 4px;
}
.color__input[type=checkbox]:checked + .color__label span:before {
  font-size: 1.3rem;
  content: "";
  font-family: "icomoon";
  color: #fff;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: var(--color1);
}

.irs--flat .irs-bar {
  background-color: var(--color5);
}

.show-more-wrapper .show-more-item {
  display: none;
}

.filter-toggler {
  position: absolute;
  right: 20px;
  width: 50px;
  background: transparent;
  height: 50px;
  top: -10px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
  color: var(--color2);
}

.filter-text {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 991.98px) {
  .sidebar__inner {
    bottom: 0;
    z-index: 999999;
    overflow: auto;
    padding-top: 15px;
    position: fixed;
    right: 0px;
    top: 0;
    left: 15px;
    padding-bottom: 50px;
    height: 100vh;
    width: 100vw !important;
    background: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar__inner .filter-accordion {
    padding-top: 15px;
    border-radius: 0;
  }
}

.filter-close {
  position: fixed;
  cursor: pointer;
  z-index: 9;
  left: 20px;
  top: 15px;
}
.filter-close .icon {
  font-size: 11px;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 100%;
  color: #aaa;
}

.smallProduct .product-grid8 {
  padding: 0 25px 20px 25px;
}
.smallProduct .product-color {
  right: 5px;
}
.smallProduct .product-details-item {
  white-space: nowrap;
  align-items: center;
}
.smallProduct .product-details-item .icon {
  font-size: 14px !important;
  top: 0 !important;
}
.smallProduct .product-details-item span {
  display: inline-block;
  font-size: 6px;
  right: 2px;
}

.arrange {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 16px 0;
  background: #fff;
  position: relative;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 991.98px) {
  .arrange {
    padding: 6px 0;
    top: 15px;
  }
}
.arrange .custom-select {
  margin-right: 5px;
}
.arrange span {
  font-size: 1.1rem;
}
@media screen and (max-width: 991.98px) {
  .arrange span {
    padding: 5px;
  }
}
.arrange .sort-item {
  padding: 5px 10px;
  margin: 0 9px;
  border: 1px solid #8b8e85;
  border-radius: 5px;
  cursor: pointer;
  color: #8b8e85;
}
.arrange .sort-item.active {
  color: #34352f;
  border: 1px solid #34352f;
}
.arrange .sort-title {
  padding: 5px 10px;
  margin: 0 5px;
  color: #8b8e85;
}
@media screen and (max-width: 991.98px) {
  .arrange .sort-title {
    margin-right: 60px;
  }
}
.arrange select {
  border: 1px solid #cacaca;
  padding: 2px 5px;
  border-radius: 5px;
  margin: 0 15px;
  font-size: 1.3rem;
  color: #7c7c7c;
  outline: none;
  height: 32px;
  padding-bottom: 5px;
}

.assending-wrapper {
  list-style: none;
  display: flex;
}

.show-type {
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 992px) {
  .show-type {
    display: none;
  }
}
.show-type .icon {
  font-size: 1.8rem;
  color: #7c7c7c;
  margin-right: 15px;
  cursor: pointer;
  z-index: 2;
}
.show-type .icon.active {
  color: var(--color2);
}

.show-number {
  margin-left: 120px;
}
@media screen and (max-width: 992px) {
  .show-number {
    margin-left: 15px;
  }
}
@media screen and (max-width: 450px) {
  .show-number {
    display: none;
  }
}
.show-number span {
  font-size: 1.3rem;
  padding: 0 2px;
  display: inline-block;
}
.show-number .sh-n {
  color: #7c7c7c;
}
.show-number .sh-n.active {
  color: var(--color2);
}

.select-option-list {
  display: inline-flex;
}

.select-option-list-item {
  color: #585858;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 5px;
  height: 24px;
}
.select-option-list-item.active {
  background: var(--color1);
  color: #fff;
}

#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: 1.5rem;
  height: 1.5rem;
  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: 0.8em;
}
#bodyPrice .ui-slider-horizontal .ui-slider-handle {
  top: -1px;
  margin-left: -0.6em;
  background: var(--color5);
  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: var(--color2) 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;
}

.amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

#amount0 {
  background: transparent !important;
  border: 0;
  color: #585858;
  text-align: right;
  padding: 10px 0;
  font-size: 12px;
  width: 85px;
}
@media screen and (min-width: 1200px) {
  #amount0 {
    width: 110px;
  }
}

#amount1 {
  background: transparent !important;
  border: 0;
  color: #585858;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
  width: 85px;
}
@media screen and (min-width: 1200px) {
  #amount1 {
    width: 110px;
  }
}

.p-abs {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .sidebar {
    will-change: min-height;
  }
}

@media screen and (min-width: 992px) {
  .sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}

.is-affixed .sidebar__inner {
  width: 311.66px !important;
  top: 80px !important;
}
@media screen and (max-width: 1440px) {
  .is-affixed .sidebar__inner {
    width: 255px !important;
  }
}
@media screen and (max-width: 1200px) {
  .is-affixed .sidebar__inner {
    width: 210px !important;
  }
}

@media screen and (min-width: 992px) {
  #main-content {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=archiveproduct.css.map */
