/**
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
*/

/* Headings */
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4 {
    margin-bottom: 23px;
}
p,
.entry-content p {
    font-size: 16px;
}
/* Buttons and links */
a:focus {
    outline: none;
}
a.elementor-button.elementor-size-lg {
    position: relative;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
a.elementor-button.elementor-button-link {
    font-family: 'Libre Baskerville', Libre Baskerville, sans-serif;
    font-size: 30px;
    font-weight: bold;
    background: none;
    border: 0;
    color: var(--ast-global-color-2);
}
a.elementor-button.elementor-size-lg:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: 115px;
    height: 1px;
    background: var(--ast-global-color-0);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section-dark a.elementor-button.elementor-size-lg:after {
    background: var(--ast-global-color-5);
}
a.elementor-button.elementor-size-lg:hover,
a.elementor-button.elementor-size-lg:focus,
a.elementor-button.elementor-size-lg:active,
a.elementor-button.elementor-size-lg.active {
    color: var(--ast-global-color-6);
    background: none;
    padding: 5px 20px 5px 10px;
    box-shadow: none;
}
a.elementor-button.elementor-size-lg:hover:after,
a.elementor-button.elementor-size-lg:focus:after,
a.elementor-button.elementor-size-lg:active:after,
a.elementor-button.elementor-size-lg.active:after {
    width: 95px;
}

.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit].wpforms-submit {
    padding: 5px 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit].wpforms-submit:after {
    display: inline-block;
    content: '';
    width: 115px;
    height: 1px;
    margin-top: 14px;
    margin-left: 20px;
    background: var(--ast-global-color-0);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit].wpforms-submit:hover {
    color: var(--ast-global-color-6);
    background: none;
    padding: 5px 0 5px 10px;
}
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit].wpforms-submit:hover:after {
    width: 95px;
}
.wpforms-container .wpforms-submit-container {
    padding-top: 40px;
}

/* Mega menu */
header .elementor .elementor-widget-htmega-menu-inline-menu .htmega-menu-container ul > li.current-menu-item > a {
    color: var(--ast-global-color-0);
}
header .elementor .elementor-widget-htmega-menu-inline-menu .htmega-menu-container ul > li > a > span.htmenu-icon {
    line-height: 25px;
    margin-left: 10px;
}
.htmega-menu-container ul > li.htmega_mega_menu {
    position: unset;
}
.htmega-menu-container .sub-menu.htmegamenu-content-wrapper {
    left: auto;
    right: -15px;
}
.htmega-menu-container .htmega-menu-area li.htmega_mega_menu .sub-menu.htmegamenu-content-wrapper ul > li > a > .elementor-icon-list-text {
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}
/* Breadcrumbs */
.main-header-bar.ast-header-breadcrumb {
    border: 0;
}
.ast-breadcrumbs {
    padding-left: 2px;
}

/* Showroom */
.woocommerce-shop ul.products:not(.elementor-grid).columns-1 {
    grid-template-columns: repeat(4,minmax(0,4fr));
    column-gap: 50px;
    row-gap: 20px;
}
.woocommerce-shop ul.products li.product.product-category a img {
    object-fit: none;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-category__title {
    position: relative;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: left;
    left: auto;
    right: auto;
    padding: 0;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-category__title .count {
    display: none;
}
/* Woocommerce category */
.ast-woo-shop-archive h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--ast-global-color-2);
    margin-bottom: 7px;
}
.ast-woo-shop-archive h4.woo-cat-subheading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.ast-woo-shop-archive header.woocommerce-products-header {
    text-align: center;
}
.ast-woo-shop-archive header.woocommerce-products-header:after {
    display: block;
    content: '';
    width: 115px;
    height: 1px;
    background: var(--ast-global-color-0);
    margin: 35px auto 70px auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 100px;
}
.woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-thumbnail-wrap {
    padding-right: 15px;
}
.woocommerce-js ul.products li.product a.ast-loop-product__link h2 {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.woocommerce-js ul.products li.product a.ast-loop-product__link:hover h2 {
    color: var(--ast-global-color-0);
}
.astra-shop-summary-wrap .category-listing-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ast-woo-shop-archive .astra-shop-summary-wrap .elementor-button {
    margin-top: 20px;
}
.woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product,
.woocommerce.ast-woocommerce-shop-page-list-style ul.products li.product {
    flex-direction: row;
    flex-wrap: wrap;
}
.ast-woo-shop-archive .listing-gallery {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: -10px;
}
.woocommerce-js.ast-woo-shop-archive ul.products li.product .listing-gallery h3 {
    font-size: 26px;
}
.woocommerce-js ul.products li.product .listing-gallery .gallery a img,
.woocommerce-page ul.products li.product .listing-gallery .gallery a img {
    margin-bottom: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.woocommerce ul.products li.product.astra-woo-hover-fade:hover .listing-gallery .gallery img,
.woocommerce-page ul.products li.product.astra-woo-hover-fade:hover .listing-gallery .gallery img {
    opacity: 1;
}
.woocommerce ul.products li.product.astra-woo-hover-fade .listing-gallery .gallery img:hover,
.woocommerce-page ul.products li.product.astra-woo-hover-fade .listing-gallery .gallery img:hover {
    opacity: .7;
}

.ast-woo-shop-archive .bottom-gallery {
    margin-bottom: 80px;
}
.ast-woo-shop-archive .listing-gallery .gallery,
.ast-woo-shop-archive .bottom-gallery .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.ast-woo-shop-archive .bottom-gallery figure.gallery-item {
    position: relative;
}
.ast-woo-shop-archive .bottom-gallery figure.gallery-item .gallery-caption {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #eee;
    background: #000;
    padding: 0 4px;
    border: 0;
    border-radius: 0;
    opacity: 0.7;
    pointer-events: none;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.ast-woo-shop-archive .bottom-gallery figure.gallery-item:hover .gallery-caption {
    background: #fff;
    color: #222;
}

/* Woocommerce products */
.woocommerce .ast-container {
    max-width: 1170px;
}
.single.single-product .entry-header {
    margin-top: 46px;
    margin-bottom: 10px;
    text-align: left;
}
.woocommerce #content div.product.ast-product-gallery-layout-first-image-large .woocommerce-product-gallery__image:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce #content .ast-woocommerce-container div.product div.images,
.woocommerce .ast-woocommerce-container div.product div.images,
.woocommerce-page #content .ast-woocommerce-container div.product div.images,
.woocommerce-page .ast-woocommerce-container div.product div.images,
.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 100%;
}
.woocommerce #content .header-price {
    font-family: 'Libre Baskerville', Libre Baskerville, sans-serif;
    font-size: 24px;
    line-height: 26px;
    text-align: right;
    margin-bottom: 16px;
}
.woocommerce #content .header-price .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: bold;
    color: var(--ast-global-color-1);
}

.woocommerce #content .container-features {
    position: absolute;
    bottom: 7px;
    right: 10px;
    text-align: right;
}
.container-features .container-feature {
    display: inline-block;
    margin-left: 5px;
}
.container-features .container-feature .feat-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.container-features .container-feature .feat-icon > span {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /* border: 3px solid var(--ast-global-color-1); */
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom center;
    opacity: .8;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.container-features .container-feature:hover .feat-icon > span {
    opacity: 1;
}
.container-features .container-feature .feat-icon .icon-waterproof {
    background-image: url('/wp-content/uploads/2023/12/waterresistant.png');
}
.container-features .container-feature .feat-icon .icon-wind_resistant {
    background-image: url('/wp-content/uploads/2023/12/windproof.png');
}
.container-features .container-feature .feat-icon .icon-snow_resistant {
    background-image: url('/wp-content/uploads/2023/12/snowproof.png');
}
.container-features .container-feature .feat-icon .icon-quake_resistant {
    background-image: url('/wp-content/uploads/2023/12/quakeproof.png');
}

.woocommerce .woocommerce-product-details__short-description {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.woocommerce .woocommerce-product-details__short-description:before {
    display: block;
    content: '';
    width: 115px;
    height: 1px;
    background: var(--ast-global-color-0);
    margin: 0 auto 40px auto;
}
.woocommerce #content div.product.ast-product-tabs-layout-distributed .ast-distributed-header {
    display: none;
}
.ast-woocommerce-distributed .ast-single-tab {
    flex-direction: column;
}
.woocommerce-js #content div.product .woocommerce-tabs .panel {
    width: 100%;
}
.woocommerce-Tabs-panel ul {
    list-style-position: inside;
}
.entry-content p.small {
    font-size: 75%;
    font-weight: 500;
}
#content .ast-distributed-wrap {
    text-align: center;
}
#content .ast-distributed-wrap figure.gallery-item {
    position: relative;
}
#content .ast-distributed-wrap figure.gallery-item .gallery-caption {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #eee;
    background: #000;
    padding: 0 4px;
    border: 0;
    border-radius: 0;
    opacity: 0.7;
    pointer-events: none;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#content .ast-distributed-wrap figure.gallery-item:hover .gallery-caption {
    background: #fff;
    color: #222;
}
#content .ast-distributed-wrap .row,
.additional-information .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.additional-information .floor-plan {
    margin-top: 40px;
}
.additional-information .floor-plan .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
#content .ast-distributed-wrap .row > [class^="col-"],
.additional-information .row > [class^="col-"] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#content .ast-distributed-wrap .row > .col-md-6,
.additional-information .row > .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.additional-information .row > .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ast-woocommerce-distributed .ast-single-tab .product-extra,
.additional-information {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}
.additional-information.container-specs > .row {
    margin-bottom: 40px;
}
.additional-information.container-specs .row .separator::before {
    display: block;
    content: '';
    width: 115px;
    height: 1px;
    background: var(--ast-global-color-0);
    margin: 40px auto;
}
.additional-information.container-specs p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
}
.additional-information.container-specs .specifications h3 {
    text-align: center;
    margin-bottom: 20px;
}
.additional-information.container-specs .specifications .row > [class^="col-"] {
    display: flex;
    margin-bottom: 20px;
}
.additional-information.container-specs .specifications .row > [class^="col-"] .spec-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 10px 20px;
}
.additional-information.container-specs .specifications .row > [class^="col-"].separator {
    display: block;
}
.woocommerce #content .additional-information {
    clear: both;
}
.ast-woocommerce-distributed .ast-single-tab .product-extra .itemExtraFieldsLabel,
.additional-information .spec-item .spec-label {
    font-weight: bold;
}
.ast-woocommerce-distributed .ast-single-tab h2,
.additional-information h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ast-woocommerce-distributed .ast-single-tab h2.itemExtraFieldsHeader,
.ast-woocommerce-distributed .ast-single-tab .gallery {
    text-align: left;
}
.woocommerce .footer-price {
    font-family: 'Libre Baskerville', Libre Baskerville, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 90px;
}
.woocommerce .footer-price .contact-link {
    color: var(--ast-global-color-2);
}
.woocommerce .footer-price .woocommerce-Price-amount:after,
.woocommerce .footer-price .contact-link:after {
    display: inline-block;
    content: '';
    width: 115px;
    height: 1px;
    margin-left: 20px;
    background: var(--ast-global-color-0);
    vertical-align: super;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.woocommerce .footer-price .contact-link:hover:after {
    width: 95px;
}
.woocommerce-js div.product .additional-information + .woocommerce-tabs {
    /* padding-top: 0; */
}

/* Footer */
#cim-footer .hfe-copyright-wrapper a b {
    font-weight: 600;
}


/* -------------------------------------------------------------------
  Microtip

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/

/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
    position: relative;
}
  
[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, .3s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top;
}
  
[aria-label][role~="tooltip"]::before {
    background-size: 100% auto !important;
    content: "";
}
  
[aria-label][role~="tooltip"]::after {
    background: rgba(17, 17, 17, .9);
    border-radius: 4px;
    color: #ffffff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    text-transform: var(--microtip-text-transform, none);
    font-family: "Lexend Deca",sans-serif;
    font-size: 16px;
    padding: .5em 1em;
    white-space: nowrap;
    box-sizing: content-box;
}
  
[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
    opacity: 1;
    pointer-events: auto;
}
  
  
  
/* ------------------------------------------------
[2] Position Modifiers
-------------------------------------------------*/
  
[role~="tooltip"][data-microtip-position|="top"]::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
    height: 6px;
    width: 18px;
    margin-bottom: 6px;
}
  
[role~="tooltip"][data-microtip-position|="top"]::after {
    margin-bottom: 11px;
}
  
[role~="tooltip"][data-microtip-position|="top"]::before {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%;
}
  
[role~="tooltip"][data-microtip-position|="top"]:hover::before {
    transform: translate3d(-50%, -5px, 0);
}
  
[role~="tooltip"][data-microtip-position|="top"]::after {
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%;
}
  
[role~="tooltip"][data-microtip-position="top"]:hover::after {
    transform: translate3d(-50%, -5px, 0);
}
  
/* ------------------------------------------------
[2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
    transform: translate3d(calc(-100% + 16px), 0, 0);
    bottom: 100%;
}
  
[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
    transform: translate3d(calc(-100% + 16px), -5px, 0);
}
  
  
/* ------------------------------------------------
[2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
    transform: translate3d(calc(0% + -16px), 0, 0);
    bottom: 100%;
}
  
[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
    transform: translate3d(calc(0% + -16px), -5px, 0);
}
  
/* ------------------------------------------------
[3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
    white-space: initial;
    width: 80px;
}
  
[role~="tooltip"][data-microtip-size="medium"]::after {
    white-space: initial;
    width: 150px;
}
  
[role~="tooltip"][data-microtip-size="large"]::after {
    white-space: initial;
    width: 260px;
}


@media (max-width: 1024px) {
    .htmega-menu-container .htmega-menu-area li.htmega_mega_menu .sub-menu.htmegamenu-content-wrapper {
        min-width: auto;
        width: calc(100vw - 30px);
        right: 0;
    }
    .htmega-menu-container ul.htmega-megamenu > li {
        margin-right: 0 !important;
    }
    
    .ast-container {
        max-width: 100%;
    }
    .main-header-bar.ast-header-breadcrumb {
        padding-left: 0;
    }
}
@media (max-width: 990px) {
    .htmega-menu-area {
        font-size: 24px;
        border: 0;
    }
    .htmobile-menu-wrap {
        background-color: #2b2f3b;
    }
    .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li {
        color: var(--ast-global-color-5);
    }
    .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li.current-menu-item {
        background: #22b8f0;
    }
    li.main-menu-item.active > a {
        background: #22b8f0;
    }
    
    header .elementor .elementor-widget-htmega-menu-inline-menu .htmega-menu-container ul > li > a {
        display: block;
        padding: 14px 20px 14px 28px;
        font-size: 14px;
        line-height: 28px;
        text-transform: uppercase;
        color: var(--ast-global-color-0);
        font-weight: 500;
    }
    header .elementor .elementor-widget-htmega-menu-inline-menu .htmega-menu-container ul > li.current-menu-item > a {
        color: var(--ast-global-color-0);
    }
    .htmobile-menu-wrap .menu-expand {
        height: 58px;
        line-height: 58px;
        top: 0;
    }
    .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li .sub-menu {
        background: #232733;
    }
    .htmobile-menu-wrap .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0;
    }
    .htmegamenu-content-wrapper.sub-menu .e-con .elementor-widget.elementor-widget {
        margin-bottom: 0;
    }
    .htmobile-menu-wrap .elementor-element > .elementor-widget-container {
        padding: 0 !important;
        border: 0 !important;
    }
    .htmegamenu-content-wrapper.sub-menu .elementor-widget-heading .elementor-heading-title a {
        font-size: 14px;
        color: var(--ast-global-color-0);
        font-weight: 500;
        padding-left: 20px;
    }
    .htmegamenu-content-wrapper.sub-menu .elementor-widget.elementor-widget-image,
    .htmegamenu-content-wrapper.sub-menu .elementor-widget.elementor-widget-icon-list {
        display: none;
    }
}
@media (max-width: 768px) {
    .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
        padding-left: 0;
        border: 0;
    }

    /* Woocommerce shop and categories */
    .woocommerce.woocommerce-shop ul.products:not(.elementor-grid).columns-1 {
        grid-template-columns: repeat(3,minmax(0,3fr));
        margin-bottom: 50px;
    }
    .woocommerce-shop ul.products li.product.product-category a img {
        object-fit: contain;
    }
    .woocommerce-shop ul.products li.product .woocommerce-loop-category__title {
        text-align: center;
    }
    .woocommerce.tablet-columns-3:not(.woocommerce-shop) ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap {
        padding-left: 20px;
    }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    /* Woocommerce products */
    .woocommerce .ast-woocommerce-container div.images.woocommerce-product-gallery {
        margin-bottom: 50px;
    }
    .woocommerce div.product.ast-product-gallery-layout-first-image-large.ast-magnify-disabled .woocommerce-product-gallery__image:nth-child(1) a {
        padding: 0;
    }
    .woocommerce .ast-product-gallery-layout-first-image-large .tns-inner .tns-item img {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        object-fit: none;
        height: auto;
    }

    /* Forms */
    .wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-three-sixths,
    .wpforms-container .wpforms-two-fourths {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.1;
    }
    h4 {
        font-size: 16px;
    }
    #primary .entry-content h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #primary #bloomberg h2 {
        font-size: 30px;
        line-height: 32px;
    }
    a.elementor-button.elementor-size-lg {
        font-size: 24px;
    }
    a.elementor-button.elementor-size-lg:after {
        width: 85px;
    }

    .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li .sub-menu a {
        display: block;
    }

    .woocommerce.woocommerce-shop ul.products:not(.elementor-grid).columns-1 {
        grid-template-columns: repeat(2,minmax(0,2fr));
    }
    .woocommerce-shop ul.products li.product .woocommerce-loop-category__title {
        font-size: 17px;
        line-height: 1.3;
    }

    .woocommerce-page.ast-woocommerce-shop-page-list-style:not(.woocommerce-shop) ul.products li.product,
    .woocommerce.ast-woocommerce-shop-page-list-style:not(.woocommerce-shop) ul.products li.product {
        flex-direction: column;
    }
    .woocommerce-page.ast-woocommerce-shop-page-list-style ul.products li.product .astra-shop-summary-wrap {
        padding: 0;
    }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        margin-bottom: 5px;
        margin-top: 15px;
    }
}
