/*
Theme Name:     Glowing Child
Theme URI:      https://example.com/
Description:    Child theme for the Glowing theme
Author:         Haroon Jamil
Author URI:     https://example.com/
Template:       glowing
Version:        1.0.0
*/
/* Mega Menu CSS */

/* Example: Target the main menu's sub-menu only within specific context */
#main-menu .menu-item-has-children .sub-menu,
#main-menu .menu-horizontal > .menu-item-has-children.menu-item > .sub-menu {
	position: fixed;
	width: 100%;
	top: 120px !important;
	left: 0 !important;
}

.compare {
	display: none !important;
}

.summary.entry-summary {
    padding-top: 10rem !important;
}


#main-menu .g5core__post-item-inner {
	width: 300px !important;
}

#main-menu a.compare.button.g5shop__compare {
	display: none !important;
}

#main-menu .g5core__gutter-30 {
	margin-left: -15px;
	margin-right: -110px !important;
}

@media only screen and (min-width: 1200px) {
	.container:not(.full-width-container),
	.e-con>.e-con-inner {
  	max-width: 95% !important;
	}
}

.custom-hero-bg{
	max-width: 100% !important;
	padding: 0;
	margin: 0;
}

.custom-hero-bg{
	max-width: 100vw !important;
    width: 100vw;
    margin-left: -4vw;
    overflow: hidden;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
 {
    display: none;
}
@media (max-width: 375px) {
  .product-item h3.product-title {
    font-size: 24px;
		margin-top: 20px;
  }
}
.product-item h3.product-title {
	margin-top: 20px;
}
#menu-item-177190 > .x-menu-link {
  color: red;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
	display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
	display: none;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button
 {
    background-color: red !important;
    border: 0 !important;
    color: white !important;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 13px;
    left: 30px;
    border-radius: 4px;
}
.relative.group .swiper-button-prev {
  display: none !important;
}
.relative.group .swiper-button-next {
  display: none !important;
}

.g5core-page-title.page-title-layout-full_width.g5core-page-title-default .page-main-title {
    display: none;
  }
/* Hide the search page banner/quote section add again to hide it*/
.product-item a:hover {
    color: white !important;
    text-decoration: none;
}
/* Default (desktop/tablet) view */
button.elementor-button.elementor-size-sm {
  position: absolute;
  left: 400px;
}

.elementor-form-fields-wrapper.elementor-labels-above {
  position: relative;
  left: 312px;
}

/* Mobile responsive fix */
@media (max-width: 767px) {
  .elementor-form-fields-wrapper.elementor-labels-above {
    position: relative;
    left: 0;
    text-align: center;
  }

  button.elementor-button.elementor-size-sm {
    position: relative;
    left: 0;
    display: block;
    margin: 10px auto 0 auto; /* Center button below input */
  }

  .elementor-form-fields-wrapper input[type="email"] {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}

