/*https://requestmetrics.com/web-performance/5-tips-to-make-google-fonts-faster/#:~:text=You%20can%20speed%20this%20up,results%20of%20that%20css%20request.*/

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v167/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



/* CSS HEX */
:root {
  --dark-blue: #2b2d42ff;
  --light-blue: #8d99aeff;
  --off-white: #edf2f4ff;
  --light-red: #ef233cff;
  --dark-red: #d90429ff;
}

.dark-blue {
  color: var(--dark-blue);
}

.light-blue {
  color: var(--light-blue);
}

.off-white {
  color: var(--off-white);
}

.light-red {
  color: var(--light-red);
}

.dark-red {
  color: var(--dark-red);
}

.text-center {
  text-align: center;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-end {
  float: right;
}
.font-20{
  font-size: 20px;
}

header h1 {
  font-size: 18px;
}

header p {
  font-size: 12px;
  line-height: initial;
}

p, ul, ol, form {
  margin-bottom: 12px;
}

h2 {
  font-size: 24px;
  line-height: 34px;
}
.down-3{
  position: relative;
  top: 3px;
}

strong{
  font-weight: bold;
}

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  outline: 0 !important;
  line-height: normal !important;
  border: 1px solid var(--light-blue) !important;
  border-radius: 4px !important;
  padding: 8px !important;
}

input.wpforms-error {
  border-color: var(--light-red) !important;
}

button, a.button, button.button, input.button, .add_to_cart_button, .wp-block-button__link {
  display: inline !important;
  background-color: var(--light-red) !important;
  color: #fff !important;
  transition: color 0.2s, background-color 0.2s;
  font-weight: normal !important;
  border-radius: 4px !important;
  font-size: 100%;
  line-height: 1;
  padding: .618em 1em;
  border: 0;
}

button:hover, a.button:hover, button.button:hover, input.button:hover, .add_to_cart_button:hover, .wp-block-button__link:hover {
  background-color: var(--dark-red) !important;
  color: #edf2f4ff !important;
}

.price {
  color: var(--light-blue) !important;
}

.woocommerce-info,
.woocommerce-info::before{
  color: var(--dark-blue);
  border-top-color: var(--dark-blue);
}
.woocommerce-message,
.woocommerce-message::before{
  color: var(--light-blue);
  border-top-color: var(--light-blue);
}

.woocommerce span.onsale {
    background-color: var(--light-red);
    border-radius: 10px;
    line-height: normal;
    min-height: 0;
    padding: 10px;
}

.woocommerce-result-count,
.woo-content .page-title {
  display: none;
}
.page-title{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: .25rem!important;
}
.woocommerce .quantity .qty{
  padding:8px 0;
}

.wp-block-list li,
.woocommerce-tabs ul li {
  list-style: disc;
}

.woocommerce-tabs iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0.3em;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 5px;
  padding-bottom: 5px;
}
.wc-block-grid__products .wc-block-grid__product-image{
  overflow: hidden;
}
.wc-block-grid__products .wc-block-grid__product-image img,
.woocommerce ul.products li.product a img {
  transition: transform 1s ease;
}
.wc-block-grid__products .wc-block-grid__product-image img:hover,
.woocommerce ul.products li.product a img:hover{
  transform: scale(1.05);
}
.woocommerce div.product form.cart .variations select{
  padding: 12px;
  border-radius: 6px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
  line-height: 2.4em;
  display: block;
  text-align: left;
}
.wc-block-grid__product-add-to-cart .added_to_cart{
  display: block;
  margin-top: 5px;
}
.shop-item-img-wrap{
  overflow: hidden;
}
.shop-item-img-wrap img{
  margin: 0 !important;
}
.wc-block-sort-select,
.woocommerce-breadcrumb,
.wc-block-components-product-rating__container {
/*  display: none !important;*/
}

.wc-block-grid__product-title {
  font-weight: normal !important;
  font-size: 16px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background-color: var(--off-white);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: none;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--light-blue);
  font-weight: normal;
  font-size: 14px;
}

.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom{
  background-color: var(--dark-red) !important;
  border-color: var(--dark-red) !important;
}

@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { 
    font-size: 16px;
  }
}

.woocommerce div.product .woocommerce-tabs .panel {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  min-height: 400px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel a {
  text-decoration: underline;
}
.wp-block-list,
.woocommerce div.product .woocommerce-tabs .panel ul {
  margin-left: 40px;
}

.woocommerce a.added_to_cart {
  display: block;
}

.woocommerce div.product .product_title {
  font-size: 24px;
  margin-bottom: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
  color: var(--dark-red);
}

body {
	position: relative;
  color: var(--dark-blue);
  background-color: var(--off-white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/*body::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url(https://rainydayei.com/wp-content/themes/RDEI.com/images/hailschem.svg);
  background-repeat: repeat;
  background-position: 0;
  z-index: -5;
}*/

a {
  color: var(--light-red);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}

a:hover, li.active a {
  color: var(--light-blue);
}



#header {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#site-logo {
  position: fixed;
  left: 20px;
  top: 10px;
  z-index: 2;
  width: 25px;
}

#site-logo img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  #site-logo {
/*    width: 45px;*/
  }
}

@media only screen and (min-width: 1024px) {
  #site-logo {
/*    width: 65px;*/
  }
  blockquote{
    max-width: 65%;
  }  

}

#menu-menu-1 {
  margin-left: 60px;
  margin-top: 15px;
}

#menu-menu-1 li {
  display: inline-block;
  float: left;
}

#header .cart-menu-item {
  position: relative;
}

#header .cart-menu-item small {
  position: relative;
  top: -14px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  #menu-menu-1 li {
    font-size: 20px;
    display: block;
    float: none;
  }
}

#nav-open {
  display: inline-block;
}

#nav-close {
  display: block;
  position: absolute;
  top: 16px;
  right: 12px;
}

@media only screen and (min-width: 992px) {
  #nav-open, #nav-close {
    display: none;
  }

  #menu-menu-1 {
    margin: 0;
  }
}

.hidden {
  display: none !important;
}

#nav-wrap {
  float: right;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 992px) {
  #nav-wrap {
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    transition: height 0.2s;
    height: 0;
    overflow: hidden;
  }

  #nav-wrap.active {
    height: 100%;
  }
}

main#content {
  padding-top: 56px;
  z-index: 0;
  position: relative;
  min-height: 800px;
}

#footer img {
  height: 24px;
  opacity: 0.3;
  margin: 0 15px;
}



.wp-block-video video{
  min-height: 400px;
}


/*Featured styles*/
.featured{
  position: relative;
  min-height: 500px;
}
.featured img{
  max-width: 100%;
}
.featured video{
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent url("https://rainydayei.com/wp-content/uploads/2024/03/still2-e1710434848591.jpg") 50% 50% / cover no-repeat;
}
.featured h2{
  font-size: xxx-large;
}

.feat-2{
  background-color: black;
}
.feat-2 video{
  z-index: 1;
  opacity: 0.65;
}
.feat-2 .row{
  z-index: 1;
  position: relative;
}


/*Product Video Gallery for Woocommerce*/
.nickx-popup,
.show_lightbox span.nickx-popup_trigger.fa.fa-expand {
  left: 10px !important;
  bottom: 10px !important;
  position: absolute !important;
  z-index: 1000;
  cursor: zoom-in;
  color: var(--off-white);
  display: inline-block !important;
  width:fit-content !important;
}
.nickx-slider-nav .nslick-slide img{
  min-height: 0;
}
img.product_video_img.attachment-thumbnail.size-thumbnail {
  min-height: 0;
}


/*Youtube lazy test */
.youlazy{
  text-align: center;
}
.youlazy img{
  max-width: 90%;
}
.youlazy iframe{
  aspect-ratio: 16 / 9;
  width: 90%;
  height: auto;
}
.tubeWrap{
  position: relative;
  cursor: pointer;
}
.tubeWrap .play{
  position: absolute;
  width: 100px;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.g-recaptcha{
  margin-bottom: 20px;
}













