@charset "utf-8";
/* CSS Document */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}
.top-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner:after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0000009E 50%, #0000009E 50%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.top-banner .title-banner {
    position: relative;
    z-index: 9;
}
.top-banner .title-banner h1 {
    color: #fff;
    font-weight: 400;
}
.section-title h2 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #010000;
    margin-top: 30px;

}
.section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 20px auto 10px auto;
    width: 75%;
    max-width: 275px;
    height: 1px;
    background: #3194cf;
    z-index: 99;
}
/*Header*/
#masthead .ast-primary-header-bar .site-primary-header-wrap {
    padding-left: 0;
}
#masthead.header-sticky {
    position: fixed;
    transition: all 0.4s ease;
    top: 0;
    z-index: 99;
    background: #fff;
}
.admin-bar #masthead.header-sticky {
    top: 30px;
}
.ast-theme-transparent-header #masthead.header-sticky .main-header-menu .menu-link {
    color: #000;
}
.ast-theme-transparent-header #masthead.header-sticky .main-header-menu .menu-item:hover > .menu-link {
    color: #3194cf;
}
.ast-theme-transparent-header #masthead.header-sticky [CLASS*="ast-header-html-"] .ast-builder-html-element a {
    color: #3194cf;
}
.ast-desktop #masthead.header-sticky .ast-primary-header-bar.main-header-bar {
    margin-bottom: 0;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}
.menu-contact-us{
    padding: 25px;
}
.menu-contact-us .contact-box-title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;

}

@media (min-width:992px) {
    .main-navigation ul {
        position: initial;
    }
    .main-header-menu .menu-item {
        position: initial;

    }
    .ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
        padding: 15px;
        right: 0;
        left: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .ast-desktop .main-header-menu.ast-menu-shadow .sub-menu li{
        display: inline-block;
        padding: 0 10px;
        text-align: center;
    }
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu li a.menu-link{
    color:#000;
    padding: 5px 0;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu li a.menu-link:hover{
    color:#3194cf;
}
/*category*/
.term-description {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
}
.filter-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.filter-row .filter-all {
    display: inline-block;
    font-weight: 500;
    color: #010101;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
}
.filter-row ul.filter-data {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 25px;
    overflow-y: auto;
}

.filter-row ul.filter-data li a {
    text-transform: uppercase;
}
.filter-row ul.filter-data li.active a {
    font-weight: bold;
    color:#3194cf;
}
/*Product*/
.home-explore-pro ul.products li.product {
    margin-bottom: 0px;
}
.home-explore-pro ul.products li.product .astra-shop-summary-wrap span.ast-woo-product-category {
    font-size: 16px;
    font-weight: 400;
    color: #010000;
    text-transform: uppercase;
    opacity: 11;
    border-bottom: 1px solid #3194cf;
    padding-bottom: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-bottom: 0;

}
.woocommerce .products-related-info ul.products.slick-slider-product.products li.product {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    border-bottom: 1px solid #3194cf;
    padding-bottom: 10px;
}
.woocommerce ul.products li.product a {
    max-width: 250px;
    max-height: 205px;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img {
    object-fit: contain;
    margin: 0 auto;
    max-height: 205px;
}
.products-banner .title-banner h1{
    text-transform: uppercase;
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .woocommerce ul.products li.product a img {
        max-height: 195px;
    }
}
@media screen and (min-width:370px) and (max-width:991px) {
    .woocommerce ul.products li.product a img {
        max-height: 145px;
    }
}
@media screen and (max-width:544px) {
    .menu-contact-us{
        padding: 10px;
    }
	
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {

    right: calc( 15px - 0.907em ) !important;
  }
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}
@media screen and (max-width:369px) {
    .woocommerce ul.products li.product a img {
        max-height: 128px;
    }
}
/*Blog*/
.post-grid-layout a.read-more-btn {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}
.post-grid-layout a.read-more-btn:after {
    content: "";
    background: url(../svg/black-right-arrow.svg) no-repeat;
    width: 30px;
    height: 30px;
    right: 0;
    top: 5px;
    position: absolute;
}
.post-grid-layout img.wp-post-image {
    max-height: 290px;
    object-fit: cover;
}
.brand-logos .swiper-slide img {
    max-width: 100px;
    max-height: 100px;
}
.btn-resources .elementor-button {
    width: 100%;
}
.faq-tab .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0;
}
/*Footer*/
.widget > div.footer-list h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #3194cf;
    margin-bottom: 15px;
}
.footer-list ul li, .footer-list ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.widget > div.footer-list.email-box h3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget > div.footer-list.call-box {
    margin-top: 20px;
}
.widget > div.footer-list.call-box h3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget > div.footer-list.call-box {
    border-bottom: 1px solid #3194cf;
    border-top: 1px solid #3194cf;
    padding: 15px 0;
    margin: 15px 0;
}
/*product page*/
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.slick-slider-product.owl-carousel .owl-nav button.owl-next, .slick-slider-product.owl-carousel .owl-nav button.owl-prev {
    background: #f5f5f5;
    height: 30px;
    width: 30px;

    position: absolute;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center center;
}
.slick-slider-product.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-image: url(../svg/black-left-arrow.svg);
}
.slick-slider-product.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background-image: url(../svg/black-right-arrow.svg);
}
.slick-slider-product.owl-carousel .owl-nav button span{
    text-indent: -9999px;
    display: inline-block;
}
.ast-separate-container/*.single-product*/ .ast-article-single {
    margin: auto;
    padding: 0;
    display: grid;
    width: 100%;
}
/*.single-product*/.ast-separate-container .content-area#primary {
    margin-top: 0;
}
.products-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3194cf;
}
.products-banner:after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0000009E 50%, #0000009E 50%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.products-banner .title-banner {
    position: relative;
    z-index: 9;
}
.products-banner .title-banner h1 {
    color: #fff;
    font-weight: 400;
}
.product-subbanner  {
    min-height: 700px;
}
.product-collection-desc {
    border-bottom: 1px solid #c3c3c3;
    margin: 80px 0;
    padding-bottom: 80px;
}
.product-collection-desc .taxonomy-description p {
    font-size: 20px;
    font-weight: normal;
    color: #030303;
    text-align: center;
}
@media (max-width:767px) {
    .product-collection-desc .taxonomy-description p {
        font-size: 16px;
    }
}
.tax-collection .products-related-info {
    margin: 80px 0;
}
.tax-collection .products-related-info .ast-container {
    display: block;
}
/*.single-product*/.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}
.full-container {
    max-width: 100%;
}
.woocommerce .products-related-info ul.products.slick-slider-product{
    grid-template-columns:none;
}
.products-related-info .astra-shop-thumbnail-wrap a img {
    max-height: 264px;
    object-fit: contain;
}
.products-content {
    /*margin-bottom: 50px;*/
}
.products-related-info .ast-container {
    justify-content: center;
}

.products-content .full-container {
    padding-left: 0;
    padding-right: 0;
}
.products-content > .ast-container > .ast-article-single, .ast-separate-container.single-product > .ast-article-single {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
@media (min-width:922px) {

    /*.single-product*/ .products-content .ast-article-single {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-content .product-images {
        position: sticky;
        top: 0;
        text-align: right;
        border-right: 1px solid #cfcfcf;
        
        height: 100vh;
        max-height: 750px;
    }
    .product-images .product-gallery-left {
        overflow: hidden;
        height: 100%;
        box-sizing: border-box;
    }
    .product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper {
        height: 100%;
        overflow: hidden scroll;
        max-width: 700px;
        float: right;
    }
    .woocommerce/*.single-product*/ #content .products-content .summary.entry-summary.right-part-product {
        margin-bottom: 0;
    }
    .woocommerce .products-related-info .products .ast-grid-common-col {
        margin-bottom: 0;
    }
  
}
.woocommerce .products-related-info .products .ast-grid-common-col .woocommerce-loop-product__title {
    text-align: center;
}
.product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper {
    scrollbar-color: #3194cf #ffffff;
    scrollbar-width: thin;
    border-radius: 10px;
}
.product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper::-webkit-scrollbar {
    width: 8px;
}
.product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF;
}
.product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb:vertical {
    background-color: #3194cf;
    border-radius: 10px;
}
.products-content .product-images .woocommerce-product-gallery__wrapper img {
    max-width: 700px;
    max-height: 700px;
    object-fit: contain;
    width: 100%;
}
.woocommerce/*.single-product*/ #content .products-content .summary.entry-summary.right-part-product {
    width: 100%;
    background: #ffffff;
}
@media (min-width: 1201px) {
    /*.single-product*/.ast-separate-container .ast-woocommerce-container {
        padding: 0;
    }
    .archive.ast-separate-container .content-area#primary .ast-woocommerce-container {
        padding: 0;
    }
}
.fa-angle-down::before{
    content: "" !important;
}
.right-part-product .product-info-top {
    background: #ffffff;
    padding: 50px;
}
.woocommerce div.product div.summary .product-info-top .product-category-name {
    margin-bottom: 0px;
}
.woocommerce div.product div.summary .product-info-top .product-category-name span {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 35px;
    padding-right: 10px;
    color: #010000;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
}
.product-images .product-gallery-left figure.woocommerce-product-gallery__wrapper .label_fpc_logo {
    position: absolute;
    right: 20px;
    width: 80px;
    top: 20px;
}

.introductory_text.collection-term{
    margin-bottom: 20px;
    display: block;
}
.introductory_text.collection-term a{
    color:var(--e-global-color-primary);

}

.woocommerce div.product div.summary .product-info-top .product-category-name h1 {
    display: inline-block;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 60px;
    position: relative;
}
.woocommerce div.product div.summary .product-info-top .product-category-name h1:after {
    content: "";
    position: absolute;
    width: 2px;
    left: -18px;
    height: 100%;
    background: #3194cf;
}
.right-part-product .product-info-top .product-description .short-desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.right-part-product .product-info-top .product-description .full-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #3194cf;
}
.right-part-product .product-info-bottom {
    background: #fff;
    padding: 50px;
    border-top: 1px solid #cfcfcf;
}
.product-info-bottom .product-details h2 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.product-info-bottom .product-details h2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.product-info-bottom .product-details h2 a img {
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.product-info-bottom .product-tab {
    margin-top: 30px;
}
.product-info-bottom .product-tab h3 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    margin: 40px 0 30px 0;
    font-weight: 500;
}
.product-info-bottom .product-tab h3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.product-info-bottom .product-tab h3 a img {
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
/*tab css*/
.accordion-tab {
    border-bottom: 1px solid #3194cf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.accordion-tab .head {
    color: #000000;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-tab .head h2 {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion-tab .arrow {
    color: #563e6e;
    font-size: 60px;
    transition: 0.25s ease;
}
.accordion-tab .arrow {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    background-image: url(../svg/black-right-arrow.svg);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
}
.accordion-tab .head:hover .arrow {
    opacity: 1;
}
.accordion-tab .arrow-animate {
    transform: rotate(90deg);
}
.accordion-tab .content {
    display: none;
    margin-top: 15px;
    color: #000000;
}
.accordion-tab .content p:last-child {
    margin-bottom: 0;
}
.woocommerce .related.products h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #010000;
    margin-top: 30px;
}
.ast-header-break-point .main-navigation ul#ast-hf-mobile-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{
    float: right;
}
/*blog*/
.single-post .ast-article-single {
    padding: 50px 0 0 0;
}
.wpforms-field-textarea {
    display: inline-block;
    width: 100%;
}
.wpforms-container select, .wpforms-container .select2-container .select2-selection--single {
    background-position-y: 50%;
}
/*Resposnive*/
@media (max-width: 1200px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: 0;
    }
}
@media (max-width: 992px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: 0;
    }
}
@media (max-width:921px) {

    .products-banner {
        min-height: 250px;
        padding-top: 70px;
    }
    .product-subbanner {
        min-height: 300px;
    }
    .ast-mobile-popup-drawer .ast-mobile-popup-header {
        min-height: auto;
    }
    .ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {
        transform: translateX(0%);
        right: 0;
        left: auto;
        display: none;
    }
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
        
        display: block !important;
      }
    .site-header-section>div:last-child {
        padding-right: 15px;
    }
    .ast-header-break-point .ast-icon.icon-arrow svg,.ast-mobile-popup-drawer.active .menu-toggle-close {
        color: var(--ast-global-color-1) !important;
    }

    /*.single-product*/.ast-separate-container .content-area#primary {
        padding: 0;
    }
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        height: 70px;
        width: 70px;
    }
    #masthead.header-sticky {
        background: transparent;
    }
    #masthead.header-sticky .ast-mobile-header-wrap  {
        background: #fff;
    }
    #masthead.header-sticky .ast-mobile-header-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill:#000;
    }

    .footer-list {
        text-align: left;
    }
    .woocommerce div.product div.summary .product-info-top .product-category-name {
        margin-bottom: 0;
    }
    .right-part-product .product-info-top {
        padding: 20px;
    }
    .right-part-product .product-info-bottom {
        padding: 20px;
    }
    .woocommerce div.product div.summary .product-info-top .product-category-name span {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .woocommerce div.product div.summary .product-info-top .product-category-name h1 {
        font-size: 40px;
    }
    .woocommerce div.product div.summary .product-info-top .product-category-name span:after {
        display: none;
    }

    .products-related-info .astra-shop-thumbnail-wrap a img {
        max-height: 120px;
        min-height: 120px;
    }
    .woocommerce .related.products h2{
        font-size: 30px;
    }
}
@media (max-width:600px) {
    .woocommerce ul.products.home-category:not(.elementor-grid){
        grid-template-columns: repeat(2,1fr);
    }

}
@media (max-width:544px) {

    .footer-list h3 {
        text-align: left;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        position: relative;
    }
    .footer-list.footer-box h3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 8px;
        background-image: url(../svg/plus-white.svg);
        width: 17px;
        height: 17px;
    }
    .footer-list.footer-box.active h3:after {
        background-image: url(../svg/minus-white.svg);
    }
    .footer-list ul li, .footer-list ul li a {
        text-align: left;
    }
    .footer-list.footer-box ul {
        display: none;
    }
    .footer-list.footer-box.active ul {
        display: block;
        border-bottom: 1px solid #3194cf;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .footer-list.footer-box.active h3 {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .woocommerce .related.products h2{
        font-size: 25px;
    }
    .woocommerce div.product div.summary .product-info-top .product-category-name span {
  
  font-size: 30px;
}
.woocommerce div.product div.summary .product-info-top .product-category-name h1 {
  font-size: 30px;
}
}
.right-arrow-list .elementor-icon-list-item a {
    justify-content: space-between !important;
}
.right-arrow-list .elementor-icon-list-icon {
    order: 2;
}


/*.slider-usp {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}*/
/*.slider-usp.elementor-section .elementor-container{
    flex-direction: column !important;
}*/
.owl-carousel.slider-usp{
    display: block;
}
.owl-carousel.slider-usp .usp-bar-slide {
    width: 100%;
}

ul.owl-carousel.category-slider.products.owl-loaded.owl-drag {
    grid-template-columns: none;
}

.category-slider.products .owl-nav button.owl-next, .category-slider.products .owl-nav button.owl-prev {
    background: #f5f5f5;
    height: 30px;
    width: 30px;

    position: absolute;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center center;
}
.category-slider.products .owl-nav button.owl-prev {
    left: 0;
    background-image: url(../svg/black-left-arrow.svg);
}
.category-slider.products .owl-nav button.owl-next {
    right: 0;
    background-image: url(../svg/black-right-arrow.svg);
}
.category-slider.products .owl-nav button span{
    text-indent: -9999px;
    display: inline-block;
}

.load_more_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.load_more_button a.load_more {
    background: #3194cf;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid transparent;
}

.load_more_button a.load_more:hover {
    background: #fff;
    border: 1px solid #3194cf;
    color: #3194cf;
}




/* custom css */

.content-table {
    display: table;
    max-width: 100%;
    border-collapse: collapse;
}

.table-accordian {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-right: 40px;
}
.table-accordian .content-table {
    margin-bottom: 0;
    border: 0;
}

.content-table tr th,
.content-table tr td {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    border: 0;
    font-weight: normal;
    color: #030303;
}

.content-table tr .camira {
    border-right: 2px solid #3194cf;
}
.content-table tr .main-heading-camira {
    font-weight: 600;
}

.content-table tr .heading {
    border-bottom: 2px solid #3194cf;
}
.elementor-accordion .elementor-accordion-item{
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid #3194cf !important;
    padding: 16px 0;
    
}
.info-accordion .elementor-accordion .elementor-tab-title{
    padding: 15px 0 !important;
    position: relative;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content{
    border-top: 0;
}
.info-accordion .elementor-accordion .elementor-tab-title.elementor-active{
padding: 0;
}
.info-accordion .elementor-accordion .elementor-tab-title.elementor-active a{
    display: none;
}
.info-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    position: absolute;
    right: 0;
    top: 100%;
    bottom: 0;
}
.info-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
    height: 1.5em;
    width: 1.5em;
}
.content-table tr:first-child td:first-child {
    padding-left: 0;
}
.domestic-fabrics{
    display: flex;
}
.domestic-fabrics ul{
    list-style: none;
}
.domestic-fabrics ul li{
    line-height: 50px;
}
.domestic-fabrics .ul-title{
    padding: 0;
}
.domestic-fabrics .ul-title li{
    font-weight: 600;
    color: #030303;
}
.single-product .products-related-info {
    margin-top: 80px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 80px;
}
.single-product .related.products {
    margin: 80px 0;
}
@media only screen and (max-width:890px){
    .info-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
        top: 20%;
    }
    .product-collection-desc { 
        margin: 40px 0;
        padding-bottom: 40px;
    }
    .tax-collection .products-related-info {
        margin: 40px 0;
    }
}