/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* root start */
.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-img img {
  mix-blend-mode: darken;
  object-fit: contain;
}
.img-scale img {
    transition: 0.3s;
}
.img-scale:hover img {
    transform: scale(1.1);
}
/* root end */

/* powerpack start */
.pp-breadcrumbs-separator {
	line-height: 100%;
}
/* powerpack end */


/* header start*/
.header-dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-dropbtn .header-dropbtn-icon {
  display: block;
  line-height: 0;
  margin-left: 5px;
  transition: 0.3s;
}
.header-dropbtn .e-font-icon-svg {
  height: 20px;
  line-height: 1;
}

.header-dropdown {
  position: relative;
  display: inline-block;
}

.header-dropdown-content {
  display: none;
  position: absolute;
  right: -15px;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #eee;
}

.header-dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-dropdown-content .header-dropdown-content__img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header-dropdown-content a.active,
.header-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.header-dropdown:hover .header-dropdown-content {
  display: block;
}

.header-dropdown:hover .header-dropbtn .header-dropbtn-icon {
  transform: rotate(180deg);
}
.header-dropdown .header-dropbtn-mobile {
    display: none;
}
.header-dropdown .header-dropbtn-mobile svg{
    height: 30px;
}

@media screen and (max-width: 410px) {
    .header-dropdown .header-dropbtn-mobile {
        display: block;
    }
    .header-dropbtn {
        display: none;
    }
    .header-dropdown-content {
        right: -50px;
    }
}
/* header end*/

/* footer start */
#block-17,
#block-18,
#block-19 {
  margin: 0;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a {
    color: var(--ast-global-color-3);
}

@media screen and (max-width: 960px) and (max-width: 921px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal
    .ast-builder-grid-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
  }
  .site-footer .ast-footer-row-mobile-stack .site-footer-primary-section-1 {
    grid-column: span 3;
  }
  .site-footer .footer-info__item p {
    font-size: 18px !important;
  }
  .site-footer .footer-info__item img {
    width: 32px !important;
  }
  .site-footer .wp-block-column:first-child {
    flex-basis: 36px !important;
  }
  .site-footer #block-18 > div {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 880px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal
    .ast-builder-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .ast-footer-row-mobile-stack .site-footer-primary-section-1 {
    grid-column: span 2;
  }
}

@media screen and (max-width: 554px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal
    .ast-builder-grid-row {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
  .site-footer .ast-footer-row-mobile-stack .site-footer-primary-section-1 {
    grid-column: auto;
  }
  .site-footer .wp-block-column:first-child {
    margin-bottom: 0 !important;
  }
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    margin-top: 10px;
  }
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-top: 0;
  }
}
/* footer end */

/* related blog  start */
.product-related-posts-box .product-related-posts__title {
    font-size: 34px;
    margin-bottom: 20px;
}
.product-related-posts {
  display: flex;
  flex-wrap: wrap;
}
.product-post-item {
  width: calc(33% - 20px);
  margin: 10px;
  background-color: #fff;
}

.product-post-item .product-post__content {
  padding: 22px;
}

.product-post-item .product-post__title {
  font-size: 24px;
  margin-bottom: 16px;
}

.product-post-item .product-post__detail {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  -webkit-line-clamp: 3;
}
.product-post-item .product-post__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}
.product-post-item .product-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-post-item .product-post__button {
  display: flex;
  align-items: center;
  color: var(--e-global-color-e08f2f3);
}
.product-post-item .e-font-icon-svg {
  height: 18px;
  fill: var(--e-global-color-e08f2f3);
  padding-left: 8px;
  transition: 0.3s;
}
.product-post-item:hover .e-font-icon-svg {
  transform: translateX(10px);
}

@media screen and (max-width: 1024px) {
  .product-post-item {
    width: calc(50% - 20px);
  }
  .product-post-item .product-post__content {
    padding: 15px;
  }
  .product-post-item .product-post__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-post-item {
    width: 100%;
  }
  .product-post-item .product-post__title {
    font-size: 18px;
  }
}
/* related blog end */


/* up-sell product start*/
.custom-products .custom-products-title {
  font-size: 34px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.custom-products .custom-products-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.custom-products .custom-products-item {
  width: calc(25% - 20px);
  margin: 10px;
}
.custom-products .custom-products-item__box {
  display: block;
}
.custom-products .custom-products-item__img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  font-size: 0;
  background: radial-gradient(69.52% 73.55% at 49.88% 38.66%, #fafafa 0%, #f3f3f3 53.79%, #eee 100%);
  border-radius: 4px;
}
.custom-products .custom-products-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s;
  mix-blend-mode: darken;
}
.custom-products .custom-products-item__title {
  font-size: 16px;
  margin: 12px 0 4px;
}
.custom-products .custom-products-item__sku {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666666;
}
.custom-products .custom-products-item__desc {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .custom-products .custom-products-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 880px) {
  .custom-products .custom-products-item {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .custom-products .custom-products-item {
    width: calc(50% - 20px);
  }
}
/* up-sell product end*/


/* custom product item start */
.woocommerce-js .custom-product-box ul.products li.custom-product-layout {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	color: #333;
	padding-bottom: 0;
}
.woocommerce-js .custom-product-box ul.products li.custom-product-layout .product-flex-container {
	display:flex;
	align-items:center;
}

.woocommerce-js .custom-product-box li.custom-product-layout .product-thumb {
    margin-right: 5px;
}
.woocommerce-js .custom-product-box li.custom-product-layout .product-thumb img {
  width: 165px;
  height: 165px;
}
.woocommerce-js .custom-product-box li.custom-product-layout .product-details {
	flex: 1;
	padding: 10px;
}
.woocommerce-js .custom-product-box li.custom-product-layout .product-title {
	font-size: 22px;
	font-weight: 400;
}
.woocommerce-js .custom-product-box li.custom-product-layout .product-sku {
	margin: 10px 0;
	line-height:1;
}
.woocommerce-js .custom-product-box li.custom-product-layout .product-short-desc p {
    line-height: 1.4;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}
.woocommerce-js .custom-product-box li.custom-product-layout .astra-shop-thumbnail-wrap {
	margin-bottom:0;
}
.product-list-box .woocommerce-pagination .woocommerce-LoopProduct-link {
    display: none;
}
@media (max-width: 921px) {
    .woocommerce-js .custom-product-box ul.products {
        display: block;
    }
}
@media (max-width: 768px) {
    .woocommerce-js .custom-product-box ul.products {
        display: grid;
        column-gap: 10px;
    }
    .woocommerce-js .custom-product-box li.custom-product-layout .product-flex-container {
        display: block;
    }
    .woocommerce-js .custom-product-box ul.products:not(.elementor-grid)  {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .woocommerce-js .custom-product-box li.custom-product-layout .product-thumb img {
        width: 100%;
        height: 100%;
    }
    .woocommerce-js .custom-product-box ul.products li.product .astra-shop-thumbnail-wrap,
    .woocommerce-js .custom-product-box ul.products li.custom-product-layout .product-short-desc p {
        margin-bottom: 0;
    }
    .woocommerce-js .custom-product-box li.custom-product-layout .product-details {
        padding:5px 0;
    }
    .woocommerce-js-page .custom-product-box ul.products li.product {
        margin-bottom: 20px;
        padding-bottom:0;
    }
    .woocommerce-js .custom-product-box li.custom-product-layout .product-title {
        font-size: 18px;
    }
}
@media (max-width: 450px) {
    .woocommerce-js .custom-product-box li.custom-product-layout .product-title {
        font-size: 16px;
    }
    .woocommerce-js .custom-product-box li.custom-product-layout .product-sku,
    .woocommerce-js .custom-product-box li.custom-product-layout .product-short-desc p{
        font-size: 14px;
    }
}
/* custom product item end */

/* related solution start */
.related-solutions {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-solutions .related-solutions-item + .related-solutions-item {
    margin-top: 30px;
}
.related-solutions .related-solutions-item:nth-of-type(even) .related-solutions__img {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}
.related-solutions .related-solutions__link {
    display: flex;
    background-color: #FBFBFB;
}
.related-solutions .related-solutions__img {
    height: 350px;
    width: 40%;
    margin-right: 20px;
    overflow: hidden;
}
.related-solutions .related-solutions__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.related-solutions .related-solutions__content {
    flex: 1;
    padding: 20px;
}
.related-solutions .related-solutions__title {
    font-size: 30px;
}
.related-solutions .related-solutions__detail {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}
.related-solutions .related-solutions__more {
    color: var(--e-global-color-41722f9);
    display: flex;
    align-items: center;
}
.related-solutions .related-solutions__more:hover {
    color: var(--e-global-color-e08f2f3)
}
.related-solutions .related-solutions__more:hover svg {
    fill: var(--e-global-color-e08f2f3);
}
.related-solutions .related-solutions__more svg {
    height: 18px;
    fill: var(--e-global-color-41722f9);
    margin-right: 5px;
}
@media (max-width: 880px) {
    .related-solutions .related-solutions__link {
        flex-wrap: wrap;
    }
    .related-solutions .related-solutions-item:nth-of-type(even) .related-solutions__img {
        order: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .related-solutions .related-solutions__img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
}
/* related solution end */

/* additional information start */
/* 外层容器布局 */
.custom-additional-info {
    padding: 0 20px;
}

.custom-additional-info .info-title {
      font-size: 34px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* 列表样式 */
.custom-additional-info .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 单项样式 */
.custom-additional-info .info-item {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

/* 标签与值 */
.custom-additional-info .info-label {
  font-weight: bold;
}
/* additional information end */

/* 关联分类 start*/
.related-category-swiper {
    overflow: hidden;
    padding: 5px;
}
.related-category-swiper img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.related-category-swiper .swiper-slide {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.related-category-swiper .related-category-swiper__box {
    padding: 15px 15px 20px 15px;
}
.related-category-swiper .related-category-swiper__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.related-category-swiper .related-category-swiper__desc {
    line-height: 24px;
    padding: 5px;
    margin-bottom: 0;
    color: #666;
}
.related-category-swiper .swiper-button-next,
.related-category-swiper .swiper-button-prev {
  background-image: none;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: #fff;
}
.related-category-swiper .swiper-button-next.disable,
.related-category-swiper .swiper-button-prev.disable {
    opacity: 0.3;
}
.related-category-swiper .swiper-button-prev:after,
.related-category-swiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
/* 关联分类 end*/