/*
Theme Name: Ready Digital
Description: Element Optics
Author: Ready
Template: Divi
Version: 1.0.1
/*

@import url("../Divi/style.css");

/*Variables*/
:root {
  --primary-color: blue;
  --accent-color: red;
  --tertiary-color: yellow;
  --light-gray: #f6f6f6;
  --mid-gray: #eaeaea;
  --dark-gray: #999;
  --dark-text: #000;
}

/*Dev*/
/*html * {
    background: rgba(255, 0, 0, .1);
    box-shadow: 0 0 0 1px purple;
}*/

/*--------------------------------------------------[ Basic ]*/
*::selection {background: #312f2f; color: #fff;}
*::-moz-selection {background: #312f2f; color: #fff;}

body {

}

h1, h2, h3, h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.red h2 {color: #D92428;}

#cta h3 {
  font-size: 28px;
  font-weight: 300;
  text-transform: none;
}

#cta p {
  margin: 1.5em auto;
}

#page-container {
  overflow-x: hidden;
}

.et_pb_text a {
  /*font-weight: 600;
  text-decoration-line: underline;*/
}

.et_pb_text h2 + p strong,
.ingress strong {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  font-size: 20px;
}

/*
.et_pb_text a[href$=".pdf"] {}
.et_pb_text a[href$=".doc"] {}
.et_pb_text a[href^="https://www.facebook.com"]::before {}
.et_pb_text a[href^="https://www.instagram.com"]::before {}
*/

/*--------------------------------------------------[ Top Bar ]*/
/*--------------------------------------------------[ Header ]*/
#main-header {
  background-color: #2a2627;
  background-image: url(/wp-content/uploads/2022/04/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#fw-header .header-content {
  display: flex;
  flex-flow:  column nowrap;
}

#fw-header .header-content .et_pb_fullwidth_header_subhead {
  margin-bottom: 5px;
  order: -1;
}

#fw-header h1 span {
  color: #D92428;
}

/*--------------------------------------------------[ Nav ]*/
/*Force mobile menu*/
/*@media (max-width: 1274px) {
  #et_mobile_nav_menu {display: block;}
  #top-menu {display: none;}
}*/

#mobile_menu li a:hover {
  background-color: transparent;
  opacity: 1;
}

.mobile_menu_bar_toggle::before {
  color: #D92428 !important;
}

.mobile_nav.opened .mobile_menu_bar_toggle::before {
  content: "\4d";
}

#main-header .yith-wcmcs-shortcode {
  max-width: none;
  width: auto;
  margin: 0 0 0 20px;
}

#main-header .yith-wcmcs-currency-select {
  padding: 0;
  transform: translateY(-9px);
}

#main-header .yith-wcmcs-selected-currency {
  max-width: none;
  padding: 3px 30px 3px 10px;
}

#main-header .yith-wcmcs-currencies {margin: 0;}

#main-header .yith-wcmcs-currency {
  margin: 0;
  padding: 5px;
}

/*--------------------------------------------------[ Sidebar ]*/
/*--------------------------------------------------[ Category ]*/
li.product a:hover {
  cursor: crosshair;
}

#page-container .woocommerce-notices-wrapper {background-color: #ededed !important;}
#page-container .woocommerce-message {
  background-color: transparent !important;
  color: #414042 !important;
  line-height: 1.5;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#page-container li.product {
  background: #fff;
  padding-bottom: 10px;
  transition: all ease .25s;
}

#page-container li.product img {
  border: 0;
  margin-bottom: 10px;
}

#page-container li.product .et_overlay {border: 0; background: rgba(255,255,255,.6);}
#page-container .et_overlay::before {color: #D92428; content: none;}

#page-container li.product h2 {
  padding: 0 10px;
}

#page-container li.product .amount {
  padding: 0 10px;
}

#page-container mark.count {display: none;}

/*--------------------------------------------------[ Product ]*/
#page-container .price,
.woocommerce-Price-amount {
  color: #D92428;
  font-weight: bold;
}

#tb-product .related li.product h2 {font-size: unset !important;}

#tb-product .single_add_to_cart_button {margin-top: 20px;}

.woocommerce span.onsale, .woocommerce-page span.onsale {
background-color: #d92428 !important; 
font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif; 
text-transform: uppercase; 
}

/*--------------------------------------------------[ Footer ]*/
#tb-footer {
  font-size: 15px;
}

.footer-icons h4 {color: #fff;}
.icon {display: block;}
.icon::before {
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: 'ETModules';
  font-size: 13px;
  line-height: 1;
  margin: 5px 5px 0 0;
  padding: .35em;
}
.icon.insta::before {content: "\e09a";}
.icon.fb::before {content: "\e093";}
.icon.yt::before {content: "\e0a3";}
.icon.li::before {content: "\e09d";}
.icon.tw::before {content: "\e094";}
.icon.blog::before {content: "\e0a7";}
.icon.spotify::before {content: "\e0a8";}

#footer-bottom #footer-info {float: none; text-align: center;}

/*--------------------------------------------------[ Checkout ]*/
/*--------------------------------------------------[ Page specific ]*/
/*--------------------------------------------------[ Buttons ]*/
/*--------------------------------------------------[ Misc ]*/
/*No select*/
.no-select,
#main-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Forms*/
/*input {
  caret-color: ;
}*/

/*GOTO top*/
/*.et_pb_scroll_top::before {content: "\42";}
.et_pb_scroll_top.et-pb-icon {
  background: #BA4F61;
  border-radius: 50%;
  margin-right: 10px;
}*/


/*----------------------------------------------------------------------------[ Media Queries ]-------*/

@media screen and (min-width: 782px) {
/*--------------------------------------------------[ 🖥️ Basic Desktop ]*/
/*--------------------------------------------------[ 🖥️ Top Bar Desktop]*/
/*--------------------------------------------------[ 🖥️ Header Desktop]*/
/*--------------------------------------------------[ 🖥️ Nav Desktop]*/
#top-menu-nav #top-menu a:hover {opacity: 1;}

#et-top-navigation {
  display: flex;
}

/*--------------------------------------------------[ 🖥️ Sidebar Desktop]*/
/*--------------------------------------------------[ 🖥️ Category Desktop]*/
/*--------------------------------------------------[ 🖥️ Product Desktop]*/
#page-container li.product {min-height: 280px;}
#page-container .related li.product {min-height: unset;}
#page-container li.product:hover {
  border-bottom: 7px solid #B01F24;
  margin-bottom: -7px;
  transform: translateY(-7px);
}

/*--------------------------------------------------[ 🖥️ Footer Desktop]*/
/*--------------------------------------------------[ 🖥️ Checkout Desktop]*/
/*--------------------------------------------------[ 🖥️ Page specific Desktop]*/
/*--------------------------------------------------[ 🖥️ Buttons Desktop ]*/
/*--------------------------------------------------[ 🖥️ Misc Desktop]*/
#cta p {max-width: 60%;}
.et_pb_section.scope {
  background-image: url(/wp-content/uploads/2022/04/scope.png);
  background-repeat: no-repeat;
  background-position: right top -150px;
  background-size: auto 813px;
}
}

/*--------------------------------------------------[ 💻📱 Below desktop ]*/
@media screen and (max-width: 980px) {
  #main-header .yith-wcmcs-shortcode {
    position: absolute;
    margin: 0;
    right: 40px;
    top: 50%;
    transform: translateY(-9px);
  }
}

/*--------------------------------------------------[ 💻 Tablet only ]*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
   
}

/*--------------------------------------------------[ 📱 Mobile only ]*/
@media screen and (max-width: 781px) {
  #main-header .container {width: 100%;}
  #main-header .yith-wcmcs-shortcode {right: 80px}
  .logo_container {padding-left: 30px;}
  #et_mobile_nav_menu {padding-right: 30px;}
  #mobile_menu {border: none;}
}