/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 11:33:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* :root {
		    --bgcolor-white:#F8F8FF !important;
} */
}
.title-txt{
	position: relative;
    top: -40px;
    left: 15px;
}
/*	Product Grid Image Radius  */
.product-grid-item :is(.product-image-link,.hover-img) img {
    border-radius: 3px;
}

/* Main Menu Background Color Mobile */
.wd-side-hidden.wd-opened {
	    background-color: #fcfbfc;
}
.wd-dropdown-menu.wd-design-default {
	    background-color: #fcfbfc;}
.wd-builder-off .single-product-page>div:not(:last-child) {
			background-color: #fcfbfc;
}
.blog-design-meta-image.blog-style-bg .wd-post-content {
			background-color: #fcfbfc;
}

.wd-search-full-screen.wd-opened {
			background-color: #fcfbfc;
}

/* .woocommerce-checkout>.checkout-order-review, .woocommerce-order-pay #order_review {
		background-color: #fcfbfc;
} */
.checkout-order-review{
		background:#fcfbfc !important;
}
.checkout-order-review::before{
		background:#fcfbfc !important;
}
/* Contact Us Page Submit Button  */
.submit-btn {
    font-size: 18px;
		color:#fff;
    font-weight: 500;
    background-color: var(--e-global-color-secondary);
    transition-duration: 0.2s !important;
    padding: 12px 30px 12px 30px;
		border-radius:5px;
}
.submit-btn:hover {
		box-shadow: 4px 4px 1px 0px rgba(58, 58, 58, 0.92) !important;
		background-color: var(--e-global-color-secondary) !important;
		color:#fff;
}
.elementor-110 .elementor-element .widget-image-caption {
		padding-left:10px;
/* 	  background-image: linear-gradient(180deg, #FA7321 0%, #FF964F 100%) !important; */
/* 		opacity: 1; */
	  border-radius: 0px 0px 3px 3px;
}
/*	Mobile View Slidebar Option  */
.wd-action-btn.wd-style-text>a {
    left: -28px;}

.product-grid-item .wd-entities-title {
    font-size: 19px !important;
} 
/* Single Product Page */
.summary-inner>.wd-action-btn {
	    padding-left: 30px;
}
/* Checkout Page */
.payment_methods .payment_box p:last-child {
    margin-left: -16px;}

.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
		box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}

.wc-block-components-notice-banner.is-info>svg {
    margin: 3px 5px -5px 5px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
		padding: 0px 5px;
}

.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
    padding: 15px;
}
/* Checkout Page */
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #212121;
}
.wd-tabs-header.text-center {
    display: none;
}
.wd-dropdown-menu.wd-dropdown.wd-design-full-width.color-scheme-dark {
		margin-top:25px !important;
		background:#fcfbfc;
}
span.woocommerce-Price-amount.amount {
    font-size: 22px !important;
}
table.variations select {
    max-width: 100% !important;
}
.wd-nav.wd-style-bg {
    --nav-color-hover: #333333 !important;
}
.whole-btn a:hover{
		box-shadow: 4px 4px 1px 0px rgba(58, 58, 58, 0.92);
}
a.header-btn{
		font-size:17px !important;
		background: linear-gradient(33deg, #f75a32, #FF9D16) !important;
		box-shadow: 0 0 0 rgba(255,255,255, 0.9);
		animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
a.header-btn:hover {
	  opacity:1 !important;
}
.mega-sale-btn{
		animation: pulse 2s infinite;
}
.single_add_to_cart_button:hover{
		box-shadow: 4px 4px 1px 0px rgba(58, 58, 58, 0.92) !important;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: rgb(0 0 0 / 100%);
    font-size: 10px;
    font-weight: 700;
}
.product.wd-hover-alt .wd-add-btn>a span {
		font-size:17px !important;
}
.techonogic-link:hover{
		color:#fff !important;
		transition-duration: .5s !important;
}
.product-label{
		padding: 2px 7px !important;
    font-size: 16px !important;
}
a.scrollToTop.button-show {
		background: #f69051;
    color: white;
}
a.scrollToTop.button-show:hover {
		color:white;
}

