/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2025 | 06:24:21 */
/* Single product page style starts here */

/* Top cart button style here */

@media only screen and (min-width: 1367px) {
.single-product .wc-block-components-notice-banner.is-success {
    width: 1440px;
    margin: 20px auto;
	border:none !important;
	background-color: #f1f4fa;
	background-image: url(/wp-content/uploads/2020/12/covid19-cta-green-circle-bg-1.svg);
    background-repeat:no-repeat;
    background-position:right bottom;
}
}

@media only screen and (max-width: 1366px) {
.single-product .wc-block-components-notice-banner.is-success {
	margin:20px 40px !important;
	border:none !important;
	background-color: #f1f4fa;
	background-image: url(/wp-content/uploads/2020/12/covid19-cta-green-circle-bg-1.svg);
    background-repeat:no-repeat;
    background-position:right bottom;
}
}


.single-product.wc-block-components-notice-banner.is-success>svg {
    background-color: #0170b9 !important;
}

.single-product  a.button.wc-forward {
	text-decoration:none;
	border:2px solid #0170B9 !important;
	border-radius:4px !important;
	padding:5px 10px !important;
    background-color: #0170B9 !important;
	color:#ffffff !important;
	margin:0px 0px 0px 50px;
} 

.single-product  a.button.wc-forward:hover {
	border:2px solid #0170B9 !important;
	border-radius:4px !important;
    background-color: #ffffff !important;
	color:#0170B9 !important;
} 
	
/* wishlist heart styling starts here */

.alg-wc-wl-view-state i.fas.fa-heart::before {
    font-size: 50px;
}


/* Ensure the iframe is responsive and maintains the aspect ratio */
.single-product .jet-single-content iframe {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 30px 0 0 0; /* Add 30px padding at the top */
}

/* Make sure the parent container doesn't constrain the iframe's width */
.single-product .jet-single-content {
    max-width: 100%;
}


/* single product page heading styling starts here */

.single-product h3{
	font-size:20px;
}

/* single product page heading styling ends here */


/* Asics single product page breadcrumb styling starts here */
/* 
.asics-single-product-breadcrumb .woocommerce-breadcrumb a:nth-child(4) {
    pointer-events: none;
    cursor: default;
} */

/* Asics single product page breadcrumb styling ends here */

/* .woocommerce-message {
    border-top: 2px solid #ffffff !important;
} */
/* .woocommerce-message::before, .woocommerce-info::before {
    color: #ffffff !important;
} */


/* Single product page style ends here */


/* woocommerce notice styling starts here */

/* .woocommerce-error, .woocommerce-info, .woocommerce-message {
 border-top: 3px solid #000000; 
  background-color: #0170b9;
  color: #ffffff;
  margin:0px;
}  */

/* .woocommerce-message {
    max-width: 1440px;
    margin: 20px auto;
    border:none !important;
    background-color: #ffffff;
    color: #000000;
    background-image: url(/wp-content/uploads/2020/12/covid19-cta-green-circle-bg-1.svg);
    background-repeat:no-repeat;
    background-position:right bottom;
	display:flex; 
    align-items: center !important; 
    flex-direction:row-reverse;
    justify-content:start; 
} */

/* .single-product .woocommerce-message:before {
    display:none
} */

/* woocommerce notice styling ends here */