<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Theme Name: Stationero Child
* Description: This is a child theme of Stationero, generated by Merlin WP.
* Author: &lt;a href="https://prestabrain.com/"&gt;Prestabrain Team&lt;/a&gt;
* Template: stationero
* Version: 1.0.3
*/


.product_meta .dwspecs-product-table table tr th:first-child, .product_meta .dwspecs-product-table table tr td:first-child {
    width: 35%;
}

.product_meta .spec_divider {
	margin-top: 20px;
	padding-top: 20px;
    border-top: 1px solid var(--e-global-color-border);
}

.scrollup {
	bottom: 165px;
}

.site-header-cart-side {
	z-index: 99999999999;
}

@media (max-width: 767px) {
  .scrollup {
    opacity: 100 !important;
    pointer-events: auto;
  }
}

div.product .entry-summary p:nth-of-type(3) { display:none; }

.sku_wrapper, .posted_in, .tagged_as {display:none !important;}

.single-product div.product .content-single-wrapper .onsale {
	color: #fff;
	border: 2px solid var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
	padding: 5px 15px;
	font-size: 16px;
	position: absolute;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    top: 20px;
    z-index: 9;
    left: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50px;
}

.saving_total_price {background-color: #96598a;color: #fff;padding: 5px 10px;width: fit-content;}

.products .product-block .onsale {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: -0.9rem;
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 5px;
}

@media (min-width: 768px) {
	.images.nickx_product_images_with_video {
		width: calc(50% - 40px);
	}
}

.single-product div.product .images.nickx_product_images_with_video .woocommerce-product-gallery__trigger { display: none; }

/* Styles the form buttons */
body .slicewp-button-primary { background: #34495e; color: #fff; padding: 5px 10px; border-radius: 4px; }
body .slicewp-button-primary:hover { background: #2c3e50; }

/* Styles the form fields */
body .slicewp-field-wrapper input[type="text"],
body .slicewp-field-wrapper input[type="password"],
body .slicewp-field-wrapper input[type="email"],
body .slicewp-field-wrapper input[type="url"],
body .slicewp-field-wrapper textarea,
body .slicewp-field-wrapper select { border: 2px solid #bdc3c7; padding: 5px 10px; background: #ffffff; border-radius: 4px; }

#ets-load-more {
    display: block !important;
	margin-left: auto !important;
    margin-right: auto !important;
}

.ets-qa-listing {
    margin-left: auto !important;
    margin-right: auto !important;
}

.payment_method_ccavenue img {
	max-width:92%;
	max-height:100px;
	float:unset;
	margin-left:30px;
	display:block;
}</pre></body></html>