/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/


.text-title-gold {
    /*color : #D4AF37;*/
    line-height: 1.5;
     background: linear-gradient(98deg, rgba(255,252,202,1) 0%, rgba(223,212,171,1) 34%, rgba(230,174,39,1) 71%, rgba(255,253,251,1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-title-gol {
    line-height: 1.5;
     background: linear-gradient(98deg, rgba(255,252,202,1) 0%, #D4AF37 30%, rgba(230,174,39,1) 99%, rgba(255,253,251,1) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-logo {
    width : 75px;
}


.text-dark-red {
    color : #842412;
}

.text-beige {
    color : #FFC98F;
} 

.text-dark-beige {
    color : #EAA25C;
} 

.text-custom-yellow {
    color : #FBBF05;
}

.bg-dark-red {
    background-color : #842412;
}

.bg-beige {
    background-color : #FFC98F;
} 

.bg-dark-beige {
    background-color : #EAA25C;
}

.bg-custom-blue {
    background : #0A759B;
}

.btn {
  font-weight: 700;
  width: 120px;
  height:60px;
  color: #ffffff;
  background-color:transparent;
  background-image: url(https://hiddengemegypt.com/wp-content/uploads/2024/10/hidden-gemmms@2x-1-e1730284035494.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  outline: none;
  transition: 0.4s ;
}

.btn:hover {
transform: translateY(-5px);
    
}
/* Carousel */


.out-of-stock {
    color : red ;
}

.product-gallery {
    color : white;
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper {
    text-transform: capitalize !important;
}



/* Carousel */

/*.mobile-menu {*/
/*    z-index : 10000000000000000 !important;*/
/*}*/
/*header {*/
/*            z-index:10000!important;*/
/*        }*/







