body main .slider-section {
  width: 100%;
}

body main .slider-section .slideshow-container .background {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  max-width: 100%;
  Object-fit: cover;
}

body main .slider-section .slideshow-container .carousel-control-next,
body main .slider-section .slideshow-container .carousel-control-prev {
  top: 50%;
  bottom: 50%;
  width: auto;
  z-index: 3;
}

body main .slider-section .slideshow-container .indicators-cu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body main .slider-section .slideshow-container .carousel-indicators {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  right: auto;
  bottom: 1rem;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  z-index: 3;
  background-color: rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 0 8px;
}

body main .slider-section .slideshow-container .carousel-item {
  position: relative;
  height: 400px;
}

body main .slider-section .slideshow-container .carousel-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

body main .slider-section .slideshow-container .slideTxt .h1 {
  font-family: "iranyekan";
  font-weight: bold;
  font-size: 3.5rem;
}

body main .slider-section .slideshow-container .slideTxt .h6 {
  font-size: 1.3rem;
}

body main .slider-section .slideshow-container img {
  /*max-width: 599px;*/
    width: auto;
    height: calc(100%) !important;
    object-fit: contain;
}

body main .slider-section .slideshow-container .slideshow-container .carousel-control-next,
body main .slider-section .slideshow-container .slideshow-container .carousel-control-prev {
  width: 5%;
  color: #7a7a7a;
}

body main .slider-section .slideshow-container .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background-color: #e1e1e1;
  opacity: 1;
  border-radius: 50%;
}

body main .slider-section .slideshow-container .carousel-indicators .active {
  background-color: var(--theme-color);
}

body main .slider-section .slideshow-container .carousel-control-next {
  left: 10px;
  right: auto;
}

body main .slider-section .slideshow-container .carousel-control-prev {
  right: 10px;
  left: auto;
}

body main .slider-section .slideshow-container .carousel-control-next span,
body main .slider-section .slideshow-container .carousel-control-prev span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
}

body main .slider-section .slideshow-container .carousel-control-next span img,
body main .slider-section .slideshow-container .carousel-control-prev span img {
  width: 10px;
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body main .slider-section .slideshow-container .carousel-control-next span img {
  transform: rotate(0);
}
body main .assortment-section {
  padding-top: 25px;
  text-align: center;
}

body main .assortment-section h2 {
  font-size: 18px;
  margin: 12px 0 0;
}

body main .assortment-section h1 {
  font-size: 21px;
}

body main .assortment-section ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-top: 20px;
}
@media (min-width: 993px) {
  body main .assortment-section {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  body main .assortment-section ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  body main .assortment-section ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
}

body main .assortment-section ul li {
  margin: 8px 25px;
}

body main .assortment-section ul li p {
  font-family: "iranyekan";
  font-weight: bold;
}

body main .assortment-section ul li a {
  display: inline-block;
}

body main .assortment-section ul li a img {
  width: 100%;
}
body main .ad-section {
  margin: 12px 0;
}
@media (max-width: 992px) {
  body main .assortment-section ul li a img {
    min-height: 95px;
  }
  body main .ad-section {
    margin: 5px 0;
  }
}


body main .ad-section img {
  width: 100%;
  border-radius: 8px;
}

body main .special-section {
  background-color: var(--theme-color);
  padding: 20px 10px;
  margin-top: 20px;
}
body main .special-section .btn {
  display: flex;
  gap: 12px;
  align-items: center;
}
body main .special-section .btn img {
  transform: rotate(180deg);
}
body main .special-section .line-red {
  position: relative;
  top: -3px;
  border-bottom: 2px solid var(--theme-color-hover);
}

body main .special-section .title h3 {
  position: relative;
  color: #fff;
  font-size: 21px;
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  padding-top: 12px;
  z-index: 1;
}

body main .special-section .btn-border {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}

body main .special-section .btn-border svg {
  width: 6px;
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 8px;
}

body main .special-section .btn-border:hover {
  background-color: #ffffff23;
}

body main .special-section .splide--rtl > .splide__arrows .splide__arrow--next,
body main .special-section .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--next,
body main .special-section .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: -12px;
  right: auto;
  border-left: none;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

body main .special-section .splide--rtl > .splide__arrows .splide__arrow--prev,
body main .special-section .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--prev,
body main .special-section .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: -12px;
  border-right: none;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
body main .special-section .splide--rtl > .splide__arrows .splide__arrow--prev img {
  transform: rotate(180deg);
}
body main .special-section .splide__arrow {
  background: #fff;
  height: 5em;
  border: 2px solid #e2e2e2;
  border-radius: 0;
}
@media (min-width: 992px) {
  body main .special-section .splide__arrow {
    background: #fff;
    height: 4em;
    width: 4em;
    border-radius: 50% !important;
    border: 2px solid #e2e2e2;
  }
}

body main .special-section .splide__arrow svg {
  height: auto;
  width: 0.5em;
}

body main .special-section .splide .item {
  min-height: 260px;
  position: relative;
  top: 0;
  background-color: #fff;
  border-radius: 8px;
  text-align: right;
  margin: 5px 10px;
  padding: 12px;
  overflow: hidden;
}

body main .special-section .splide .item .btn-border {
  width: 70%;
  color: var(--theme-color);
  margin: 0 auto;
  border: 2px solid var(--theme-color);
}

body main .special-section .splide .item .btn-border svg path {
  fill: var(--theme-color);
}

body main .special-section .splide .item .btn-border:hover {
  background-color: var(--theme-color-hover);
  color: #fff;
  border: 2px solid var(--theme-color-hover);
}

body main .special-section .splide .item .btn-border:hover svg path {
  fill: #fff;
}

body main .special-section .splide .item .link {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

body main .special-section .splide .item .img-box {
  position: relative;
}

body main .special-section .splide .item .img-box img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 8px 8px 0 0;
}

body main .special-section .splide .item .img-box::before {
  background-color: #fff;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  content: "";
  left: -130%;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body main .special-section .splide .item h3 {
  color: #6c757e;
  font-size: 16px;
  margin: 24px 0 0;
  line-height: 26px;
}
@media (max-width: 575px) {
  body main .special-section .splide .item h3 {
    font-size: 14px;
    margin: 16px 0 0;
    display: none;
  }
}

body main .special-section .splide .item .discount-box {
  text-align: left;
  margin: 18px 0;
}

body main .special-section .splide .item .discount-box .percent {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  padding: 7px 9px 2px 9px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

body main .special-section .splide .item .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  font-size: 0.8rem;
  text-decoration: line-through;
  margin-left: 8px;
}

body main .special-section .splide .item .price {
  display: block;
  text-align: left;
  font-family: "iranyekan";
  font-weight: bold;
  color: #fb3449;
  font-size: 17px;
}

body main .special-section .splide .item .price span {
  display: inline-block;
  color: #717171;
  font-size: 13px;
  margin-right: 4px;
}

body main .special-section .splide .item .timer {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f1f1;
  margin-top: 15px;
  padding: 15px;
  display: none;
  border-radius: 8px;
}

body main .special-section .splide .item .timer li {
  display: block;
  text-align: center;
}

body main .special-section .splide .item .timer li span {
  display: block;
  color: #323232;
}

body main .special-section .splide .item .timer li span:nth-child(2) {
  color: #868686;
  margin-top: 4px;
}

body main .special-section .splide .item:hover {
  top: -5px;
  -webkit-box-shadow: 0 0 10px -15px #000;
  box-shadow: 0 0 10px -15px #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main .special-section .splide .item:hover .img-box::before {
  left: 200%;
}

body main .special-section .splide .item:hover .discount-box .percent {
  font-family: "iranyekan";
  font-weight: bold;
}

body main .special-section .splide .item:hover .timer {
  background-color: #6c757e;
}

body main .special-section .splide .item:hover .timer li span {
  color: #fff;
}

body main .special-section .splide .item:hover .timer li span:nth-child(2) {
  color: #fff;
}

body main .special-section .splide .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 98%;
}

body main .cat-items_section {
  margin: 25px 0;
}

body main .cat-items_section .cat-items_div {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 10px;
}
body main .cat-items_section .cat-items_div .tabs {
  display: flex;
  gap: 12px;
}
body main .cat-items_section .cat-items_div .tabs button {
  background-color: #eaeaea;
  padding: 12px 24px;
  border-radius: 8px;
}
body main .cat-items_section .cat-items_div .tabs button.active {
  background-color: var(--theme-color);
  color: #fff;
}
body main .cat-items_section .cat-items_div .line {
  position: relative;
  top: -1px;
  border-bottom: 2px solid #e1e1e1;
}

body main .cat-items_section .cat-items_div .side-text_span {
  color: #b8b8b8;
}

body main .cat-items_section .cat-items_div .side-text_span.hover-side-text_span:hover {
  color: #858585;
}

body main .cat-items_section .cat-items_div .title h3 {
  position: relative;
  color: #323232;
  font-size: 21px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--theme-color);
  padding-top: 12px;
  z-index: 1;
}

body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--next,
body main .cat-items_section .cat-items_div .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--next,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: -12px;
  right: auto;
  border-left: none;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--prev,
body main .cat-items_section .cat-items_div .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--prev,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: -12px;
  border-right: none;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--prev img,
body main .cat-items_section .cat-items_div .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--prev img,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev img {
  transform: rotate(180deg);
}
body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--prev img,
body main .cat-items_section .cat-items_div .splide--rtl
> .splide__slider
> .splide__track
> .splide__arrows
.splide__arrow--prev img,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev img {
  transform: rotate(180deg);
}

body main .cat-items_section .cat-items_div .splide__arrow {
  background: #fff;
  height: 5em;
  border: 2px solid #e2e2e2;
  border-radius: 0;
}

body main .cat-items_section .cat-items_div .splide__arrow svg {
  height: auto;
  width: 0.5em;
}

body main .cat-items_section .cat-items_div .splide .item {
  min-height: fit-content;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  margin: 5px 10px;
  /*padding: 0 0 17px 0;*/
  padding-bottom: 4px;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  /*height: calc(100% - 10px);*/
  padding-bottom: 4px;
}
body main .product-main-section .Warranty .form-check {
  display: flex !important;
  padding-left: 0 !important;
  white-space: nowrap !important;
}
.splide__list{
  align-items: stretch !important;
}

body main .cat-items_section .cat-items_div .splide .item .link {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

body main .cat-items_section .cat-items_div .splide .item .img-box {
  position: relative;
}

body main .cat-items_section .cat-items_div .splide .item .img-box img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 8px 8px 0 0;
}

body main .cat-items_section .cat-items_div .splide .item .img-box::before {
  background-color: #fff;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  content: "";
  left: -130%;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding: 10px;
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors {
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors li {
  width: 8px;
  height: 8px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 50%;
  list-style: none;
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .red {
  background-color: var(--theme-color);
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .black {
  background-color: #323232;
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .blue {
  background-color: var(--second-theme-color);
}

body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .more {
  background-color: transparent;
  color: #b8b8b8;
  border-radius: 0;
}

body main .cat-items_section .cat-items_div .splide .item h3 {
  color: #323232;
  font-size: 14px;
  line-height: 26px;
  margin: 24px 0 0;
  padding: 0 16px;
}

body main .cat-items_section .cat-items_div .splide .item .discount-box {
  text-align: center;
  margin: 18px 0 0;
}

body main .cat-items_section .cat-items_div .splide .item .discount-box .percent {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  padding: 7px 9px 2px 9px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

body main .cat-items_section .cat-items_div .splide .item .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  font-size: 0.8rem;
  text-decoration: line-through;
  margin-left: 8px;
}

body main .cat-items_section .cat-items_div .splide .item .price {
  display: block;
  text-align: center;
  font-family: "iranyekan";
  font-weight: bold;
  color: #323232;
  font-size: 17px;
  margin-top: 18px;
}

body main .cat-items_section .cat-items_div .splide .item .price span {
  display: inline-block;
  color: #717171;
  font-size: 13px;
  margin-right: 4px;
}

body main .cat-items_section .cat-items_div .splide .item:hover {
  top: -5px;
  -webkit-box-shadow: 0 0 10px -15px #000;
  box-shadow: 0 0 10px -15px #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body main .cat-items_section .cat-items_div .splide .item:hover .img-box::before {
  left: 200%;
}

body main .cat-items_section .cat-items_div .splide .item:hover .discount-box .percent {
  font-family: "iranyekan";
  font-weight: bold;
}

body main .last-document {
  margin: 15px 0;
}

body main .last-document .line {
  position: relative;
  top: -22px;
  border-bottom: 2px solid #e1e1e1;
}

body main .last-document .title h3 {
  font-size: 21px;
}

body main .last-document .title h3::before {
  content: url("../images/document.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

body main .last-document .d-flex div {
  position: relative;
  background-color: #f8f9fb;
  z-index: 1;
}

body main .last-document .d-flex div:first-child {
  padding-left: 13px;
}

body main .last-document .d-flex div:last-child {
  padding-right: 13px;
}

body main .last-document .d-flex div:last-child a {
  color: #b8b8b8;
  font-size: 17px;
}

body main .last-document .d-flex div:last-child a:hover {
  color: #8d8d8d;
}

body main .last-document .more {
  position: relative;
  top: -110px;
}

body main .last-document .more .btn-all {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body main .last-document .more .btn-all:hover {
  background-color: #f8f8f8;
}

body main .last-document .post-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px 0px 10px;
  margin-top: -25px;
}

body main .last-document .post-content .squer-box h1 {
  font-size: 1rem;
}

body main .last-document .post-content .squer-box .post-box {
  position: relative;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

body main .last-document .post-content .squer-box .post-box .hashTag {
  background-color: #fff !important;
  color: #13273f !important;
  position: absolute;
  left: 20px;
  top: 8px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  z-index: 1;
}

body main .last-document .post-content .squer-box .post-box .hashTag:hover {
  background-color: #f6f6f6 !important;
}

body main .last-document .post-content .squer-box .post-box .delete-item {
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 8px;
  border-radius: 8px;
}

body main .last-document .post-content .squer-box .post-box .delete-item svg {
  display: inline-block;
  width: 14px;
  height: auto;
}

body main .last-document .post-content .squer-box .post-box .delete-item span {
  display: none;
  position: relative;
  top: 2px;
  color: #323232 !important;
  font-size: 14px;
  margin: 0;
  margin-right: 5px;
  -webkit-animation: fadeIn 1.3s;
  animation: fadeIn 1.3s;
}

body main .last-document .post-content .squer-box .post-box .delete-item:hover {
  width: 77px;
}

body main .last-document .post-content .squer-box .post-box .delete-item:hover span {
  display: inline-block;
}

body main .last-document .post-content .squer-box .post-box img {
  width: 100%;
  border-radius: 8px;
}

body main .last-document .post-content .squer-box .post-box .play-img {
  display: block;
  position: relative;
  text-align: center;
}

body main .last-document .post-content .squer-box .post-box .play-img .btn-green {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #12d672;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 37%;
}

body main .last-document .post-content .squer-box .post-box .play-img .btn-green svg path {
  fill: var(--theme-color);
}

body main .last-document .post-content .squer-box .post-box .play-img:hover .btn-green {
  background-color: var(--theme-color);
}

body main .last-document .post-content .squer-box .post-box .play-img:hover .btn-green svg path {
  fill: #fff;
}

body main .last-document .post-content .squer-box .post-box a {
  color: #323232;
}

body main .last-document .post-content .squer-box .post-box a:hover {
  color: #1b1b1b;
}

body main .last-document .post-content .squer-box .post-box span {
  display: block;
  color: #a8adbd;
  margin: 20px 0;
}

body main .last-document .post-content .squer-box .post-box span img {
  width: 6px;
}

body main .last-document .post-content .squer-box .post-box span a {
  color: #a8adbd;
}

body main .last-document .post-content .squer-box .post-box span a:hover {
  color: #707480;
}

body main .last-document .post-content .squer-box .post-box .time {
  font-size: 13px;
  color: #707070;
}

body main .last-document .post-content .squer-box .post-box .time svg {
  margin-left: 6px;
  width: 16px;
  height: auto;
  vertical-align: bottom;
}

body main .last-document .post-content .squer-box .post-box .progress {
  background-color: transparent;
  display: block;
  height: auto;
  margin-top: 9px;
  margin-bottom: 4px;
  overflow: visible;
}

body main .last-document .post-content .squer-box .post-box .progress .progress-bar {
  display: block;
  background-color: var(--theme-color);
  height: 3.5px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

body main .last-document .post-content .squer-box .post-box .progress .bg {
  width: 100%;
  background: #d6d6d6;
  position: relative;
  top: -2.2px;
  height: 1px;
}

body main .last-document .post-content .squer-box .post-box:hover .progress-bar {
  width: 32% !important;
}

body main .last-document .post-content .btn-success {
  font-size: 0.9rem;
  background-color: var(--theme-color);
  padding: 0rem 0.75rem;
  border: none;
  border-radius: 8px;
}

body main .last-document .post-content .btn-success:hover {
  background-color: #0cb960;
}

body main .last-document .post-content .btn-success {
  margin-top: 25px;
}

body main .last-document .post-content .squer-box {
  margin: 10px;
}

body main .last-document .post-content .squer-box .post-box {
  background-color: #fff;
  padding: 8px 8px 0;
  -webkit-box-shadow: 0 0 31px -17px #aaa;
  box-shadow: 0 0 31px -17px #aaa;
  border-radius: 8px;
}

body main .last-document .post-content .squer-box .post-box:hover {
  -webkit-box-shadow: 0 0 40px -11px #aaa;
  box-shadow: 0 0 40px -11px #aaa;
}

body main .last-document .post-content .squer-box .post-box:hover .progress-bar {
  width: 100% !important;
}

body main .last-document .post-content .squer-box .post-box .progress {
  margin-bottom: 0 !important;
  position: relative;
  top: 0.5px;
  background-color: transparent;
}

body main .last-document .post-content .squer-box .post-box .progress .bg {
  display: none !important;
}

body main .last-document .post-content .squer-box .post-box h6 {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

body main .last-document .post-content .squer-box .post-box span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 15px 0;
  font-size: 12px;
}

body main .last-document .post-content .squer-box .post-box p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 13px;
}

body main .last-document .post-content .squer-box .post-box .time-div {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

body main .last-document .post-content .squer-box .post-box .progress {
  height: 0.2rem;
}


.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 12px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
input::placeholder {
  font-size: 14px !important;
}
.search-container {
  width: 100%;
  opacity: 0.4;
  height: 100%;
  transition: 0.4s;
  visibility: hidden;
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  right: 0;
  z-index: 10;
}

.search-container .search-box #search-mobile {
  height: 56px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e3e5e7;
  margin-top: 16px;
  font-size: 16px;
  width: calc(100% - 60px);
  padding: 0 16px 0;
}
.mobile-header .center .search .search-box.active {
  height: 100%;
}

.search-container.active {
  visibility: visible;
  opacity: 1;
}
.search-container.active .search-box {
  transform: translate3d(0, 0, 0);
}
