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


.woocommerce-cart-form .variation dd p{
    font-weight:normal;
}

.ast-site-header-cart-data .widget_shopping_cart{
    display:none;
}

@media (max-width: 782px) {

.astra-cart-drawer {
    
    display: none;
}

}

.woocommerce-cart-form .button,.checkout-button,.return-to-shop .button{
	background-color:#c11731 !important;
}
/******Home Page Shop By Color*****/
.shop_by_products li.mega_menu_sub_list img.menu-image{
	box-shadow:0 0 3px rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 7%) !important;
}
.bm_text_case{
	text-transform:capitalize;
}

.bm-menu-container .ast-menu-toggle{
    color:#222 !important;
}

.mega-menu ul.dropdown-menu:before {
    left: 7% !important;
    transform: translate(-5%) !important;
}

.woocommerce-js input[type=number] {
    max-width: unset;
    min-height: unset;
}

input[type="number"]
{
    font-size: 14px;
}

input[type="text"]
{
    font-size: 14px;
}

.product-wrapper .button {
    padding: 10px 10px !important;
}

.guides-page-contianer a {
    
    color: var(--color-white) !important;
 
}

/*04/06/2025*/

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #c11731 !important;
}

/* button changes */

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #c11731;
    
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #c11731;
  
}

a.bm-v4-buynow {
    border-color: rgba(var(--color-primary))  !important;
    color: #fff  !important;
    padding: 0.3rem !important;
    font-size: 12px  !important;
    background-color: var(--color-primary)  !important;
    border: 1px solid !important;
    text-align: center !important;
    font-weight: bold !important;
}

/*a.button.blindmatrix-v4-copy-product {*/
/*    background-color: black !important;*/
/*}*/

a.button,
#place_order{
    background-color: #c11731 !important;
}

#place_order{
    color:#fff !important;
}

a.v4-send-enquiry,
a.blindmatrix-v4-copy-product,
a.blindmatrix-v4-edit-product{
    background-color: #fff !important;
}

.sample_addtocart_container {
    
    padding: 0.3rem;
   
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    
    padding: 0.3rem !important;
}

.woocommerce-cart-form .button, .checkout-button, .return-to-shop .button #place_order {
    background-color: #fff !important;
    padding: 0.3rem !important;
    color: #000;
}

a.button.button-primary.v4-send-enquiry {
    line-height: 1rem;
}

.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
   
    line-height: 1.5rem;
}

/*... other css */

.product-title {
    
    font-family: "Manrope", Sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.2px;
    text-transform: capitalize !important;
}

.productaname>a>* {
   
    font-size: 1em;
}


.blindmatrix-v4-share-url-wrapper {
    display: none !important;
    
}

i.fa-light.fa-angle-left {
    font-family: 'FontAwesome';
    font-style: normal;
}

span.bm-cart-title {
    display: none;
}

tbody:first-child tr:first-child td:first-child {
    border-radius: 0;
}

.wc-proceed-to-checkout a > br {
	display: none;
}

.product-image-container {
    overflow: hidden;
    display: inline-block;
}

.frame_background {
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden; /* Prevents flickering */
   
}

.blinds-measurement {
    
    display: none;
}


p.preview-desc.blinds{
    font-size: 10px;
    text-align: center;
    position: absolute;
    margin-top: 80%;
    margin-left: 40%;
}

.bm-zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Ensures it stays on top */
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 3px;
}

/* Magnifier Lens Style - Now 180px */
.bm-magnifier-lens {
    position: absolute;
    width: 180px;  /* Updated from 150px */
    height: 180px; /* Updated from 150px */
    border: 2px solid #ddd;
    border-radius: 10px !important; 
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translate(-50%, -50%); /* Better centering */
}


.bm_fabric_zoom {
cursor: crosshair; /* Visual feedback */
}

/* Mobile-first approach (recommended) */
.bm-zoom-icon {
    display: none; /* Hidden by default */
}

/* Show only on desktop */
@media only screen and (min-width: 1025px) {
    .bm-zoom-icon {
        display: block;
    }
}


/* custome css */

#ast-scroll-top {
    color: #fefefe;
    background-color: var(--ast-global-color-1);
    font-size: 20px;
    border-radius: 50px;
}


.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
   margin-bottom: 0em; 
}

@media (min-width: 1025px) {
 
#masthead .site-above-header-wrap .ast-container .ast-main-header-wrap {
	 padding-right: 15px !important;
    padding-left: 15px !important;
}	
}



/* mobile  view menue image media 23-05-24*/

@media only screen and (max-width: 767px) {

	img.menu-image.menu-image-title-after {
    padding-right: 0px;
    display: none;
}
	
 .menu-image-title-after.menu-image-title {
    padding-left: 0px;
}
	
	a.bm-header-account-link {
    padding-left: 10px;
    font-size: 1rem;
}
		  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-top: 0px;
        margin-bottom: 0px;
    }
		
	a.bm-header-account-link {
    display: none;
}
	.ast-woo-header-cart-title{
		display:none!important;
	}
	
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #002746;
    background-color: #fff;
}
	
	section#block-186 {
    max-width: 250px;
}
	
	.bm_action_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    
    padding: 1em;
}
	
		.gallery-columns-4 .gallery-item {
    max-width: 10%;
		padding: 0 0px;
    border-radius: 5px;
    border: solid #fff 2px;
    margin-right: 10px;
}
		.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap{
		line-height:1;
	}
	
	/****06062024 tab view cart icon****/

	.ast-menu-cart-with-border{
		padding: 0.6rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
	}
}


/* mobile landscape  tap*/

  @media only screen and (min-device-width: 360px) and (max-device-width: 800px)  {
		
		
		.mobile_view.d-flex {
flex-wrap: wrap; 

}
		
.mobile_view.justify-content-between {
    justify-content: space-around !important;
}

     
				a.bm-header-account-link {
    display: none;
}
	
		section#block-186 {
    max-width: 250px;
}
	
	.bm_action_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    
    padding: 1em;
}
		
			.gallery-columns-4 .gallery-item {
     max-width: 10%;
		padding: 0 0px;
    border-radius: 5px;
    border: solid #fff 2px;
    margin-right: 10px;
}
		
    }


/* tap view */


@media only screen and (min-width: 768px) and (max-width: 1024px) {

section#block-186 {
    max-width: 250px;
}
	
	
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 0px;
}

section#nav_menu-7 {
    margin-bottom: 13px;
}

section#nav_menu-2 {
    margin-bottom: 13px;
}

	section#nav_menu-9 {
 margin-bottom: 13px;
}
	
	.gallery-columns-4 .gallery-item {
    max-width: 10%;
		padding: 0 0px;
    border-radius: 5px;
    border: solid #fff 2px;
    margin-right: 10px;
}
	
		.ast-site-header-cart {
    
/*     padding: 0.6rem!important; */
			background: #00c2ff;
    line-height: 2;
    border-radius: 4px;
			
}
	.ast-woo-header-cart-info-wrap{
		display:none;
	}
	.ast-icon-shopping-cart{
		color:#fff;
	}
		.ast-woo-header-cart-title{
		display:none!important;
	}
}
.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart{
	padding: 0 1em 0em 0;
}
/* 
@media (min-width:1024px) { 
	.ast-site-header-cart{
		padding:0 1em 0 0 !important;
	}
	
} */
/*desktop */

@media (min-width:1025px) { 

		img.menu-image.menu-image-title-after,
.mega-menu img.menu-image {
      margin-right:10px;
			display: unset;
}

}


/*Slider Image Border radius created by Rajesh 23-04-2024*/

a:focus {
    outline: unset;
}

@media only screen and (min-width: 1024px) {
.n2-section-smartslider.fitvidsignore.bm-smart-slider.n2_clear img {
    border-radius: 10px;
}


.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-18e89118a361b-inner {
    border-radius: 10px;
}


.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-15484d0efcaf3-inner {
    border-radius: 10px;
}


}

/* Header menu */
.ast-builder-menu-1 .menu-item > .menu-link {
	
    padding-top: 5px;
    padding-bottom: 5px;
	color: #000000;
	font-weight: 600 !important;
	font-size: 16px;
	  	
}

img.menu-image.menu-image-title-after {
    
    padding-right: 5px;
    width:26px;
}



.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0px;
}


/* header search 25/04/24

@media only screen and (min-width: 1440px) {
       
	.ast-inline-search.ast-search-menu-icon {
   
    width: 800px !important;
}


.ast-search-menu-icon.ast-inline-search .search-field {
    width: 797px!important;
   
}
	
	.elementor-element.elementor-element-5c33eeb.e-con-full.bm_slider.e-flex.e-con.e-parent.e-lazyloaded {
    max-width: 1690px;
}
	
    } 
@media only screen and (max-width: 1366px) {

}
*/

section#block-186 {
    width: 330px;
}

.search_products {
    padding: 0.5em;
}

.bm_search_contianer.bmcsscn input[type=text] {
	
	    padding: .6em;

}
	

/* cart text */
 
span.ast-woo-header-cart-info-wrap {
    font-weight: 500;
}


.ast-site-header-cart.ast-menu-cart-fill .ast-woo-header-cart-info-wrap {
    border-radius: 5px;
    padding: 0 5px;
}

.ast-site-header-cart .ast-woo-header-cart-info-wrap {
    padding: 0 2px;
    line-height: 2.2;
	  font-weight:400 !important;
	  font-family: 'Open Sans';
   
}

.ast-site-header-cart.ast-menu-cart-fill .ast-addon-cart-wrap {
    
    padding: 0px 15px;
}

.ast-menu-cart-fill .ast-addon-cart-wrap .ast-woo-header-cart-info-wrap, .ast-menu-cart-fill .ast-addon-cart-wrap {

    color: #ffffff;
}

/* header button */

a.ast-custom-button-link {
    text-decoration: none;
}
/* a tag deco none */

a {
	
	text-decoration:none !important;
}

/*footer */


.site-footer .widget {
    margin: 0 0 1.6em 0;
}

.ast-footer-copyright p {
    
    text-align: right;
}

/* list */

.site-footer .widget_nav_menu li {
    padding-bottom: 10px;
    position: relative; 
}


.site-footer .widget_nav_menu li::before {
    content: "\203A";
    position: absolute;
    top: 50%;
    left: -25px;
    font-size: 25px;
    font-weight: 300;
    transform: translateY(-70%);
    color: #fff;
}

.site-footer .widget ul {
    
    margin-left: 35px;
}

/* footer wedget title border */

.footer-widget-area .widget-title {
	
	padding-bottom: 1em;
    border-bottom: 1px solid #7d7d7d45;
}


.site-below-footer-wrap .ast-nav-menu
 {
    padding-left: 0px;
}

/*footer gallery*/
.site-footer .gallery-icon {
    
    border: 0px solid #eaeaea; 
   
}

.site-footer .gallery-item:last-child {
    margin-bottom: 0em;
}

/*foot gallery
.galleryid-95 .gallery-item:last-child {
    margin-bottom: 0px !important;
}

.galleryid-95 .gallery-icon {
   
    border-radius: unset !important; 
    border: unset !important;
    
}

#gallery-2.gallery-columns-3 .gallery-item {
    max-width: 24.33% !important;
}

#gallery-2 figure.gallery-item {
    padding-left: 0px;
	  padding-top:0px;
}
  */

/*header button */
.bm_header_bt1.ast-custom-button {
    background-color: #e8207d;
}

.bm_header_bt1.ast-custom-button:hover {
    background-color: #e8207d;
}

	
	.ast-header-button-2 .bm_header_bt2.ast-custom-button {
    color: #fff;
    background:#002746;
    border-color: #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
		    padding: 10px 15px;
}


	.ast-header-button-3 .bm_header_bt2.ast-custom-button {
    color: #ffffff;
    background: #00c2ff;
    border-color: #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 5px;
		    padding: 10px 15px;

}

/*accout link */

a.bm-header-account-link {
    color: #222;
    font-size: 16px;
    font-weight: 400 !important;
}


.wp-block-uagb-container.uagb-block-49af553c {
   
    padding: 0;
}

.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 0px 0px;
}



/*wedget agea*/

.header-widget-area[data-section="sidebar-widgets-header-widget-4"] {
   
    padding: 0;
}

.wp-block-separator {
   
    height: 0.5px;
    opacity: unset;
}

.site-footer .widget ul {
    margin-left: 0px;
}


/*action form checkbox*/

.bm_action_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    
   padding: 0.2em 2.3em;
}

.bm_action_form label {
    font-weight: 500;
    padding-left: 5px;
}

.elementor-field-group-field_eeff51c.elementor-col-75 {
    display: none;
}

.elementor-field-group-field_eeff52d.elementor-col-75 {
    display: none;
}

/****12062024****Measing-pages-content-bottom-decrease***/
.measuring-bottom-adj p{
	margin-bottom:0em;
}


.ast-builder-layout-element.site-header-focus-item.ast-header-account {
    font-weight: 600 !important;
}

input[type="email"]:focus{
    border-style: solid;

}

.card-product__meta_color {
    padding: 20px 25px;
}

a.multiple-frame-list-button img {
   
    height: 10vh !important;
}

.products  .product-categories{
	display:flex;
	flex-direction:column;
} 

li.nav-header.nav-item:has(.shop_by_colors) {
    width: 35% !important;
}
/*******06-08-2024****
 ********/
@media(max-width:1024px){
	.bm-header-account-link{
	display:none;
}

}

/********************final changes 06082024*****/
.phone-number{
	  font-family: 'Open Sans';
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
}

a.bm-v4-buynow span {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700;
}

.mega_menu_sub_list  img.menu-image{
	margin-right: 0;
	background-color: #0d0d0d !important;
}

.mega_menu_sub_list .sub-menu-title{
	padding-left: .3rem !important;
}
.bm-v4-buynow{
	padding:0px !important;  
}

/* 25/11/24 */

.card-grid__item {
    
    background: #fff;
}

.primary-background-color {
   
    background-color: unset !important; 
    width: 28px !important;
}

.dropdown-hover:hover ul.dropdown-menu {
    
    border-radius: 0;
}



.live-search-results.w-100.position-absolute {
    z-index: 999;
}

span.ast-woo-header-cart-total {
    font-size: 1rem;
}

.woocommerce-cart-form .button,.checkout-button,.return-to-shop .button #place_order {
/* 	background-color:#000 !important; */
	padding:8px !important;
	color:#fff;
	
}



.main-header-bar .fa-user:before {
    content: "\f007";
    padding-left: 5px;
}

	@media (max-width: 1024px) {
    .bm-cart-container {
        background-color: #000 !important;
        padding: 7px 14px !important;
        display: inline-block;
        border-radius: 5px;
        color: #fff;
    }
		
			.ast-builder-menu-1 .menu-item > .menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #222;
    font-weight: 600 !important;
    font-size: 1rem;
}		
}
@media only screen and (max-width: 767px) {
		
		.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    width: 100%;
    top: 0px !important;
	  color: #222 !important;
  
}
		
}

@media (max-width: 1024px) {
	
			.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    width: 100%;
	  color: #222 !important;
     top: 10px;
}
	
.ast-builder-menu-1 .menu-item:hover > .menu-link {
    color: #222;
}
			.ast-menu-toggle:focus {
    outline: unset !important;
}
	.ast-menu-toggle {
    
    border-style: none !important;
	}
	
	li.mega_menu_sub_list img.menu-image {
   
    display: none;
}
	
		header .custom-logo-link img {
    max-width: 200px !important;
}
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img {
  
    min-width: 260px !important;
    width: auto;
    max-height: max-content;
}

.ast-above-sticky-header-active .ast-above-header.ast-header-sticked {
/*     background: #242424f4; */
	background: #ffffff;
}
 .ast-primary-sticky-header-active .main-header-bar-wrap .main-header-bar{
/*     background: #242424f2 !important; */
	 background: #ffffff;
}

.cus_footer .elementor-nav-menu li::before {
    
    top: 60% !important;
    color: rgb(130 131 135) !important;
	  font-weight: 400 !important;
}

.card-grid__item {
    
	  box-shadow: unset !important;
    border-radius: 4px !important;
    border-color: #e0e0e0 !important;
    border-width: 1px;
    box-sizing: border-box;
    border: 1px solid;
}

.card-product__top {
    
    border-radius: 0;
    
}

.blinds_container h5.blind_productname {

    text-align: left;
    padding-left: 20px;
}
/* Hide the hover effect in step guidance card - by Srinath 29-05-25 */

/* .bm-card:hover .elementor-icon  {
    background-color: #c11730 !important;
    fill: #fff !important;
    
}

.bm-card:hover span {
   color: #c11730;
    
}


.bm-card:hover .elementor-icon-box-title {
    display: block;
      transition: all 5.0s ease;
} */


.site-header-above-section-center.site-header-section.ast-flex.ast-grid-section-center {
    max-width: 400px;
}

ul#menu-1-59a003d {
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {

.grid.blinds_container {
    
    padding: 0 50px;
    
}

}

.ast-header-account-wrap .ast-header-account-text {
    
    font-family: 'Open Sans';
}

.category-page-title-container .sce-col {
    
    background-color: #c11731 !important;
}


.cat-parent {
    background-color: #38383821;
    
}

.woocommerce-js ul.product-categories>li {
    padding: 0 0;
}


img.configurator-main-headertype {
    
    background-position: 50% 30%;
}


.primary-background-color {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
    width: 95% !important;
}

.woocommerce-variation-add-to-cart.variations_button {
    
    margin-bottom: 10px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #383838;
    
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #383838;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #c11731 !important;
    width: 55%;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #c11731 !important;
}


.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #000;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #000;
    color: #FFF;
}



img.menu-image.primary-background-color {
    width: 26px !important;
    background: unset !important;
}


li.mega_menu_sub_list img.menu-image {
    background-color: #222 !important;
}

img.menu-image.menu-image-title-after.icon-test {
    background-color: #fff;
    padding-right: 0px;
}


/* .product_preview {
    
    padding-bottom: 50% !important;
} */

a.multiple-frame-list-button img {
    height: 8vh !important;
}

@media (max-width: 768px) {
    a.multiple-frame-list-button img {
        height: 6vh !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {


.bm_search_contianer.bmcsscn {
    width: 70%;
}
 
}

img.width-measure-icon.measure-icon {
    border-radius: 5px 0px 0px 5px;
}

img.drop-measure-icon.measure-icon {
	border-radius: 0px 0px 5px 5px;
}

.woocommerce-js select {
    
    background-position: 90% 50%;
    
}

	
.woocommerce-page dl.variation {
    width: 100%;
}

.woocommerce-page strong.product-quantity {
    width: 100%;
}


.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


td.product-name a {
    
    margin-bottom: 5px !important;
/*     width: 75px !important; */
}


@media (min-width: 600px) and (max-width: 850px) {
    .card-grid__item {
        width: calc(53.333% - 65px);
        margin: 15px 20px 20px 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        align-items: center;
    }
}

.return-to-shop .button {
    background-color: #383838 !important;
}
/* 25032025 Visualizer image css */
.configurator-main-headertype{
	background-size:contain !important;
}

		.slider-container .prev {
    display: none !important;
}

.slider-container .next {
    display: none !important;
}

@media (max-width: 768px) {
    .product-wrapper {
        margin-top: 0;
    }
}


/* Menu ul */
.sub-menu.d-flex.blinds, .sub-menu.bmtable.blinds {
    width: 1020px;
}

input[type="search"]:focus{

        border-style: none !important;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 0;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    
    border-style: none !important;
   
}


.ast-header-break-point .main-header-menu {
    background-color: unset;
    
}

.ast-header-break-point .main-header-menu .sub-menu {
    background-color: unset;
}