html, body {
  overflow-x: hidden !important;
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

section, .elementor-section, .elementor-container {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

section, .elementor-section, .elementor-container {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
[✓] Disable Transparent Header

.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header .site-header,
.ast-theme-transparent-header {
  background-color: #ffffff !important;
  position: relative !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@media (max-width: 728px) {
    .single-product .woocommerce-breadcrumb {
        display: none;
    }
    .single-product.woocommerce-js div.product div.images img {
        margin-top: 10px;
    }
}

.woocommerce-js .woocommerce-breadcrumb {
    position: absolute;
    top: 0px; /* Adjust as needed */
    left: 0px; /* Adjust as needed */
    width: 450px;
}

.woocommerce-js .woocommerce-breadcrumb .product {
    display: none;
}

/* Mobile devices media query */
@media only screen and (max-width: 768px) {
    .woocommerce-js .woocommerce-breadcrumb {
        width: 100%; /* Adjust for mobile */
    }
}
.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
    margin-top: 150px;
}
.woocommerce-js div.product .related.products {
    margin-top: 100px;
    border-top: 1px solid #D3D3D3;
    padding-top: 100px;
}
div.pwb-single-product-brands.pwb-clearfix {
    margin-top: -20px;
    margin-bottom: 10px;
}
/* Default styles for desktop */
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

/* Tablet and mobile styles */
@media only screen and (max-width: 1024px) {
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 43px;
    }
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
    display: none;
}
.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
    text-align: -webkit-left;
    padding-bottom: 0px;
}
.woocommerce-js nav.woocommerce-pagination ul {
    text-align: -webkit-center;
}
.woocommerce .pswp__caption__center,
.woocommerce-page .pswp__caption__center {
    display: none;
}
.woocommerce-products-header {
    display: none;
}
div.breadcrumb.breadcrumbs.woo-breadcrumbs {
    display: none;
}
div.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
    padding: 10px !important;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 10%;
    margin-top: px;
}
@media only screen and (min-width: 1024px) {
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border-radius: 18px;
        width: 350px;
    }
}
// Hook in
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );

// Hooked function to add phone field in shipping section
function custom_override_checkout_fields( $fields ) {
     $fields['shipping']['shipping_phone'] = array(
        'label'     => __('Phone', 'woocommerce'),
        'placeholder'   => _x('Phone', 'placeholder', 'woocommerce'),
        'required'  => true,
        'class'     => array('form-row-wide'),
        'clear'     => true
     );
     return $fields;
}

/* CSS to hide product breadcrumbs on mobile and tablet screens */
@media (max-width: 728px) {
    .single-product .woocommerce-breadcrumb {
        display: none;
    }
    .single-product.woocommerce-js div.product div.images img {
        margin-top: 10px;
    }
}

.product_meta .posted_in {
    display: none !important;
}

/* Default styles for desktop */
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

/* Styles for tablet and mobile view */
@media only screen and (max-width: 1024px) {
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 43px;
    }
}
@media only screen and (min-width: 1024px) {
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border-radius: 18px;
        width: 350px; /* Default size for desktop and larger screens */
    }
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count, .woocommerce-page ul.products li.product .woocommerce-loop-category__title .count
{
	display:none;
}

.woocommerce .pswp__caption__center, .woocommerce-page .pswp__caption__center
{
	display:none;
}

.woocommerce-products-header
{
	display:none;
	
}

div.breadcrumb.breadcrumbs.woo-breadcrumbs
{
	display: none;
}

.woocommerce-js div.product .related.products
{
	margin-top: 100px;
	border-top:1px solid #D3D3D3;
	padding-top: 100px;
}

div.pwb-single-product-brands.pwb-clearfix
{
	margin-top: -20px;
	margin-bottom:10px
}



.woocommerce-js .woocommerce-breadcrumb {
    position: absolute;
    top: 0px; /* Adjust as needed */
    left: 0px; /* Adjust as needed */
    width: 450px;
}

.woocommerce-js .woocommerce-breadcrumb .product {
    display: none;
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
    .woocommerce-js .woocommerce-breadcrumb {
        width: 100%; /* Adjust the width for mobile */
    }
}

.woocommerce-js div.product div.images img
{
	margin-top:100px
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale
{
	margin-top:150px;
}



.pswp__button--arrow--left {
    left: 100px; /* Adjust the distance from the left */
}

.pswp__button--arrow--right {
    right: 100px; /* Adjust the distance from the right */
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return
{
	border-radius: 0px 18px 18px 0px;
}

.ast-article-single img
{
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}

div.ast-woocommerce-product-gallery__image.flex-active-slide:after
{
	border:0px;
}

.woocommerce ul.products li.product.desktop-align-left, 
.woocommerce-page ul.products li.product.desktop-align-left {
    text-align: -webkit-left;
	
    padding-bottom: 0px;
    
}


#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img
{
	max-width:10%;
	margin-top: px;
}

@media (min-width: 768px) {
    div.elementor-117771 .elementor-element.elementor-element-3671f1a {
        --width: 50%;
    }
	
@media (min-width: 768px) {
    div.elementor-117771 .elementor-element.elementor-element-6480ffb {
        --width: 50%;
    }
}
	
@media (min-width: 768px) {
    div.elementor-117771 .elementor-element.elementor-element-2af3d1b 
	{
		column-gap: 30px;
		margin-right:50px;
	}
	}
	


.elementor-1181 .elementor-element.elementor-element-ac056e0 .uael-woocommerce .uael-woo-products-summary-wrap .button
	{
		border-radius: 30px;
	}
	

	
	
// Hook in
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );

// Our hooked in function - $fields is passed via the filter!
function custom_override_checkout_fields( $fields ) {
     $fields['shipping']['shipping_phone'] = array(
        'label'     => __('Phone', 'woocommerce'),
    'placeholder'   => _x('Phone', 'placeholder', 'woocommerce'),
    'required'  => true,
    'class'     => array('form-row-wide'),
    'clear'     => true
     );

     return $fields;
}
	
.woocommerce-js nav.woocommerce-pagination ul
	{
		text-align: -webkit-center;
	}
	
	
div.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
    padding: 10px !important;
}

/* Only wrap the number and symbol in flex for middle alignment */
.woocommerce-Price-amount .awpro-currency,
.woocommerce-Price-amount .amount {
    display: inline-flex;
    align-items: center; /* vertical middle */
}

/* SVG styling */
.awpro-currency svg {
    height: 0.79em;      /* scale with number */
    width: auto;       /* maintain aspect ratio */
    display: inline-block;
    fill: #000000;
}

/* Minimum size for small devices */
@media screen and (max-width: 480px) {
    .woocommerce-Price-amount .amount {
        font-size: 12px !important;
    }
}

/* Hide breadcrumbs on all devices */
.woocommerce-breadcrumb, 
.breadcrumb, 
.woocommerce .woocommerce-breadcrumb {
    display: none !important;
}
.woocommerce-product-gallery__trigger {
    display: none !important;
}
/* Default (Mobile First) */
body.single-product .product .product_title {
    font-size: 24px !important;  /* Mobile font size */
    font-weight: bold;
    line-height: 1.3;
}

/* Tablet (min-width: 768px) */
@media (min-width: 768px) {
    body.single-product .product .product_title {
        font-size: 26px !important; /* Tablet font size */
    }
}

/* Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
    body.single-product .product .product_title {
        font-size: 30px !important; /* Desktop font size */
    }
}
	/* Default image styles */
.wp-post-image {
    width: 100%;
    height: auto;
}

/* Responsive behavior */
@media (min-width: 768px) {
    .wp-post-image {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .wp-post-image {
        width: 60%;
    }
}