.aboutUs-cnt {
  padding: 20px 40px;
  padding-right: 15px;
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt {
    padding: 12px;
  }
}
.aboutUs-cnt .about-top .about-txt1 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--maincolor);
  margin-bottom: 10px;
}
.aboutUs-cnt .about-top .about-txt2 {
  font-size: 1.5rem;
}
.aboutUs-cnt .about-top .about-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.aboutUs-cnt .about-top .about-img-box .aboutUs-img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs-cnt .product-sliderBox1 .top-box {
  background: var(--maincolor);
  padding: 12px;
  border-radius: 6px 6px 0px 0px;
  margin-top: 40px;
}
.aboutUs-cnt .product-sliderBox1 .top-box .product-cat-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: unset;
}
.aboutUs-cnt .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
    width: 36px;
    height: 36px;
  }
}
.aboutUs-cnt .product-sliderBox1 .top-box .nav-slider-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .nav-slider-product {
    display: none;
  }
}
.aboutUs-cnt .product-sliderBox1 .top-box .nav-slider-product .btn-slider {
  background: no-repeat;
  border: none;
  color: white;
  font-size: 20px;
  transition: 0.6s;
}
.aboutUs-cnt .product-sliderBox1 .top-box .nav-slider-product .btn-slider:hover {
  color: var(--secondcolor);
  transition: 0.6s;
}
.aboutUs-cnt .product-sliderBox1 .top-box .nav-slider-product .right-btn-slider {
  margin-left: 25px;
}
.aboutUs-cnt .product-sliderBox1 .top-box .product-top-cat-txt {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.7rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.aboutUs-cnt .product-sliderBox1 .main-box {
  background: var(--secondcolor);
  border-radius: 0px 0px 6px 6px;
  padding: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .aboutUs-cnt .product-sliderBox1 .main-box {
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .product-sliderBox1 .main-box {
    padding: 20px;
  }
}
.aboutUs-cnt .product-sliderBox1 .main-box .slider-products1-owl {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.aboutUs-cnt .about-shop-images .swiper {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.aboutUs-cnt .about-shop-images .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px !important;
  height: 300px !important;
}
.aboutUs-cnt .about-shop-images .swiper-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutUs-cnt .about-shop-images .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1803921569);
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs-cnt .about-shop-images .swiper-slide.swiper-slide-visible.swiper-slide-next {
  height: 100%;
}
.aboutUs-cnt .about-shop-images .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.aboutUs-cnt .aboutUs-documents .swiper {
  width: 100%;
  height: 100%;
}
.aboutUs-cnt .aboutUs-documents .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 300px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs-cnt .aboutUs-documents .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs-cnt .aboutUs-documents .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.aboutUs-cnt .aboutUs-documents .box2-slider {
  background: var(--maincolor);
}
.aboutUs-cnt .aboutUs-documents .swiper2 {
  background: var(--secondcolor);
}
.aboutUs-cnt .aboutUs-documents .top-box .nav-slider-product .btn-slider:hover {
  color: var(--maincolor);
}
.aboutUs-cnt .aboutUs-documents .swiper-img {
  width: 100%;
  height: 100%;
}
.aboutUs-cnt .aboutUs-documents .resized-img {
  width: 190px;
  height: 220px;
}
.aboutUs-cnt .aboutUs-documents .large-12.columns.slider-site-owl {
  width: 100%;
}
.aboutUs-cnt .aboutUs-documents .swiper2-box-slide {
  width: 220px;
  height: 280px;
  position: relative;
}
.aboutUs-cnt .aboutUs-documents .store-owl-img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1803921569);
  border-radius: 5px;
}
.aboutUs-cnt .aboutUs-documents .owl-item.active:first-child .item-owl2 {
  width: 100px;
  height: 100px;
}
.aboutUs-cnt .aboutUs-documents .swiper-texts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5490196078);
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px;
  opacity: 0.8;
  cursor: pointer;
}
.aboutUs-cnt .aboutUs-documents .swiper-texts .swiper-txt1 {
  margin-bottom: 10px;
}
.aboutUs-cnt .aboutUs-documents .swiper-texts .swiper-txt2 {
  font-size: 1.3rem;
  text-align: justify;
}
.aboutUs-cnt .about-shop {
  margin-top: 50px;
}
.aboutUs-cnt .about-shop .slider2-title {
  width: 12%;
  border-right: 4px solid var(--secondcolor);
  padding-right: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .aboutUs-cnt .about-shop .slider2-title {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutUs-cnt .about-shop .slider2-title {
    width: 30%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .aboutUs-cnt .about-shop .slider2-title {
    width: 67%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .aboutUs-cnt .about-shop .slider2-title {
    width: 77%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .aboutUs-cnt .about-shop .slider2-title {
    width: 110%;
  }
}
.aboutUs-cnt .about-shop .slider2-title-inner {
  font-size: 2rem;
  font-weight: bold;
  color: var(--maincolor);
}
.aboutUs-cnt .about-shop .slider2-dotted {
  width: 88%;
  border-bottom: 1px dashed #acaeaf;
  margin-right: 10px;
  margin-left: 10px;
}
.aboutUs-cnt .about-shop .slider2-top-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.aboutUs-cnt .about-shop .address-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: unset;
  justify-content: unset;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .about-shop .address-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
  }
}
.aboutUs-cnt .about-shop .address-box .address-title {
  font-size: 1.8rem;
  margin-left: 12px;
}
.aboutUs-cnt .about-shop .address-box .address-txt {
  font-size: 1.6rem;
  position: relative;
  top: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .about-shop .address-box .address-txt {
    font-size: 1.5rem;
  }
}
.aboutUs-cnt .about-shop .social-network-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: unset;
  justify-content: unset;
  margin-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 1439px) {
  .aboutUs-cnt .about-shop .social-network-box {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .about-shop .social-network-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
  }
}
.aboutUs-cnt .about-shop .social-network-box .social-title {
  font-size: 1.8rem;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutUs-cnt .about-shop .social-network-box .social-title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .aboutUs-cnt .about-shop .social-network-box .social-title {
    margin-bottom: 15px;
  }
}
.aboutUs-cnt .about-shop .social-links-inner {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -7px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 4px;
}
.aboutUs-cnt .about-shop .social-links-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutUs-cnt .about-shop .address-map {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.aboutUs-cnt .about-shop .address-map iframe {
  width: 450px;
  height: 350px;
  border: 2px solid #edc458 !important;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutUs-cnt .about-shop .address-map iframe {
    height: 250px;
  }
}
.aboutUs-cnt .about-shop a.social-links-inner.email-icon-link {
  width: 25px !important;
  height: 23px !important;
}
.aboutUs-cnt .about-shop a.social-links-inner.aparat-icon-link {
  width: 30px !important;
  height: 30px !important;
}

.firstActiveItem,
.lastActiveItem {
  opacity: 0.1;
}

.aboutUs-cnt .aboutUs-documents .swiper-slide {
  background: none !important;
}

#doc-modal .img-modal-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#doc-modal .img-modal-box .doc-img-modal {
  width: 350px;
  height: 400px;
  border-radius: 2px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1411764706);
}
#doc-modal .modal-txt1 {
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: var(--maincolor);
}
#doc-modal .modal-txt2 {
  font-size: 1.5rem;
  text-align: justify;
  color: #000000;
}
#doc-modal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem;
  font-size: 22px;
}
#doc-modal #docModalLabel {
  font-size: 1.8rem;
  color: var(--maincolor);
}
#doc-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#doc-modal .modal-content {
  background: #f6f8fa;
}
