/* ============================================================
   Megamak — "products" səhifəsinin özəl stilləri
   ============================================================ */

/* ==== footer_copyright_resource_css ==== */

.copyright_resource_nav {
  position: relative;
  display: inline;
}

.copyright_resource_nav ul {
  position: absolute;
  left: calc(100% - 5px);
  bottom: -12px;
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  padding: 7px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
  transform-origin: left bottom;
  transition: all .35s ease;
}

.copyright_resource_nav ul li {
  padding: 5px 10px;
  text-align: left;
}

.copyright_resource_nav:hover ul {
  transform: scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.copyright_resource_nav>span {
  position: relative;
  padding: 8px 15px 8px 0;
  cursor: pointer;
}

.copyright_resource_nav>span::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: currentColor;
  transition: all .35s ease;
}

.copyright_resource_nav:hover>span::after {
  width: calc(100% - 15px);
}

.copyright_resource_nav ul.copyright_resource_nav_items li a {
  position: relative;
  color: #333;
  font-size: .9em;
  white-space: nowrap;
  text-decoration: none;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a {
  color: var(--bs-theme-color);
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a::after {
  width: 100%;
}

/* ==== sectionIdpwm2857 ==== */

#sectionIdpwm2857 > .side-nav > .hide > a {
  color: rgb(0, 136, 207);
}

#sectionIdpwm2857 > .title-bar {
  background-color: rgb(0, 136, 207);
}

#sectionIdpwm2857 > .side-nav > li > a {
  color: rgb(0, 136, 205);
}

#sectionIdpwm2857 > .side-nav > li > ul > li > a {
  color: rgb(0, 136, 207);
}

#sectionIdpwm2857 > .side-nav > li > ul > li > ul > li > a {
  color: rgb(0, 136, 205);
}

/* ==== sectionIdhgy0375 ==== */

#sectionIdhgy0375 > .title-bar {
  background-color: rgb(0, 136, 205);
}

#sectionIdhgy0375 > .outer-swiper-wrap.layout > .execute-swiper-slide > .swiper-wrapper.product-items > .swiper-slide.product-item > .item-inner > .item-title {
  color: rgb(0, 136, 205);
  font-size: 1rem;
  font-weight: 700;
}

#sectionIdhgy0375 > .title-bar > .title {
  font-size: 1.4rem;
  font-weight: 700;
}

#sectionIdhgy0375 > .outer-swiper-wrap.layout > .execute-swiper-slide > .swiper-wrapper.product-items > .swiper-slide.product-item > .item-inner {
  font-size: 16rem;
}

#sectionIdhgy0375 > .outer-swiper-wrap.layout > .execute-swiper-slide > .swiper-wrapper.product-items > .swiper-slide.product-item {
  font-size: 16rem;
}

/* ==== blok ==== */

.section-imagetext-wrap-block .page-title-bar {
  position: relative;
}

.section-imagetext-wrap-block .page-title-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-imagetext-wrap-block[mask-color="mask-color-dark"] .page-title-bar:before {
  background-color: var(--bs-mask-dark);
  opacity: .5;
}

.section-imagetext-wrap-block[mask-color="mask-color-dark"] .page-title-bar .page-title, .section-imagetext-wrap-block[mask-color="mask-color-theme"] .page-title-bar .page-title {
  color: #fff;
}

.section-imagetext-wrap-block[mask-color="mask-color-white"] .page-title-bar:before {
  background-color: var(--bs-mask-white);
  opacity: .5;
}

.section-imagetext-wrap-block[mask-color="mask-color-white"] .page-title-bar .page-title {
  color: #000;
}

.section-imagetext-wrap-block[mask-color="mask-color-theme"] .page-title-bar:before {
  background-color: var(--bs-theme-color);
  opacity: .5;
}

.section-imagetext-wrap-block .page-title-bar .page-banner {
  width: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.section-imagetext-wrap-block .page-title-bar .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ==== sectionIdhuy4658 ==== */

#sectionIdhuy4658 > .layout.page-title-bar > .page-title {
  font-size: 43px;
}

/* ==== blok ==== */

.section-breadcrumb-wrap-block {
  background-color: #eee;
}

.section-breadcrumb-wrap-block .breadcrumb-nav {
  padding: 20px 0;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li {
  list-style: none;
  margin-right: 15px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li a {
  display: inline-block;
  margin-right: 10px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
  content: "\f105";
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
  display: none;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
  color: var(--bs-theme-color);
}

/* ==== sectionIdhyi0947 ==== */

#sectionIdhyi0947 > .breadcrumb-nav.d-flex.align-items-center.layout > li > a {
  font-size: 1rem;
  font-weight: 700;
}

#sectionIdhyi0947 > .breadcrumb-nav.d-flex.align-items-center.layout {
  font-size: 1.3rem;
  font-weight: 700;
}

/* ==== blok ==== */

.section-block-demo1-productlist1 {
  position: relative;
}

.section-block-demo1-productlist1 .sc-block-item .item-inner .item-info .item-title {
  font-weight: bold;
  color: var(--bs-theme-color);
}

/* ==== sectionIdxuua587 ==== */

#sectionIdxuua587 > .layout.d-flex.flex-wrap.sc-block-items > .block-item.sc-block-item {
  width: 31%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
}

@media screen and (max-width: 820px) {
  #sectionIdxuua587 > .layout.d-flex.flex-wrap.sc-block-items > .block-item.sc-block-item {
    width: 47%;
  }
  #sectionIdxuua587 > .layout.d-flex.flex-wrap.sc-block-items > .block-item.sc-block-item > .item-inner > .item-info {
    text-transform: capitalize;
  }
}

@media screen and (max-width: 480px) {
  #sectionIdxuua587 > .layout.d-flex.flex-wrap.sc-block-items > .block-item.sc-block-item {
    width: 100%;
  }
}

/* ==== blok ==== */

.pagePagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 200%;
}

.pagePagination a {
  font-size: 14px;
  border: 1px solid #eee;
  padding: 4px 10px;
  margin-right:5px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.pagePagination a:hover, .pagePagination a.active {
  background: var(--bs-theme-color);
  color: #fff;
}

.pagePagination span {
  color: #333;
  font-size: 12px;
}

/* ==== sectionIdpta9731 ==== */

#sectionIdpta9731 > .pagePagination > a {
  font-size: 1.3rem;
  font-weight: 700;
}

#sectionIdpta9731 > .pagePagination > span {
  font-size: 1.3rem;
  font-weight: 700;
}

