/*--------------------Faq-Page-----------------*/
.faq-secton .single_accourdion {
    box-shadow: 0px 14px 20px 0px #C995491A;
    border: 1px solid #C99549;
    border-radius: 5px;
}

.faq-secton .htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
    top: 50% !important;
    width: 55px !important;
    height: 44px !important;
    border-left: 1px solid #F1E3D2 !important;
    transform: translateY(-50%);
}
.ast-woocommerce-container nav.woocommerce-breadcrumb,
.archive h1.woocommerce-products-header__title.page-title {
    display:none !important;
}
.woocommerce-message::before, .woocommerce-info::before{
	color: #C99549 !important;
}
.woocommerce-message, .woocommerce-info {
    border-top-color:#C99549 !important;
}
.astra-shop-thumbnail-wrap a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px 0;
}

/*--------------------Contact-Page-----------------*/
.map-info-col .elementor-widget-image:before,#contact_tabs .map-info-col .elementor-widget-wrap:before
 {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #C99549;
    top: 20px;
    z-index: 1;
}

.map-info-col.right .elementor-widget-image:before,#contact_tabs .map-info-col.right .elementor-widget-wrap:before {
    right: 20px;
    left: auto;
}

.map-info-col.left .elementor-widget-image:before,#contact_tabs .map-info-col.left .elementor-widget-wrap:before {
    left: 20px;
    right: auto;
}

.map-info-col .elementor-widget-image {
    position: relative;
}

.tell_us_form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quote-online-wrapper.tell_us_form .row {
    gap: 20px;
}

.tell_us_form .row .col-4 {
    flex: 0 0 calc(33.33% - 14px);
    width: calc(33.33% - 14px);
}

.tell_us_form .row .col-6 {
    flex: 0 0 48.5%;
    width: 48.5%;
}

.tell_us_form .row .col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.wpcf7-form.invalid .wpcf7-response-output {
    border-color: red !important;
    color: red;
}

.wpcf7-form.sent .wpcf7-response-output {
    border-color: green;
    color: green;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
    margin-top: -25px;
    margin-bottom: 50px;
    border: 1px solid;
    font-size: 13px;
}
.personal-information-wrapper .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    margin-top: 0 ;
}

.wpcf7 .quote-online-wrapper .wpcf7-not-valid-tip {
    color: #ff0000;
    position: relative;
}
.wpcf7 .quote-online-wrapper .btn-browse .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
}
.tell_us_form.quote-online-wrapper {
    margin-bottom: 0;
}
.quote-online-wrapper .wpcf7-form.invalid .wpcf7-response-output,
.quote-online-wrapper .wpcf7-form.sent .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 50px;
    background: #c99549;
}
.quote-online-wrapper .file-wrapper p {
    border: 2px dashed #615F5F;
    height: 164px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 4px;
    background: #fff;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 9%;
}
.quote-online-wrapper  label.color_black {
    color: #000 !important;
}
.wpcf7 .quote-online-wrapper input[type="file"] {
    color: #000 !important;
}

.quote-online-wrapper .file-wrapper #fileLabel {
    position: relative;
    padding-left: 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    flex: 0 0 auto;
    width: auto;
    margin: 0 10px 0 0;
}
.quote-online-wrapper .file-wrapper .wpcf7-form-control-wrap {
    width: auto;
    display: block;
    flex: 0 0 auto;
}
.quote-online-wrapper .file-wrapper #fileLabel:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 30px;
    background: url(/wp-content/themes/astra-child/assets/images/file-upload-icon.svg) no-repeat center left;
    width: 30px;
    height: 30px;
}
.drop-shadow > .elementor-widget-wrap{
/*    box-shadow: 0px 0px 30px 1px #0000001A;*/
    filter: drop-shadow(0px 0px 30px #0000001A);
    background: #fff;
}
.quote-online-wrapper input.wpcf7-form-control.wpcf7-submit {
    box-shadow: 0px 4px 13px 0px #00000040;
}
.file-wrapper  span.btn-browse {
    width: 200px;
    height: 30px;
    position: relative;
}
.wpcf7 .file-wrapper input[type="file"] {
    visibility: hidden;
}
.file-wrapper label {
    color: #000 !important;
}
.file-wrapper .btn-browse label {
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAEAEA;
    color: #3F3F3F !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    cursor: pointer;
}
.file-wrapper .btn-browse label:hover {
    background: #c99549;
    color: #fff !important;
}
/*--------------------contact-new-------------------*/
#contact_tabs .htmega-tab-nav {
    column-gap: 45px !important;
    justify-content: center !important;
}

.cambri_info_col span.elementor-icon {
    box-shadow: 0px 17px 20px 0px #FF99031A;
}

.fax-icon span.elementor-icon {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

/*--------------------Services-Page-----------------*/

.key_feature_col span.elementor-icon {
    box-shadow: 0px 30px 30px 0px #EBA84736;
    border: 1px solid #C9954957;
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key_feature_col .elementor-icon-box-icon {
    width: 182px;
    height: 182px;
    padding: 20px;
    background-color: #FAF4ED;
    border-radius: 100px;
}

.stages_slider figcaption.elementor-image-carousel-caption {
    margin-top: 30px;
}

.stages_slider .elementor-swiper-button {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}

.stages_slider .elementor-swiper-button.elementor-swiper-button-next {
    right: -65px !important;
}

.stages_slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: -65px !important;
}

.stages_slider .elementor-swiper-button {
    position: absolute !important;
    display: inline-flex !important;
    z-index: 1 !important;
    cursor: pointer !important;
    font-size: 25px !important;
    top: auto !important;
    bottom: -100px !important;
    transform: translateX(50%) !important;
    border: 1px solid #000;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.stages_slider .elementor-swiper-button:hover {
    background-color: #C99549;
    border: transparent;
}

.stages_slider .elementor-swiper-button:hover svg path {
    fill: #fff;
}

.before_after_col .twentytwenty-handle {
    background-color: #fff;
    gap: 10px;
}

.before_after_col span.twentytwenty-left-arrow,
.before_after_col span.twentytwenty-right-arrow {
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
}

.before_after_col span.twentytwenty-left-arrow {
    background-image: url(/wp-content/uploads/2024/03/Layer_1.svg);
}

.before_after_col span.twentytwenty-right-arrow {
    background-image: url(/wp-content/uploads/2024/03/Layer_1-1.svg);
}


/*------------------Our-Service-Slider----------------*/
.service-wrapper {
    position: relative;
}
div#service_grid {
    display: flex;
    flex-wrap: wrap;
}
div#service_grid .item {
    width: 33%;
}
div#service_grid .service-info p.number {
    right: 40px;
}
.service-wrapper img {
    max-width: 219px;
    width: 100% !important;
    height: 219px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.service-info {
    width: 237px;
    display: flex;
    align-items: center;
}
.service-info a.title {
    background: linear-gradient(90deg, #FFFFFF 55.93%, rgba(255, 255, 255, 0) 104.96%);
    padding: 12px;
    position: relative;
    top: -80px;
    left: 100px;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: 237px;
    text-wrap: nowrap;
}
.service-info p.number {
    font-family: Poppins;
    font-size: 160px;
    font-weight: 700;
    line-height: 140px;
    text-align: left;
    color: #E3D7C236;
    position: absolute;
    top: 0;
    right: 10px;
}
#service_slider .owl-nav {
    position: absolute;
    display: flex;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 122px;
    margin: auto;
    justify-content: space-between;
    transform: translateY(-50%);
}
#service_slider .owl-nav .owl-prev,#service_slider .owl-nav .owl-next  {
    font-size: 0;
    height: 55px;
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: none;
    border: 1px solid;
}
#service_slider .owl-nav .owl-prev:hover,#service_slider .owl-nav .owl-next:hover{
    background-color: #C99549;
    border: transparent;
}
#service_slider .owl-nav .owl-prev{
    background-image: url('/wp-content/uploads/2024/03/arrow-left-black.svg');
}
#service_slider .owl-nav .owl-next  {
    background-image: url('/wp-content/uploads/2024/03/arrow-right-black.svg');
}
#service_slider .owl-nav .owl-prev:hover{
    background-image: url('/wp-content/uploads/2024/03/arrow-left.svg');
}
#service_slider .owl-nav .owl-next:hover{
    background-image: url('/wp-content/uploads/2024/03/arrow-right.svg');
}
/*--------------------Gallery-Page-----------------*/
.tabs_box a.htb-active {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    position: relative;
}

.tabs_box a.htb-active::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 7px;
    background-color: #C99549;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -10px;
    left: 42%;
    transform: translateX(50%);
}

.tabs_box .htmega-tab-nav a {
    margin: 0px 0px -3px 0px !important;
    transition: none !important;
}

.tabs_box .htmega-tab-nav {
    max-width: 980px !important;
    width: 100% !important;
    justify-content: space-between !important;
}

.portfolio_gallery img {
    border-radius: 5px;
}

 .uael-img-gallery-wrap .uael-grid-img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    transform: translate(15px, 15px);
}

.fancybox-inner button.fancybox-button.fancybox-button--close {
    background-color: #000;
    background-image: url(/wp-content/uploads/2024/03/close-icon-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
}

.fancybox-toolbar button.fancybox-button:hover {
    background-color: #C99549;
}

/*--------------------Product Detail Page Css-----------------*/
.single-product nav.woocommerce-breadcrumb,
.single-product .single-product-category,
.single-product .product_meta {
    display: none !important;
}

.single-product .flex-control-thumbs li img.flex-active {
    border: 1px solid #C99549 !important;
    box-shadow: 0px 4px 14px 0px #00000026 !important;
}

.single-product .flex-control-thumbs li img {
    padding: 8px 19px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 5px;
}

.single-product .product div.images.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px !important;
}

.single-product .images .woocommerce-product-gallery__trigger:before {
    width: 20px !important;
    height: 20px !important;
    border: 0px solid !important;
    background-image: url(/wp-content/uploads/2024/03/search-icon.svg);
    background-repeat: no-repeat;
}

.single-product .product .images .woocommerce-product-gallery__trigger:after {
    background-color: unset !important
}

.single-product .woocommerce-product-gallery__trigger {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #000000;
}

.single-product .woocommerce-product-gallery__image a {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    width: 100% !important;
    max-width: 677px !important;
    height: 100% !important;
    min-height: 540px !important;
    padding: 51px 47px !important;
    border: 1px solid #0000001a !important;
    background-color: #fff !important;
}

.woocommerce-product-gallery__image.flex-active-slide a img {
    max-width: 465px !important;
    width: 100% !important;
    margin: auto;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 56.43% !important;
}

.single-product .summary.entry-summary {
    width: 37% !important;
    /* margin-top: 90px; */
}

.woocommerce-js .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(15.95% - -20px) !important;
}
.owl-prev, .owl-next {
    pointer-events: auto !important;
}
.single-product .product .images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.astra-shop-summary-wrap {
    background-color: #F8F8F8 !important;
    text-align: center;
    padding: 20px 20px 30px 20px;
    border-radius: 0px 0px 6px 6px;
}

.summary.entry-summary .woocommerce-product-details__short-description>a {
    background-color: #C99549;
    padding: 18px 20px !important;
    display: inline-block;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    border: 1px solid #C99549;
    transition: 0.4s all ease;
}

.summary.entry-summary .woocommerce-product-details__short-description>a:hover {
    background-color: #fff;
}

.woocommerce-js div.product .product_title {
    margin: 0px 0pX 15px 0PX !important;
}

.single-product ul.products:not(.elementor-grid),
.single-product ul.products:not(.elementor-grid) {
    grid-template-columns: unset !important;
    max-width: 1178px !important;
    margin: 0px auto !important;
}

a.button.product_type_simple,
.astra-shop-summary-wrap a.button.more_detail {
    border: 1px solid #C99549;
    background-color: #fff0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding: 11px 20px;
    margin: 0px !important;
}

.single-product header.entry-header {
    display: none !important;
}

.woocommerce-product-details__short-description>p {
    margin-bottom: 40px;
}

.view-all-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #C99549;
    border-radius: 6px;
    padding: 17.5px 27.5px;
    display: inline-block;
    margin-top: 32px;
}

.view-all-btn:hover,
a.button.product_type_simple:hover,
.astra-shop-summary-wrap a.button.more_detail:hover {
    color: #fff !important;
    background-color: #C99549 !important;
    border: 1px solid #C99549 !important;
}

.single-product .related.products {
    text-align: center;
}
.astra-shop-summary-wrap h2.woocommerce-loop-product__title {
    line-height: 24px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #C99549 !important;
}
.astra-shop-thumbnail-wrap {
    border: 1px solid #00000014;
    border-radius: 6px 6px 0px 0px;
    padding: 7px 9px 6px 9px;
    border-bottom: 0px solid;
    background-color: #fff;
    min-height: 201px !important;
    /* height: 100%; */
}

.astra-shop-thumbnail-wrap img {
    margin-bottom: 0px !important;
}

.single-product .related.products p.paragraph {
    width: 37%;
    margin: 0px auto 40px;
}

.single-product .related.products h2 {
    margin-bottom: 0px;
}
.woocommerce-shop h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 8px;
    min-height: 43px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ast-woo-shop-product-description p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px !important;
}

.single-product .related.products li.product:last-child,
.single-product .related.products li.product:last-child {
    margin-bottom: 0px !important;
}

.single-product .owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-product .owl-carousel .owl-nav button {
    width: 55px;
    height: 55px;
    position: relative;
    background-color: #fff !important;
    border: 1px solid #000000 !important;
    transition: 0.4s all ease;
}

.single-product .owl-carousel .owl-nav button:hover {
    background-color: #C99549 !important;
    border: 1px solid #C99549 !important;
}

.single-product .owl-carousel .owl-nav button span {
    background-repeat: no-repeat !important;
    position: absolute;
    height: 15px;
    width: 25px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
}

.single-product .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(/wp-content/uploads/2024/03/arrow-left-black.svg) !important;
}

.single-product .owl-carousel .owl-nav button.owl-next span {
    background-image: url(/wp-content/uploads/2024/03/arrow-right-black.svg) !important;
}

.single-product .owl-carousel .owl-nav button:hover.owl-prev span {
    background-image: url(/wp-content/uploads/2024/03/arrow-left.svg) !important;
}

.single-product .owl-carousel .owl-nav button:hover.owl-next span {
    background-image: url(/wp-content/uploads/2024/03/arrow-right.svg) !important;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    width: 100% !important;
    height: 200px !important;
    object-fit: fill !important;
}

.single-product .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}

.single-product .owl-carousel .owl-nav button.owl-next {
    right: -80px;
}

.single-product .site-content .ast-container {
    max-width: 100% !important;
    padding: 0;
}

.ast-article-single.ast-woo-product-no-review,
.single-product #product-118 {
    display: flex;
    flex-direction: column;
}

.single-product .product-top-section {
    background-image: url(/wp-content/uploads/2024/03/why-choose-bg.jpg);
    padding: 100px 0px 85px 0px;
}

.woocommerce-product-gallery {
    margin-bottom: 0px !important;
}

.single-product .related.products {
    background-image: url(/wp-content/uploads/2024/03/YOu_May_Bg-min.jpg);
    padding: 98px 0px 100px;
}

.single-product .related.products,
.single-product .product-top-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single-product .product-inner-section,
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin: 0px !important;
}

/*--------------------Shop Page Css-----------------*/
form.woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    display: none;
}

.archive .ast-woo-shop-archive .site-content>.ast-container {
    max-width: 1220px;
}

.archive ul.products,
.archive ul.products {
    column-gap: 30px !important;
}

.archive #primary {
    width: 96.22%;
    padding-left: 30px !important;
    border-left: 0px solid !important;
}

.archive .ast-archive-description {
    display: none;
}

.archive ul.products li.product,
.archive ul.products li.product {
    margin-bottom: 36px;
}
.woof_container_inner h4 {
    background-color: #000;
    padding: 18px 20px 18px 33px !important;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    text-align: left !important;
}
/* 
.archive .bapf_head h3 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
} */
ul.woof_list.woof_list_label li span{
    background-color: #FAF4ED;
    transition: 0.4s all ease;
    padding: 18px 20px 18px 33px !important;
    border: 1px solid #F1F1F1;
    margin: 0 !important;
    justify-content: start !important;
}
ul.woof_list.woof_list_label li{
    display: block !important;
    margin: 0 !important;
}

/* .archive .bapf_hideckbox li label,
.archive .bapf_hideckbox li label a {
    color: #202020;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
} */

/* .archive .bapf_body ul li:first-child {
    border-top: 0px solid;
} */
.woof_list_label li .woof_label_term.checked,
ul.woof_list.woof_list_label li span:hover {
    background-color: #C99549;
    border: solid 1px #e0b169;
}
.woof_submit_search_form_container button.button.woof_reset_search_form {
    width: 100%; background-color: #C99549;
}
.woof_submit_search_form_container button.button.woof_reset_search_form:hover{
   background-color: #000 !important;
}
.woof_products_top_panel{
    display: none !important;
}
/* .archive .bapf_hideckbox li:hover label,
.archive .bapf_hideckbox li:hover label a,
.archive .bapf_body ul li.checked:hover label,
.archive .bapf_body ul li.checked label {
    color: #fff;
} */

.ast-left-sidebar #secondary {
    padding-right: 32px;
    width: 32.1%;
    border: 0px solid !important;
}

.archive figure.wp-block-table td,
.archive .wp-block-table table {
    border: 0px solid !important;
    padding: 0px !important;
}

.archive .orderby,
.archive .orderby:focus {
    border: 1px solid rgb(201, 149, 73);
    padding: 8px 20px 8px 15px;
    color: rgb(0, 0, 0) !important;
    font-size: 14px;
    font-family: 'Poppins';
}

/*--------------------Shop page banner-----------------*/
.banner-shop {
    background-image: url(/wp-content/uploads/2024/03/innerbanner-bg-2-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 81px 10px 81px 10px;
    text-align: center;
}
h2.category-text {
    margin-bottom: 60px;
}
.banner-block .top-banner-title {
    color: #C99549;
    font-family: 'Julietta Messie' !important;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
}

.banner-shop .banner-block h1 {
    color: #FFFFFF00;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    stroke: #000000;
    line-height: 18px;
}

.archive #primary .filter-icon {
    display: none;
}

#block-22 {
    display: none;
}

#block-21 {
    margin: 0px;
}

.archive #primary,
.ast-left-sidebar #secondary {
    margin: 0px;
}

.archive ul.products,
.archive ul.products {
    margin-bottom: 0px;
}

.ast-woo-shop-archive .site-content>.ast-container {
    padding: 60px 15px 60px 15px;
}

.ast-woo-shop-archive #page .site-content {
    border-bottom: 1px solid #D9D9D9;

}
.single-product .woocommerce-product-gallery{
    gap: 0px!important;
}
.post-type-archive-product nav.woocommerce-pagination ul.page-numbers a.prev.page-numbers {
    color: #c99549 !important;
}
.post-type-archive-product nav.woocommerce-pagination ul li span.current ,.post-type-archive-product nav.woocommerce-pagination ul li a:focus, .post-type-archive-product nav.woocommerce-pagination ul li a:hover{
    background-color: #c99549 !important;
}
.woocommerce nav.woocommerce-pagination ul li{
   border-color: #c99549;
}
.product-inner-section h1.product_title.entry-title {
    font-size: 40px;line-height:50px;
}
.woocommerce-product-gallery__wrapper a img {
    max-width: 460px;
    width: 100%;
    height: 100%;
    max-height: 440px;
    margin: 0 auto;
}
/*--------------------Responsive-----------------*/
@media(max-width: 1365px) {

    .single-product ul.products:not(.elementor-grid),
    .single-product ul.products:not(.elementor-grid) {
        max-width: 100% !important;
        padding: 0px 80px;
    }

    .single-product .owl-carousel .owl-nav button.owl-next {
        right: 8px;
    }

    .single-product .owl-carousel .owl-nav button.owl-prev {
        left: 8px;
    }

    .single-product .product-inner-section {
/*         max-width: 100%; */
        padding: 0px 20px;
    }

    .single-product .summary.entry-summary {
        width: 40% !important;
        /* margin-top: 60px; */
    }

    .single-product .related.products p.paragraph {
        width: 55%;
    }
    #service_slider .service-info p.number{
        right: 0;
    }
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 45% !important;
}
	.single-product .summary.entry-summary {
    width: 55% !important;
    max-width: 475px;
    /* margin-top: 90px; */
}
}

@media(max-width: 1201px) {
    .woocommerce-product-gallery__image.flex-active-slide a img {
        max-width: 100% !important;
    }

    .ast-left-sidebar #secondary {
        padding-right: 20px;
        width: 35%;
    }
    #service_slider .service-info p.number {
        font-size: 140px;
        font-weight: 700;
        line-height: 120px;
        top: 0;
        right: 33px;
    }
    #service_slider .service-info a.title{
        font-size: 15px;
    }
    
}
@media(max-width: 1100px){
    #service_slider .service-info p.number {
        right: 0px;
    }
}
@media(max-width: 1024px) {
    div#service_grid .item {
        width: 48%;
    }
    h2.category-text {
        margin-bottom: 40px;
    }
    #service_slider .service-info p.number {
        font-size: 115px;
        right: 0px;
    }
    .key_feature_col .elementor-icon-box-icon {
        width: 160px;
        height: 160px;
    }

    .key_feature_col span.elementor-icon {
        width: 120px;
        height: 120px;
    }

    .single-product .woocommerce-product-gallery__image a {
        max-width: 100% !important;
        min-height: 400px !important;
    }

    .woocommerce-js div.product .product_title {
        font-size: 30px !important;
        line-height: 35px;
    }

    .ast-left-sidebar #secondary {
        padding-right: 20px;
        width: 40%;
    }

    .archive #primary {
        padding-left: 10px !important;
    }

    .archive ul.products,
    .archive ul.products {
        column-gap: 15px !important;
    }

    .astra-shop-thumbnail-wrap {
        min-height: 170px !important;
    }

    .banner-block .top-banner-title {
        font-size: 46px;
        line-height: 50px;
    }

    .banner-shop {
        padding: 78px 10px 78px 10px;
    }

    .archive .bapf_head {
        padding: 18px 10px;
    }

    .archive .bapf_head h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .archive .bapf_hideckbox li label,
    .archive .bapf_hideckbox li label a {
        font-size: 16px;
    }

    .archive .bapf_body ul li {
        padding: 15px 10px 15px 20px !important;
    }

    .astra-shop-summary-wrap {
        padding: 20px 10px 20px 10px;
    }
    
}

@media(max-width: 950px) {
    .single-product .summary.entry-summary {
        width: 100% !important;
        margin: 50px 0px 0px 0px !important;
        text-align: center;
    }
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 100% !important;
    }

    .summary.entry-summary .woocommerce-product-details__short-description>a {
        width: 50%;
    }

    .single-product .product-top-section,
    .single-product .related.products {
        padding: 60px 0px 60px 0px;
    }

    .summary.entry-summary .woocommerce-product-details__short-description>a {
        margin-bottom: 0px !important;
    }

    .woocommerce-product-details__short-description>p {
        margin-bottom: 20px;
    }

    .single-product .related.products p.paragraph {
        width: 90%;
    }

    .single-product .owl-carousel .owl-nav button span {
        height: 11px;
        width: 20px;
        background-size: 19px;
    }

    .single-product .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .single-product ul.products:not(.elementor-grid),
    .single-product ul.products:not(.elementor-grid) {
        padding: 0px 60px;
    }
}

@media(max-width: 921px) {
    .archive #primary {
        width: 100%;
    }

    .archive #primary .filter-icon {
        display: none;
        position: relative;
        z-index: 99;
        margin-bottom: 30px;
        padding: 7px 10px 7px 35px;
        border: 1px solid;
        border-radius: 6px;
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 600;
    }

    .archive #primary .filter-icon:before {
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2024/03/filter.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .archive #primary {
        padding: 0px !important;
    }

    .ast-left-sidebar #content>.ast-container {
        position: relative;
    }

    .ast-left-sidebar #secondary .sidebar-main .ast-filter-wrap {
        padding-right: 0px;
        width: 98%;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        padding: 5%;
        transform: translateY(30px);
        background-color: #fff;
        height: 0;
        transition: all .5s ease-in-out;
        position: absolute;
        top: 130px;
        z-index: 9999;
        margin: 0 auto;
    }

    .ast-left-sidebar #secondary .sidebar-main .ast-filter-wrap.active {
        height: auto;
        transition: all .5s ease-in-out;
        transform: translateY(0px);
        opacity: 1;
        box-shadow: 0px 4px 14px 0px #00000026;
        border-top: 4px solid #C99549;
        pointer-events: visible;
    }

    #block-22 {
        margin: 0px;
        position: absolute;
        right: 15px;
        top: 0px;
        z-index: 1;
        display: block;
    }

    .archive .wp-block-table table,
    div#bapf_2 {
        margin-bottom: 0px !important;
    }

    .close_icon {
        font-size: 0px;
        background-image: url('/wp-content/uploads/2024/03/close.svg');
        background-position: center;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        display: inline-block;
    }

    form.woocommerce-ordering,
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        display: none;
    }

    .ast-woo-shop-archive .site-content>.ast-container {
        padding: 60px 15px 30px 15px;
    }
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
}
	.single-product .summary.entry-summary {
    width: 100% !important;
    max-width: 100%;
    /* margin-top: 90px; */
}
}

@media(max-width: 880px) {
    #service_slider .service-info p.number {
        right: auto;
        left: 178px;
    }
    .tell_us_form .row .col-6 {
        width: 100%;
    }

    .tell_us_form .row {
        flex-direction: column;
    }

    .stages_slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: -130px !important;
    }

    .stages_slider .elementor-swiper-button.elementor-swiper-button-next {
        right: -15px !important;
    }

    .map-info-col.right .elementor-widget-image:before,#contact_tabs .map-info-col.right .elementor-widget-wrap:before {
        right: 15px;
    }
    #contact_tabs .map-info-col.left .elementor-widget-wrap:before{
        left: 15px;
    }
    .map-info-col .elementor-widget-image:before,#contact_tabs .map-info-col .elementor-widget-wrap:before {
        top: 15px;
    }

    .quote-online-wrapper.tell_us_form .row {
        flex-direction: row;
    }
}

@media(max-width: 767px) {
    h2.category-text {
        margin-bottom: 20px;
    }
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        height: 100% !important; 
    }
    div#service_grid .item {
        width: 100%;
    }
    select.mobile-dropdown {
        margin-bottom: 20px !important;
        border: 1px solid #C99549 !important;
        border-radius: 0 !important;
        height: 47px !important;
        color: #000 !important;
        font-family: 'Poppins' !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 28px !important;
        padding: 10px 20px 10px 25px !important;
        background-image: url('/wp-content/uploads/2024/03/Vector-1-1-1.svg') !important;
    }
    .stages_slider .elementor-swiper-button{
        bottom: -80px !important;
    }
    #service_slider .service-info a.title {
        padding: 8px;
        top: -70px;
        left: 100px;
        font-size: 14px;
        line-height: 24px;
   }
   #service_slider .owl-nav{
    width: 105px;
   }
   #service_slider .service-info p.number {
    font-size: 90px;
    line-height: 90px;
    }
    #service_slider .service-wrapper img {
        max-width: 190px;
        height: 190px;
   }
   #service_slider .service-info p.number {
     left: 160px;
    }
    .key_feature_col .elementor-icon-box-icon {
        width: 140px;
        height: 140px;
    }

    .key_feature_col span.elementor-icon {
        width: 100px;
        height: 100px;
    }

    .stages_slider .elementor-swiper-button,#service_slider .owl-nav .owl-prev, #service_slider .owl-nav .owl-next {
        width: 45px;
        height: 45px;
    }

    .stages_slider figure.swiper-slide-inner img {
        width: 100%;
    }

    .stages_slider .elementor-swiper-button.elementor-swiper-button-next {
        right: -20px !important;
    }

    .stages_slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: -100px !important;
    }

    .tabs_box .htmega-tab-nav {
        flex-direction: column;
        row-gap: 15px;
    }

    .htmega-tab-nav a.htb-nav-link {
        max-width: fit-content;
    }

    .tabs_box a.htb-active {
        padding-top: 0px !important;
    }

    /*    Product Detail*/
    .woocommerce-js div.product .product_title {
        font-size: 28px !important;
        line-height: 32px;
    }

    .view-all-btn {
        margin-top: 20px;
    }

    .single-product .woocommerce-product-gallery__image a {
        min-height: 320px !important;
    }

    .single-product .woocommerce-product-gallery__trigger {
        width: 30px !important;
        height: 30px !important;
    }

    .single-product .images .woocommerce-product-gallery__trigger:before {
        width: 18px !important;
        height: 14px !important;
        background-size: 14px;
    }

    .summary.entry-summary .woocommerce-product-details__short-description>a {
        padding: 16px 15px !important;
        font-size: 16px;
        line-height: 19px;
        border-radius: 6px;
    }

    .view-all-btn {
        padding: 14.5px 25.5px;
    }

    .single-product .woocommerce-product-gallery__image a {
        padding: 30px 20px !important;
    }

    .astra-shop-thumbnail-wrap {
        padding: 12px 9px 12px 9px;
        height: 100%;
        min-height: auto !important;
    }

    .banner-block .top-banner-title {
        font-size: 36px;
        line-height: 46px;
    }

    .banner-shop {
        padding: 72px 10px 72px 10px;
    }

    .ast-left-sidebar #secondary .sidebar-main .ast-filter-wrap {
        padding: 40px 20px;
    }

    #block-22 {
        top: -8px;
    }

    .post-type-archive-product ul.products,
    .post-type-archive-product ul.products {
        display: flex !important;
        flex-wrap: wrap;
    }

    .post-type-archive-product ul.products .ast-grid-common-col {
        width: 48% !important;
    }

    .quote-online-wrapper.tell_us_form .row {
        gap: 10px;
        flex-direction: column;
    }

    .quote-online-wrapper.tell_us_form .row .col-4 {
        flex: 0 0 100%;
        width: 100%;
    }
    .quote-online-wrapper .file-wrapper p {
        border: 1px dashed #615F5F;
        height: 124px;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
        row-gap: 10px;
    }
    .wpcf7-form .quote-online-wrapper .wpcf7-submit {
        height: 48px !important;    
        font-size: 14px !important;
    }
    .wpcf7-form .quote-online-wrapper textarea {
        height: 110px !important;
        min-height: 110px !important
    }
    .product-grid-wrapper .inner_box {
        padding: 25px 10px 20px;
    }
}

@media(max-width: 567px) {
    .summary.entry-summary .woocommerce-product-details__short-description>a {
        width: 100%;
    }

    .close_icon {
        height: 15px;
        width: 20px;
        background-size: 17px;
    }

    .post-type-archive-product ul.products .ast-grid-common-col {
        width: 100% !important;
    }
    ul#menu-1-fbd9772 {
        overflow: hidden;
    }
}

@media(max-width: 480px) {
    .single-product .product .images .flex-control-thumbs {
        flex-wrap: wrap;
    }
    .uael-img-gallery-wrap .uael-grid-img-overlay {
        top: -5px;
        left: -5px;
    }
    .woocommerce-js .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 35% !important;
    }

    .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:nth-child(2n-1) {
        margin: 0px !important;
    }

    .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
        margin: 0px 0px 10px 10px !important;
    }
    #service_slider .service-info p.number{
        font-size: 90px;
        line-height: 90px;
    }
    /* .portfolio_gallery .uael-img-gallery-wrap .uael-grid-img-overlay {
        transform: translate(7px, 10px);
    } */
}
@media(max-width:420px){
div#service_grid .service-info a.title {
    text-wrap: wrap !important;
    left: 70px;
    width: 230px;
}
}