/*---------------------------------------------------------------------------------

 Theme Name:   eNet Child Theme for Divi
 Theme URI:    https://www.enetwebservices.com/
 Description:  Test
 Author:       Nick
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
#options button {cursor:pointer;}
.woocommerce-shipping-totals {display:none;}
.postid-242 .quantinoticer, .postid-234 .quantinoticer {display:none;}
.footer-links {
  position: relative;
  float: right;
}
.footer-links a {
  color: #ffffff;
}
.enet-credits {
  float: right;
}

.landscape .et_pb_image_wrap {
  padding-top: 56.25%;
  display: block;
}
.portrait .et_pb_image_wrap {
  padding-top: 177.78%;
  display: block;
}
.landscape .et_pb_image_wrap img,
.portrait .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

#responsive-menu-container {
  z-index: 99999 !important;
}

/* Contact Form */

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000000 !important;
  border: solid 1px #b5c199;
  background-color: #ffffff;
}
.wpcf7-submit {
  border: 0px solid #fff;
  color: #00755b;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  position: relative;
  float: left;
  margin-left: 20px;
  border-radius: 3px;
}
.wpcf7-submit:hover {
  background-color: rgba(30, 30, 30, 0.6);
  color: #fff;
}
.wpcf7-recaptcha {
  position: relative;
  float: left;
}
.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}
.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #024e49;
  background-color: #007069;
  color: #fff;
  position: relative;
  float: right;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
/* END Contact Form */

/* phone button stuff */
#enet_custom_phone {position:fixed; bottom:40px; right: 40px; border-radius:100px; 
    z-index: 999; width: 50px; height:50px; border:2px solid #ffffff; background-color:#333333;}
#enet_custom_phone span {color:#ffffff; font-size:24px; transform: translate(11px, 11px);}
/* end phone button stuff */

/* Hide the shipping option block in WooCommerce checkout */
.wc-block-checkout__shipping-option {
    display: none !important;
}

/* Hide the shipping block in WooCommerce cart order summary */
.wp-block-woocommerce-cart-order-summary-shipping-block {
    display: none !important;
}

    .canvas-container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }
    .interactive-canvas {
      width: 100%;
      height: auto;
    }
    .unique-popup {
      position: absolute;
      display: none;
      background-color: white;
      border: 1px solid #ccc;
      padding: 15px;
      width: 250px;
      z-index: 10;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
    }
    .unique-popup img {
      max-width: 100%;
      height: auto;
    }
    .unique-popup .unique-close-btn {
      position: absolute;
      top: 5px;
      right: 10px;
      cursor: pointer;
      font-weight: bold;
      color: red;
    }
    .unique-circle {
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: red;
      border-radius: 50%;
      color: white;
      font-size: 14px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

.shopone {display:none;}
.shoptwo {display:block;}
@media only screen and (max-width: 1200px) {
	.shopone {display:block;}
.shoptwo {display:none;}
}
@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third {
    width: 100%;
    margin-right: 0 auto;
  }
}

@media (max-width: 500px) {
  .wp-caption.alignright,
  .wp-caption.alignleft {
    margin: 0 0 20px 0px;
    width: 100%;
    max-width: 100% !important;
  }
}
