/*
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
*/





.custom-logo {
    width : 75px;
}

.bg-custom-green {
    background : #55B78A;
}

.bg-custom-red {
    background : #E54D42;
}

.text-custom-green {
    color : #55B78A;
}

.text-custom-red {
    color : #E54D42;
}

.btn {
    color: #222222;
    background-color: #55B78A;
    border: none;
    outline: none;
    transition: 0.4s;
    padding: 10px 20px;
    filter: drop-shadow(4px -4px 0px #E54D42);
}


.btn:hover {
transform: translateY(-5px);
    
}
/* Carousel */

.glide__slide__img {
  transition: 0.5s;
  border-radius : 6px;
}

.glide__slide__img:hover {
  transform: scale(1.05);
}

.out-of-stock {
    color : red ;
}

.product-gallery {
    color : white;
}



/* Carousel */

/*.mobile-menu {*/
/*    z-index : 10000000000000000 !important;*/
/*}*/
/*header {*/
/*            z-index:10000!important;*/
/*        }*/







