/**
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
*/

#moderncart-floating-cart button {
    background-color: #1d296a !important;
}
@media only screen and (min-width: 678px) and (max-width: 1024px) {
  .ipadslide ul.bdt-slideshow-items {
      min-height: 300px !important;
  }
}
.moderncart-slide-out-cart .moderncart-empty-cart p{
    color: #1d296a !important;
}
#moderncart-slide-out .moderncart-slide-out-footer .moderncart-cart-total a.checkout-button{
    background-color: #1d296a !important;
}
.moderncart-cart-theme-style1 .moderncart-cart-item-actions-remove{
    color: #1d296a !important;
}
.moderncart-cart-item-product-link a{
    color: #1d296a !important;
}

/* Hide Default Sorting dropdown */
.woocommerce-ordering {
    display: none !important;
}

div#block-10 {
     display: none !important;
}
h1.woocommerce-products-header__title.page-title {
    font-size : 25px;
}
.wc-block-product-search .wc-block-product-search__button{
    overflow:visible !important;
}
span.wc-block-product-categories-list-item-count {
    display: none;
}
li.wc-block-product-categories-list-item {
    border: 1px solid;
    border-radius: 5px;
    background: #1d296a;
}
li.wc-block-product-categories-list-item a {
    color: white;
}
li.wc-block-product-categories-list-item:hover {
    background: #FFFFFF;
}

li.wc-block-product-categories-list-item:hover a {
    color: #1d296a;
}
/* Force filters to appear above product grid on mobile */
@media (max-width: 768px) {
    .wp-block-column.is-vertically-aligned-top:first-child {
        order: -1 !important;
    }
}
.elementor-8540 .elementor-element.elementor-element-f0c950e.elementor-element {
    margin-bottom: 45px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 8px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 8px;
}
/*form.checkout.woocommerce-checkout {*/
/*    display:none;*/
/*}*/

/* ----------------------------
   Make login card smaller & centered
----------------------------- */

/* ---------------------------
   LOGIN TOGGLE SECTION
----------------------------- */

/* Remove border and make it minimal */
.woocommerce-info {
    background: #f4f6ff !important;
    padding: 14px 20px !important;
    border-left: 4px solid #1d2b6b !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    color: #111 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px;
}

/* Remove that square icon */
.woocommerce-info::before {
    display: none !important;
}
/*.woocommerce-error,*/
/*.woocommerce-message,*/
/*.woocommerce-info {*/
/*    display: block !important;*/
/*    color: red !important;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.woocommerce-error,*/
/*.woocommerce-message,*/
/*.woocommerce-info {*/
/*    display: block !important;*/
/*    background: #ffe9e9 !important;*/
/*    color: #b10000 !important;*/
/*    padding: 15px !important;*/
/*    border-radius: 6px !important;*/
/*    border-left: 4px solid #b10000 !important;*/
/*    font-size: 15px !important;*/
/*}*/


/* Make the link modern */
.woocommerce-info a {
    color: #1d2b6b !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.woocommerce-form-login {
    max-width: 600px !important; /* smaller width */
    margin: 25px auto !important;
    padding: 30px !important;
    background: #fff !important;
    border-radius: 14px !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06) !important;
}

/* ----------------------------
   Fix eye icon under password
----------------------------- */
.woocommerce-form-login .password-input {
    position: relative !important;
    width: 100% !important;
}

.woocommerce-form-login .show-password-input {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px;
}

/* Remove ugly blue background from eye icon */
.woocommerce-form-login .show-password-input::after {
    content: "👁️" !important;
    font-size: 16px !important;
    color: #444 !important;
}

.woocommerce-form-login .show-password-input:hover::after {
    color: #1d2b6b !important;
}

/* Hide default icon shape */
.woocommerce-form-login .show-password-input::before {
    display: none !important;
}

/* ----------------------------
   Inputs styling
----------------------------- */
.woocommerce-form-login input.input-text {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    border: 1px solid #ddd !important;
    background: #fafafa !important;
}

.woocommerce-form-login input.input-text:focus {
    border-color: #1d2b6b !important;
    box-shadow: 0 0 0 2px rgba(29,43,107,0.2) !important;
}

/* ----------------------------
   Login Button
----------------------------- */
.woocommerce-form-login__submit {
    width: 100% !important;
    background: #1d2b6b !important;
    color: #fff !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top: 15px !important;
}

.woocommerce-form-login__submit:hover {
    background: #142056 !important;
}


/* Hide only the intro text inside the WooCommerce login form */
/*.woocommerce-checkout .woocommerce-form-login > p:first-of-type {*/
/*    display: none !important;*/
/*}*/

.bdt-ps-slide-img {
    border-radius: 10px;
}
img.attachment-large.size-large.wp-image-8617 {
    border-radius: 10px;
}
img.attachment-large.size-large.wp-image-8608 {
    border-radius: 10px;
}
div#force-footer {
    display: none;
}
.grecaptcha-badge {
   display:none !important;
}
.carousel-slider .owl-nav .owl-next svg, .carousel-slider .owl-nav .owl-prev svg{
    color:white;
}
.carousel-slider .carousel-slider__caption .title
 {
    color: #1d296a;
    font-size: 16px;
    font-weight: 700;
 }
 fieldset.ast-single-product-payments.ast-inherit-color-version {
    display: none !important;
}

/* Wrap in grid */
.cf7-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
	row-gap:10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 50%;
}
/* Right-side order summary scroll */
.woocommerce-checkout-review-order {
    position: sticky;
    top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order td.product-name {
    padding: 14px 12px !important;
}

.woocommerce-checkout-review-order span.woocommerce-Price-amount.amount {
    padding: 14px 12px !important;
}
.woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table{
	border-radius:10px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
/* Make full-width rows */
.cf7-col-full {
    grid-column: span 2;
}

/* Make fields 100% width */
.cf7-two-col input,
.cf7-two-col textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Responsive: Mobile = one column */
@media (max-width: 768px) {
    .cf7-two-col {
        grid-template-columns: 1fr;
    }
    .cf7-col-full {
        grid-column: span 1;
    }
}

.footer-contact i {
    color: #ffffff;      /* icon color */
    margin-right: 10px;  /* space between icon & text */
    font-size: 16px;
}

.footer-contact p {
    margin: 8px 0;
    color: #dddddd;      /* text color */
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child {
    display: none;
}
.footer-social-icons a {
    color: #ffffff;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    transition: 0.3s ease;
}

.footer-social-icons a:hover {
    color: #cccccc;
}
/* FORCE sidebar to top on mobile (Astra + WooCommerce Blocks) */
@media (max-width: 921px) {

    /* Make Astra shop layout flexible */
    .ast-woocommerce-container,
    .ast-container {
        display: flex !important;
        flex-direction: column !important;
    }

    /* Force sidebar to come before content */
    #secondary {
        order: -1 !important;
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    /* Ensure primary content comes under sidebar */
    #primary {
        order: 5 !important;
        width: 100% !important;
    }

    /* Fix any Astra theme layout override */
    .ast-woocommerce-container > * {
        width: 100% !important;
    }
	div#primary {
		margin: 0em 0;
	}
}

.woocommerce-checkout tr.order-total th {
    font-weight: 600 !important;
}
.woocommerce-checkout tr.order-total th {
    font-weight: 600 !important;
}
.woocommerce-checkout tr.order-total td span.woocommerce-Price-amount.amount {
    font-weight: 600 !important;
}
header .custom-logo-link img {
    max-width: 190px !important;
    width: 190px !important;
}
.elementor-element.elementor-element-d8d27e0.elementor-widget.elementor-widget-google_maps {
    margin-top: 30px;
}
@media (max-width: 500px){
    .elementor-element.elementor-element-d8d27e0.elementor-widget.elementor-widget-google_maps {
    margin-top: 0;
}
}
a.copyright
 {
    color: white !important;
}
.review-rating {
    display: none;
}

/* Table container spacing */
.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

/* Table cell design */
.product-spec-table td {
    border: 1px solid #e5e5e5;
    padding: 14px;
    vertical-align: top;
}

/* Left column label */
.product-spec-table td:first-child {
    font-weight: 600;
    width: 35%;
}

/* Responsive */
@media (max-width: 768px) {
    .product-spec-table td {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .product-spec-table {
        font-size: 14px;
    }
    /*.product-spec-table td {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    border-bottom: none;*/
    /*}*/
    .product-spec-table tr td:last-child {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
}

a.added_to_cart.wc-forward {
    display: none;
}
a.button.add_to_cart_button.ajax_add_to_cart.tp-btn.added {
    background: white !important;
    color: #1d296a !important;
    border: 1px solid;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    background: white !important;
    color: #1d296a;
    border: 1px solid;
}
li.ast-grid-common-col.ast-full-width.ast-article-post.desktop-align-center.tablet-align-center.mobile-align-center.product.type-product{
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
	padding-bottom: 12px;
}
@media (max-width: 767px) {
    span.ast-woo-header-cart-total{
      display: none;
    }
	.bdt-prime-slider-desc {
    margin-right: 140px !important;
    }
}
.bdt-prime-slider-desc {
    margin-right: 200px;
}
a.copyright:hover {
    color: green !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 90%;
    padding: 12px;
}
/*@media (max-width: 922px) {*/
/*    h1.page-title.ast-archive-title {*/
/*        display: none;*/
/*    }*/
/*}*/
@media (min-width: 435px) and (max-width: 922px) {
  div#block-11 {
    margin: 0 auto;
    width: 63%;
  }
}
@media (max-width: 922px) {
li.wc-block-product-categories-list-item {
    padding-block: 10px;
    text-align: center;
    padding-left: 0;
    font-size: 17px;
}}
@media (max-width: 922px) {
body.archive .ast-archive-description .ast-archive-title, body.archive .ast-archive-description .ast-archive-title 
 {
    font-size: 1.5rem;
    margin-top: 25px;
}
}
@media (max-width: 435px) {
div#block-11 {
    margin: 0 auto;
    width: 86%;
}}
span.ast-shipping-text
 {
    display: none;
}
li.ast-article-single {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 48%;
    margin: 0 auto !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
     float: none !important;
    width: 48%;
    margin: 0 auto !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h1{
    text-align: center;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h1{
    text-align: center;
}
header.entry-header .entry-title {
    display: none !important;
}
a.showlogin {
    display: none;
}
@media (max-width: 500px){
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 90%;
}
}
@media (min-width: 500px) and (max-width: 750px){
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 67%;
}
}
@media (max-width: 500px){
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 90%;
}
}
@media (min-width: 500px) and (max-width: 750px){
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 67%;
}
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width:100%;
}
@media (max-width: 922px){
    .woocommerce-MyAccount-content{
            margin-top: 30px;
    }
}
.woocommerce-MyAccount-content > p:nth-of-type(1),
.woocommerce-MyAccount-content > p:nth-of-type(2) {
    display: none !important;
}
/*.notice.notice-success {*/
/*    display: none !important;*/
/*}*/

.woocommerce-error {
    display: block !important;
    margin-bottom: 15px !important;
    border-left: 4px solid #b10000 !important;
    background: #ffe9e9 !important;
    color: #b10000 !important;
    list-style: none !important;
}