/**
Theme Name: Astra Bagscase
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: A child theme for Astra, developed by WPKEJI.COM
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
*/
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
::selection {
    background: #3290ff;
}

input.search-submit {
    display: none;
}

.ast-grid-common-col {
    padding-left: 15px;
    padding-right: 15px;
}

.ast-modern-checkout .main-header-bar {
    background-color: var(--ast-global-color-1);
    border-bottom-color: var(--ast-global-color-1);
}

.ast-theme-transparent-header .ast-above-header-wrap {
    background: rgba(0, 0, 0, 0.2);
}
.ast-theme-transparent-header .ast-above-header-bar {
    border-bottom-color: #585757;
}
.header-widget-area[data-section="sidebar-widgets-header-widget-4"].header-widget-area-inner .gt_languages a {
    color: var(--ast-global-color-1);
}
.header-widget-area[data-section="sidebar-widgets-header-widget-4"].header-widget-area-inner .gt_languages a:hover {
    color: var(--ast-global-color-0);
}
.textwidget a.glink img {
    margin-right: 4px;
}
.elementor-2 .elementor-element.elementor-element-dbda769 > .elementor-background-overlay {
    background-color: rgb(26 26 26 / 84%);
}
.our-process .bdt-step-flow-description {
    max-height: 180px;
    overflow-y: hidden;
}
.our-process .bdt-step-flow-description:hover {
    overflow-y: scroll;
}

.our-process .bdt-step-flow-description::-webkit-scrollbar {
    width: 4px;
    height:10px;
}
.our-process .bdt-step-flow-description::-webkit-scrollbar-track{
    background: var(--ast-global-color-5);
    border-radius:2px;
}
.our-process .bdt-step-flow-description::-webkit-scrollbar-thumb{
    background: var(--ast-global-color-0);
    border-radius:10px;
}
.our-process .bdt-step-flow-description::-webkit-scrollbar-thumb:hover{
    background: var(--ast-global-color-2);
}
.our-process .bdt-step-flow-description::-webkit-scrollbar-corner{
    background: #179a16;
}

.bdt-ep-review-card-carousel-content h3 {
    margin-bottom: 0;
}

.bdt-sticky .elementor-widget-bdt-sub-menu {
    z-index: 9999;
}

div#ez-toc-container {
    background: var(--ast-global-color-4);
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 2px;
}

#ez-toc-container .ez-toc-title-container {
    background: #fff;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
}

#ez-toc-container nav > ul {
    padding: 20px;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.1em;
}
#ez-toc-container .ez-toc-toggle label, #ez-toc-container label.cssicon {
    border: 1px solid #eee;
}
div#ez-toc-container ul li {
    line-height: 1.8;
}

.entry-content[ast-blocks-layout] > ul,
.entry-content[ast-blocks-layout] > ol{
    margin: 0 0 1.5em 1.5em;
}

#secondary li {
    margin-bottom: 0.75em;
}
#secondary li:last-child {
    margin-bottom: 0;
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: var(--ast-global-color-4);
    margin-bottom: 0;
}

.ast-separate-container.ast-two-container #secondary .widget:last-child, .ast-separate-container #secondary .widget:last-child, .ast-plain-container #secondary .widget:last-child {
    padding-bottom: 20px;
}

.ast-related-posts-title-section {
    padding-top: 2em;
}

@media (min-width: 922px) {
    .fpd-product-designer-wrapper {
        width: 50%;
        float: left;
    }
}
.fpd-container {
    /*width: 100% !important;*/
    box-shadow: none;
    /*border: 1px solid #eee;*/
}
.fpd-navigation>div.fpd-active {
    background: #f5f5f5!important;
}
.woocommerce .quantity .qty {
    width: 80px;
    max-width: 180px;
}
.single-product .ast-article-single {
    padding: 2em 0;
}
.woocommerce-product-details__short-description {
    margin-bottom: 1em;
}
.woocommerce .woocommerce-tabs h2 {
    font-size: 2.25rem;
}
.woocommerce-page .footer-widget-area .widget .widget-title, 
.woocommerce-page .footer-widget-area .widget .widget-title-common, 
.woocommerce-page .footer-widget-area .widget .widget>div h3 {
    color: var(--ast-global-color-5);
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    letter-spacing: .05em;
    cursor: pointer;
    padding: 16px;
    font-weight: 700;
    left: auto;
    color: #fff;
    border: 0;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    position: absolute;
    left: auto;
    bottom: 80px;
    transform: translateX(-50%);
    transition: all .3s ease;
    opacity: 0;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button {
    opacity: 1;
    bottom: 100px;
}

@media (min-width: 922px) {
    .my-wrap {
        width: 100%;
        display: flex;
    }
    .woocommerce div.product .woocommerce-tabs {
        flex: 70%;
    }
    .woocommerce div.product .secondary {
        flex: 30%;
        padding-left: 30px;
        padding-top: 2em;
    }
}

@media (max-width: 921px) {
    .woocommerce div.product .secondary {
        display: none;
    }
}

.woocommerce-page .widget .widget-title, .woocommerce-page .widget .widget-title-common, .woocommerce-page .widget>div h3 {
    font-weight: 600;
    margin-bottom: 1em;
    color: var(--ast-global-color-1);
}

.bdt-modal-body .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 15px;
}

footer .widget {
    margin-bottom: 2em;
}
footer .textwidget p:first-child {
    margin-bottom: 1em;
}
footer p {
    margin-bottom: 0.5em;
}

.footer-widget-area .widget_nav_menu li {
    position: relative;
    padding-left: 12px;
}
.footer-widget-area .widget_nav_menu li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: var(--ast-global-color-6);
    position: absolute;
    top: 14px;
    left: 0;
}
.footer-widget-area .widget_nav_menu li:hover::before {
    background: var(--ast-global-color-0);
}
#astra-widget-social-profiles-2 .astra-widget-social-profiles-inner .ast-widget-icon {
    border-radius: 3px;
}

#qlwapp.qlwapp-middle-right, #qlwapp.qlwapp-bottom-right {
    right: -10px;
    bottom: 60px;
}
@media (max-width: 544px) {
    #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
        margin: 0;
    }
    .qlwapp-text {
        display: none;
    }
    #qlwapp.qlwapp-button .qlwapp-toggle {
        height: auto;
        white-space: nowrap;
        padding: 10px;
    }
    .ast-advanced-headers-title, .woocommerce h2.ast-advanced-headers-title {
        font-size: 1.8em;
    }
    .single-product div.product .entry-title,
    .ast-related-posts-title {
        font-size: 1.5em;
    }
    .ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
        width: auto;
    }
}
@media (max-width: 767px) {
    .ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 4em;
    }
    .single-product .ast-article-single {
        padding: 0 0 2em 0;
    }
    .woocommerce div.product div.summary {
        margin-top: 2em;
    }
    #ast-scroll-top {
        width: 2.3em;
        height: 2.3em;
        line-height: 2;
    }
}

.bdt-timeline-left .bdt-grid-collapse>.bdt-grid-margin {
    width: 100%;
}
.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper {
    padding-left: 30px!important;
}
.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper:hover .bdt-timeline-title {
    color: var(--ast-global-color-0);
}
.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-item-main-container {
    padding-left: 50px!important;
    padding-bottom: 20px!important;
}
.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon {
    left: 31px!important;
}

