/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description: Astra Child Theme
 Author:       CVInfotech
 Author URI:   https://cncbiolabs3.betacvinfotech.com/
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom CSS below */

@font-face {
  font-family: 'ChunkFive';
  src: url('/wp-content/uploads/fonts/ChunkFive-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply ChunkFive to all H1 headings */
h1, h5 {
  font-family: 'ChunkFive' !important;
  font-weight:400 !important;
}



/* Product Search Form Wrapper */
.wc-product-search-form {
    position: relative;
    max-width: 260px;
}

/* Search Input */
.wc-product-search-form .search-field {
    width: 100%;
    padding: 10px 40px 10px 14px; /* space for icon */
    border-radius: 30px !important;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    background:transparent !important;
}

/* Search Button (Icon Inside Input) */
.wc-product-search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

/* Hide button focus outline */
.wc-product-search-form .search-submit:focus {
    outline: none;
}

/* Optional hover */
.wc-product-search-form .search-submit:hover {
    opacity: 0.7;
}



.popup-builder-container h2 {
    font-family: 'ChunkFive';
    font-size: 24px;
}

.woocommerce-ordering select {
    padding: 0px 25px !important ; 
}
.home-text-heading h5 {
    color: #081c35 !important;
    font-size: 36px;
    line-height: 45px;
}
.site-footer {
    display: none !important;
}
.page-id-7 .elementor-element.elementor-element-c06f666.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded, .page-id-7 .elementor-element.elementor-element-54c24d3.elementor-hidden-desktop.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background-color: unset;
}
.post-type-archive-product section.ast-archive-description h1 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.ast-filter-wrap a {
    color: #404040 !important;
}
section.ast-archive-description h1 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.cnc-shop-heading-inner p {
    text-align: center;
    color: #483d8b;
    font-family: 'ChunkFive';
    font-size: 36px;
    line-height: 43px;
    padding: 50px 0px;
    width: 55%;
    margin: 0 auto;
}

.post-type-archive-product div#primary {
    margin: 0;
}
.custom-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.cart-icon {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide the default H1 if my custom H2 is present on the page */
h2.product_title + span + h1.product_title {
    display: none !important;
}

/* Optional: Make the new titles look better */
.product-seo-subtitle {
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: .92em;
    color: #777;
    font-family: Helvetica, Verdana, Arial, sans-serif !important;
}
h2.product_title.entry-title {
    font-size: 1.25rem !important;
    margin-top: 0;
    font-weight: 400 !important;
    font-family: 'ChunkFive' !important;
}

@media only screen and (max-width:1000px){
.shop-bottom-elementor-section {
    left: -25%;
}
.cnc-shop-heading-inner p {
    font-size: 30px;
    line-height: 36px;
    width: 90%;
}
}

@media only screen and (max-width:921px){
  .ast-left-sidebar #content > .ast-container {
        flex-direction: column !important;
    }  
}


@media only screen and (max-width:500px){
.home-text-heading h5 {
    font-size: 30px !important;
    line-height: 60px  !important;
}

.cnc-shop-heading-inner p {
    font-size: 18px;
    line-height: 26px;
    width: 90%;
    padding: 20px 0px;
}

.ast-container #secondary {
    margin: 10px 0px;
}

.popup-builder-modal.pbbc1abeb .popup-builder-container {
    width: 350px !important;
}
.popup-builder-container h2.wp-block-heading {
    font-size: 16px !important;
}
.popup-builder-container p, .popup-builder-container ul li {
    font-size: 14px !important;
    margin: 0px !important;
}
.popup-builder-modal.pbbc1abeb .popup-builder-content {
    padding: 8px !important;
}
}

@media only screen and (max-width:380px){ 
.popup-builder-modal.pbbc1abeb .popup-builder-container{
    width: 300px !important;
}
}