/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.popup__content .book-btn {
  margin-left: 0px;
}
.premium-carousel-nav-dot {
	display:none;
}


.popup {
  display: BLOCK; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.single-product .popup__content {
  background: #fff;
  padding: 50px;
  max-width: 500px;
  width: 90%;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.findzipcode {
  display: inline-block;
  padding: 10px 20px;
  background: #303b89;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
/*   margin-top: 20px; */
}
.findzipcode:hover {
    color: #fff;
}
.single-product .popup__content .button {
  position: absolute;
  top:-12px;
  right:10px;
}
.single-product .popup__content .button:hover {
  background: #005177;
}
.single-product .popup__content .loading {
  display: none; /* Initially hidden */
  margin-top: 10px;
  width: 30px;
}
.single-product .popup__content .button {
  padding: 5px 10px !important;
	background-color:#fff;
	color:#332b2c;
	font-size:20px;
}
#hidebutonx {
  display: none;
  margin-top: 20px;
}
.single-product span.info-box {
  display:block;
	margin-top:20px;
}

input[name="zipcode"] {
    margin-bottom: 20px !important;
	        border: 1px solid #d2d6dc;
        border-radius: .3rem;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
        font-size: 15px;
        padding-left: .7em;
        padding-right: .7em;
	width:100%;
	box-sizing: border-box;
        padding: .5180469716em;
        outline: 0;
        color: #222;
}
.popup__content .button:hover {
    background: unset !important;
    color: #303b89;
}

