/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2025 | 17:45:15 */
.searchform .wd-clear-search{inset-inline-end: 60px;}


.wd-progress-bar .progress-bar {
  background-color: green!important;
}
.wpo-field.wpo-label-is-option-name label{margin-bottom:15px!important;}
table.variations {
  margin-bottom: 40px!important;
}
.star-rating::before {
  content: "\f148" "\f148" "\f148" "\f148" "\f148"!important;
  color: #fc0 !important;
  fill: #fc0 !important;
}
.product-element-top {

   border-start-end-radius: 6px!important;
  border-start-start-radius: 6px!important;
}


.wd-dropdown-results{right:0px!important;
left:0px!important;}
@media(min-width:1280px){
	.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price, .wrap-price, .product-rating-price) {
  margin-top: -5px !important;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
	.footer-payments{margin-right:60px;}
}

.searchform.wd-style-with-bg .searchsubmit {
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}
 .searchform.wd-with-cat input[type="text"] {

    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
  }

.wd-nav-sticky > li > a .wd-nav-img {
  --nav-img-width: 24px;
  --nav-img-height: 24px;
  margin-inline-end: 0;
  max-width: none;
  margin-left: -2px;
	
}

#menu-printex-category-menu .woodmart-nav-link {
    display: flex;
    align-items: center;
}

#menu-printex-category-menu .nav-link-text {
    flex: 1 1 auto; /* So text takes available space */
}
#menu-printex-category-menu .nav-link-text::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
  display: inline-block;
  width: 16px;
  text-align: right;
	margin-top: 3.8px;
}
.searchform {
  position: relative;
  border-radius: 5px;
 /* box-shadow: 0 0 3px rgba(0,0,0,0.15);*/
 
}
@media (min-width: 1280px) and (max-width:1400px)
{
	span.hideme{ display:none;}
}
.btn-size-small {
 
  --btn-height: 30px!important;
  
}

.wd-footer{
	
	 box-shadow: 0px 0px 9px rgba(0,0,0,0.3)!important;
}
.whb-top-bar {
  background: linear-gradient(90.07deg, #E70068 0%, #CFA100 50%, #0095D3 89%) !important;
}
.btn {
  background: linear-gradient(120deg, #E5007E 0%, #FFCC00 50%, #00A3E0 100%);
  color: #fff;
  
  
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 163, 224, 0.3);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Hover state – gradient flip + soft glow + lift */
.btn:hover {
  background: linear-gradient(120deg, #00A3E0 0%, #FFCC00 50%, #E5007E 100%);
  box-shadow: 0 8px 20px rgba(229, 0, 126, 0.4);
  
  filter: brightness(1.05);
}

/* Shimmer highlight */
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: 0.6s;
}

.btn:hover::after {
  left: 125%;
}

/* Active (clicked) state */
.btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}


/* ====================================================================== */
/* NEW: PRODUCT GRID STYLES                                               */
/* Applies the rotating border to .wd-cat-wrap OR .product-wrapper        */
/* ====================================================================== */

.products-bordered-grid-ins :is(.wd-cat-wrap, .product-wrapper) {
  position: relative;
  
  /* 1. OVERRIDE/RESET: Remove the solid border and replace with transparent border */
  border: 2px solid transparent; /* Increased to 2px to match your original element */
  
  /* Retain any border-radius if necessary, assuming it was on the inner elements
     If not, add: border-radius: 12px; */
  
  /* 2. INITIAL GRADIENT AND PAUSED ANIMATION */
  background-image: linear-gradient(#fff, #fff), 
                    linear-gradient(var(--gradient-angle), 
                      rgba(231, 0, 104, 0.6) 0%,   
                      rgba(207, 161, 0, 0.6) 50%,   
                      rgba(0, 149, 211, 0.6) 89%);  
  
  background-origin: border-box;
  background-clip: content-box, border-box;
  
  transition: all 0.4s ease;
  animation: rotate-border 3s linear infinite paused;
}

/* 3. HOVER STATE: Trigger the Rotation and Dark/Wide Gradient */
/* We target the hover state of the inner element itself, as the outer
   container .products-bordered-grid-ins is likely large. */
.products-bordered-grid-ins :is(.wd-cat-wrap:hover, .product-wrapper:hover) {
  animation-play-state: running;
  
  /* Darker/Wider Gradient */
  background-image: linear-gradient(#fff, #fff), 
                    linear-gradient(var(--gradient-angle), 
                      rgba(231, 0, 104, 1) 0%,      
                      rgba(207, 161, 0, 1) 30%,      
                      rgba(207, 161, 0, 1) 70%,      
                      rgba(0, 149, 211, 1) 100%);     
  
  transition: background-image 0.4s ease-out, all 0.4s ease;
}

.wd-product .product-wrapper {
 
  padding: 1px!important;
}

.wd-load-more{
background: #f9f9f9;
  color: #000 !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 50px;
}

.whb-main-header {

  box-shadow: 0px 0px 9px rgba(0,0,0,0.3)!important;
}


.mysidebar .widget {
  margin-bottom: 20px !important;
  border-bottom: none;
  background-color: #fff !important;
  padding: 20px 20px 20px 20px !important;
  border-radius: 10px 10px 10px 10px !important;
	box-shadow: 0 0 4px rgba(0,0,0,0.12)!important;
}


table th {
  color: #E70068!important;
	}
.prodinfo .elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
 .prodinfo img {
 
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
}

 .prodinfo .elementor-widget-container{
	border-radius:10px!important;
}
footer ul li.current_page_item > a {
  color: #E70068!important;
  font-weight: 600;
}

footer ul li a:hover {
  color: #E70068!important;
 
}

.wd-dropdown {
 
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}


.wd-sub-menu {
  --sub-menu-color: #000!important;
  --sub-menu-color-hover: var(--wd-primary-color)!important;
}
.green-check-icon {
  color: #45CA7E; /* Material green shade */
  margin-right: 4px;
  font-size: 16px;
  vertical-align: baseline;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.rating-box .stars i {
  color: #FFD700; /* Gold stars */
  font-size: 16px;
}

.rating-text {
  color: #000;
  font-size: 14px;
}

.product-benefits-outline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.product-benefits-outline li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.product-benefits-outline i {
  font-size: 16px;
  margin-right: 10px;
   color: #333;
}


.outline {
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black; /* for Firefox */
}

.prodinfo img {
  max-height:230px!important;
	min-height:230px!important;
  width: 100% !important;
	
	object-fit:cover!important;
}


.textcats .wd-marquee-item{
	padding:10px 30px;
	background:#fff!important;
	color:#000!important;
	border-radius:100px!important;
	
}
.textcats .wd-marquee-item:hover{
	padding:10px 30px;
	background:#7B1E3A!important;
	color:#fff!important;
	border-radius:100px!important;
transition: all .25s ease;
   
}

.elementor-1069 .elementor-element.elementor-element-9b3c7d8 .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 5px;
}

.widget_product_categories .widget-title {
  margin-bottom: 20px!important;
}


p.stock.wd-style-bordered span {
  
  border: none !important;
}




@keyframes pulse-green-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(133, 185, 81, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(133, 185, 81, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(133, 185, 81, 0);
  }
}


.stock.in-stock.wd-style-bordered span::before {
  content: "";
  display: inline-block;
  width: .75rem!important;
  height: .75rem!important;
  margin-right: 10px!important;
  background-color: #85B951;
  border-radius: 50%;
  animation: pulse-green-dot 1s infinite;
  vertical-align: baseline;
}


p.stock.wd-style-bordered span::before {
  content: "";
  display: inline-block;
   width: .75rem!important;
  height: .75rem!important;
  margin-right: 10px!important;
  border-radius: 50%;
  background-color: #85B951;
  vertical-align: baseline;
}


p.stock:is(.wd-style-bordered, .wd-style-with-bg) span {
 
  padding: 0px!important;
  
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {

  border: 1px solid #ddd;
}

@media (max-width:768px){

	.rating-box, .green-check-icon, .rating-box .stars i, .rating-text {
		font-size: 12px!important;
	}
	.wd-tools-element > a {

  padding-inline: 7px!important;
}
	.elementor-1069 .elementor-element.elementor-element-4fc1a291 .wd-nav-tabs.wd-style-default li.wd-active a, .elementor-1069 .elementor-element.elementor-element-4fc1a291 .wd-nav-tabs.wd-style-default li:hover a {
  color: #E70068;
  background: #fff!important;
  padding: 8px 12px!important;
  border-radius: 10px!important;
  border: 1px solid #ddd!important;
}



	
	.footer-column-1, .footer-column-2, .footer-column-3{ padding-bottom:20px; border-bottom:1px solid #ddd;}
	
	.wd-widget-collapse.wd-opened .widget-title::after {
  background-color: #fff!important;
  transform: rotate(180deg);
}
	
.wd-cat-content {

  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

@media (min-width:1280px){
	[class*="wd-header-search-form"] input[type="text"] {
  min-width: 250px!important;
}
	
	.elementor-1069 .elementor-element.elementor-element-4fc1a291 .wd-nav-tabs.wd-style-default li.wd-active a, .elementor-1069 .elementor-element.elementor-element-4fc1a291 .wd-nav-tabs.wd-style-default li:hover a {
  color: #E70068;
  background: #fff!important;
  padding: 15px 30px!important;
  border-radius: 10px!important;
  border: 1px solid #ddd!important;
}


	
	.catimg img{border-radius:10px!important;}
	.footer-sidebar {
 
  padding-top: 60px!important;
  padding-bottom: 90px!important;
}
}



.homevideos .wd-el-video:is(.wd-action-overlay, .wd-action-without) {

  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.homevideos .wd-product, .homevideos .wd-carousel-inner{
  
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}