@import url("all.min.css");

@font-face {
    font-family: "Golden Ranger";
	src: url("../fonts/Golden-Ranger.woff") format("woff"),
	url("../fonts/Golden-Ranger.woff2") format("woff2");
}

/* Navbar */
.uk-navbar-toggle-icon{
	max-width: 30px;
}

/* Images and Text CSS for glow effect */
.glow img{
    border-radius: 10px;
	box-shadow: 0px 0px 40px 0px #006692;
  transition: 200ms;
}
.glow img:hover{
  transform: scale(1.1);
  transition: 200ms;
}
.glow p, .glow h1{
	text-shadow: 0 0 10px #006692;
}

/* Dreamsgenetics Card styling */
.gen-cardL .el-image{
	box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
}
@media only screen and (min-width: 1600px){
    .gen-cardL{
    	position: relative;
        right: 15%;
    }
}
@media only screen and (min-width: 961px){
    .gen-cardL{
    	border-radius: 500px 50px 50px 500px;
    }

    .gen-cardL .el-image{
    	border-radius: 500px;
    }
}
@media screen and (max-width: 959px) and (min-width: 641px){
    .gen-cardL{
    	border-radius: 500px 50px 50px 500px;
    }

    .gen-cardL .el-image{
    	border-radius: 500px;
    }

    .gen-cardL .el-content{
    	font-size: 14px;
    }
}
@media only screen and (max-width: 640px){
    .gen-cardL{
    	border-radius: 500px 500px 50px 50px;
    }

    .gen-cardL .el-image{
    	border-radius: 500px;
		width: 400px;
		height: 400px;
    }
}

/* Dreamsgenetics card Right */
.gen-cardR .el-image{
	box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
}

@media only screen and (min-width: 1600px){
    .gen-cardR{
    	position: relative;
        left: 14%;
    }
}

@media only screen and (min-width: 961px){
    .gen-cardR{
    	border-radius: 50px 500px 500px 50px;
    }

    .gen-cardR .el-image{
    	border-radius: 500px;
    }
}

@media screen and (max-width: 959px) and (min-width: 641px){
    .gen-cardR{
    	border-radius: 50px 500px 500px 50px;
    }

    .gen-cardR .el-image{
    	border-radius: 500px;

    }

    .gen-cardR .el-content{
    	font-size: 14px;
    }
}

@media only screen and (max-width: 640px){
    .gen-cardR{
    	border-radius: 500px 500px 50px 50px;
    }

    .gen-cardR .el-image{
    	border-radius: 500px;
		width: 400px;
		height: 400px;
    }
}



/* Woocommerce */
.tm-element-woo-images, .woocommerce-product-gallery, .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image{
	border-radius: 10px!important;
}

#woocommerce_widget_cart-2{
	padding-top: 35px;
}


/* age verification plugin css */

.avwp-av{
	box-shadow:2px 26px 56px rgba(0,0,0,0.5)!important;
	border-radius: 10px;
}

.avwp-av img{
	max-width: 200px;
}
.avwp-av{

	background-color: #333;
	font-family: "Righteous";
}

.avwp-av p{
		color: #fff;
}

.avwp-av button.yes{
	background: #006692;
	border: solid 2px #006692;
	transition: 200ms;
}

.avwp-av button.yes:hover{
	background: transparent;
	border: 2px solid #006692; 
	transition: 200ms;
}

/* Modal pop-up "secondary" design */
.uk-modal-dialog-secondary{
	background: #006692;
}


/* Woocommerce Checkout */
.p-Select select option{
	background-color: #333!important;
}

/* .pulse-glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: pulse-glow 1s ease-in-out infinite alternate;
  -moz-animation: pulse-glow 1s ease-in-out infinite alternate;
  animation: pulse-glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes pulse-glow {
  from {
    box-shadow: 0 0 10px 0 #fff, 0 0 20px 0 #fff, 0 0 30px 0 #e60073, 0 0 40px 0px #e60073, 0 0 50px 0 #e60073, 0 0 60px 0 #e60073, 0 0 70px 0 #e60073;
  }
  to {
    box-shadow: 0 0 20px 0 #fff, 0 0 30px 0 #ff4da6, 0 0 40px 0 #ff4da6, 0 0 50px 0 #ff4da6, 0 0 60px 0 #ff4da6, 0 0 70px 0 #ff4da6, 0 0 80px 0 #ff4da6;
  }
}

/*

