/*************/
.immediatedelivery {
  position: absolute;
  top: 0;
  background: #000;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  left: 0;
  z-index: 1;
}
.ribbonOutofStock {
  position: absolute;
  z-index: 1;
  background: #000;
  font-size: 10px;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  right: 0;
  top: 0;
}
.percentage-div {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 5px;
  z-index: 1;
  left: 5px;
  padding: 5px;
  background: #d21625;
  color: #fff;
}
.networks {
  display: block;
  padding: 5px 0 0;
  margin: 0 0 0 -4px;
}
.sociallinks-icons {
  max-width: 16px;
  font-size: 0;
  display: block;
  height: 16px;
  opacity: 0.5;
}
.networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*********** HEADER ***********/
.form-group .btn.btn-primary {
  line-height: normal !important;
}
#Form1 .message-error, #Form1 .field-validation-error, #Form1 .username-not-available-status, #Form1 .poll-vote-error, #Form1 .password-error {
  text-align: left;
}
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}
.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  text-transform: uppercase;
}
.admin-header-links .impersonate {
  display: inline-block;
}
.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}
.admin-header-links .impersonate a:hover, .admin-header-links .impersonate a:focus {
  background-color: #666;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: auto;
  font-size: 0;
  background: #fff;
  transition: all 0.2s linear;
  border-bottom: 1px solid #e7e7e7;
}
.sticklogo {
  display: none;
}
.header-upper {
  position: relative;
  z-index: 1;
}
.header-selectors-wrapper {
  position: absolute;
  right: 170px;
  top: 24px;
}
.currency-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  color: #000;
  cursor: pointer;
  min-width: 55px;
  border-radius: 5px;
  background: #fff url('../images/custom/downarrow.svg') no-repeat 37px center;
  background-size: 10px;
  text-transform: uppercase;
  font-size: 13px;
  border: 2px solid #111;
  height: 32px
}
.language-list {
  max-width: 100%;
  font-size: 0;
}
.language-list li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}
.language-list a {
  display: block;
  position: relative;
  width: 24px;
  height: 32px;
  line-height: 0;
}
.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header-links-wrapper {
  position: relative;
  padding: 20px 0;
}
.header-links {}
.header-links ul {
  font-size: 0;
}
.header-links li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.header-links span, .header-links a {
  display: inline-block;
  font-size: 12px; /*reset zeroing*/
  text-transform: uppercase;
  position: relative;
}
#topcartlink .cart-qty {
  position: absolute;
  top: 2px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  left: 10px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  height: 20px;
}
.header-lower {
  position: relative;
  z-index: 0;
}
.header-logo a {
  display: block;
  line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
  max-width: 100%;
  opacity: 1;
}
.search-box form {
  display: inline-block;
}
.search-box form:after {
  content: "";
  display: block;
  clear: both;
}
.search-box input.search-box-text {
  float: left;
  width: 200px;
  height: 36px;
  margin: 0 -1px 0 0;
}
.search-box .search-box-button {
  float: left;
  min-width: 86px;
  height: 36px;
  border: none;
  background-color: #000;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.search-box .ui-autocomplete-loading {
  background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
  border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
  border-top: none;
}
.ui-autocomplete a {
  display: block;
  padding: 15px;
  font-size: 14px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 15px !important;
  line-height: normal !important;
  color: #777 !important;
}
.ui-autocomplete a:hover, .ui-autocomplete a:focus, .ui-autocomplete a.ui-state-focus {
  background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
  display: none;
  min-width: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.svg-icon {
  height: 20px;
}
/*********** FOOTER ***********/
.footer {
  background-color: #fff;
  max-width: 1360px;
  padding: 70px 10px;
  margin: auto;
}
.footer-upper {
  overflow: hidden;
  font-size: 0;
}
.footer-block {
  text-align: left;
  font-size: 14px; /*reset zeroing*/
}
.footer-block .title {
  padding: 0 0 10px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-block .title strong {
  font-weight: 300;
}
.footer-block .list {
  margin: 0;
}
.footer-block .list a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.follow-us {
  margin: 20px auto 0;
  text-align: center;
}
.follow-us .title {
  margin: 0 0 10px;
  background: none;
  color: #444;
  cursor: auto;
}
.follow-us .social ul {
  margin: 10px 0 20px;
  font-size: 0;
}
.follow-us .social li {
  display: inline-block;
  margin: 0 15px;
}
.follow-us .social a {
  display: block;
  font-size: 0;
}
.follow-us .social .facebook a {
  background: url('../images/custom/sprite.png') no-repeat 0 0;
  width: 9px;
  height: 17px;
}
.follow-us .social .twitter a {
  background: url('../images/custom/sprite.png') no-repeat -98px 0;
  width: 20px;
  height: 17px;
}
.follow-us .social .rss a {
  background: url('../images/custom/sprite.png') no-repeat -44px 0;
  width: 18px;
  height: 17px;
}
.follow-us .social .instagram a {
  background: url('../images/custom/sprite.png') no-repeat -44px 0;
  width: 18px;
  height: 17px;
}
.follow-us .social .youtube a {
  background: url('../images/custom/sprite.png') no-repeat -154px 0;
  width: 24px;
  height: 17px;
}
.follow-us .social .tiktok a {
  background: url('../images/custom/sprite.png') no-repeat -209px 0;
  width: 15px;
  height: 17px;
}
.follow-us .social .google-plus a {
  background-position: -152px 0;
}
.newsletter-email {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.newsletter-email:focus-within {
  overflow: visible;
}
.newsletter-email input[type="email"] {
  width: 100%;
  height: 42px;
  margin: 0 0 0px 0;
}
.newsletter-subscribe-button {
  height: 42px;
  border: none;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
#newsletter-email {
  background: none;
  border: 0;
  border-bottom: 2px solid #888;
  padding: 10px 0;
}
.newsletter-subscribe-button:hover, .newsletter-subscribe-button:focus {
  background-color: #e3dfdf;
}
.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
}
.newsletter-validation, .newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}
.footer-block .title p {
  text-transform: none;
  font-size: 12px;
  margin: 10px 0 0;
  color: #777;
  text-align: left;
}
.footbox-shipped img {
  max-width: 30px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/
.footer-lower {
  margin: auto;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.footer-tax-shipping a {
  color: #000;
}
.footer-tax-shipping a:hover, .footer-tax-shipping a:focus {
  text-decoration: underline;
}
.footer-powered-by {
  margin: 10px 0 0;
}
.footbox-shipped {
  background: #F5F5F5;
  margin: 0 50px;
  text-align: center;
}
.footbox-shipped ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 30px;
}
.footbox-shipped span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0 0;
}
/****************/
.theme-selector {
  margin: 10px 0 0;
}
.theme-selector select {
  width: 170px;
}
.hellobar {
  text-align: center;
  background: #e7e7e7;
  padding: 10px;
  color: #000;
  font-size: 12px;
}
.search-box.store-search-box {
  position: absolute;
  right: 10px;
  top: 0;
  background: #fff;
  padding: 15px 38px 10px 15px;
  z-index: 999;
  display: none;
}
.removesearch {
  font-size: 18px;
  background: #000;
  position: absolute;
  right: 0px;
  padding: 0 13px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.searchbody .search-box.store-search-box {
  display: block;
}
/***************/
.mini-shopping-cart .quantity-detail.custom-qty {
  overflow: hidden;
  width: 86px;
  padding: 0;
  height: 25px;
  position: relative;
  margin: 10px 0;
  display: block;
}
.mini-shopping-cart .quantity-detail.custom-qty .minus-detail, .mini-shopping-cart .quantity-detail.custom-qty .plus-detail {
  position: absolute;
  height: 23px;
  width: 25px;
  top: 0;
  bottom: 0;
  background: 0 0;
  font-size: 20px;
  padding: 0;
  line-height: 23px
}
.mini-shopping-cart .quantity-detail.custom-qty .qty-detail {
  width: 100%;
  text-align: center;
  height: 23px;
  padding: 0;
  text-indent: 0;
  background: 0 0;
  color: #000;
  border-radius: 18px;
  border: 1px solid #d8d7da;
}
.mini-shopping-cart .quantity-detail.custom-qty .minus-detail {
  border: 0;
  left: 0;
  border-right: 1px solid #d8d7da
}
.mini-shopping-cart .quantity-detail.custom-qty .plus-detail {
  border: 0;
  right: 0;
  border-left: 1px solid #d8d7da
}
.mini-shopping-cart .quantity-detail.custom-qty input[type=button] {
  background: 0 0;
  color: #000
}
.mini-shopping-cart input[type="button"] {
  background: #000;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px 10px;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  transition: all .1s linear;
  border-radius: 3px;
}
.mini-shopping-cart .buttons {
  padding-top: 10px;
}
.mini-shopping-cart .attributes {
  margin: 0;
}
.mini-shopping-cart .name {
  margin: 0;
}
.mini-shopping-cart .count {
  position: relative;
}
.mini-shopping-cart .hide-x {
  width: 50px;
  height: 50px;
  right: 0;
  font-size: 20px;
  top: 0;
  display: block;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.mini-shopping-cart .hide-x::before {
  content: 'X';
  display: block;
  padding: 10px 18px;
}
.flyout-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 100;
  width: 300px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: block !important;
  right: -500px;
  transition: all 0.5s linear;
}
.active-flycart .flyout-cart {
  right: 0;
}
.mini-shopping-cart {
  padding: 12px;
  text-align: left;
  font-size: 12px;
}
.mini-shopping-cart .count {
  padding: 5px 0 15px;
  color: #444;
}
.mini-shopping-cart .count a {
  margin: 0 2px;
  color: #444;
}
.mini-shopping-cart .items {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
.mini-shopping-cart .item {
  overflow: hidden;
  padding: 10px 0;
}
.mini-shopping-cart .picture {
  float: left;
  width: 70px;
  text-align: center;
}
.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}
.mini-shopping-cart .picture a:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.mini-shopping-cart .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}
.mini-shopping-cart .picture + .product {
  margin: 0 0 0 80px;
}
.mini-shopping-cart .name {
  margin: 0 0 10px;
  font-size: 14px;
}
.mini-shopping-cart .attributes {
  margin: 5px 0;
}
.mini-shopping-cart .totals {
  margin: 0 0 12px;
  font-size: 14px;
}
.mini-shopping-cart .totals strong {
  font-size: 16px;
}
.mini-shopping-cart .buttons {
  margin: 0 0 5px;
}
.mini-shopping-cart button[type="button"] {
  display: inline-block;
  border: none;
  background-color: #926917;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.active-flycart {
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .header-selectors-wrapper {
    position: absolute;
    right: auto;
    top: 13px;
    left: 40px;
  }
  .removesearch {
    line-height: 36px;
  }
  /*** MOBILE NAVIGATION ***/
  .header-logo {
    text-align: center;
    max-width: 150px;
    margin: auto;
    padding: 24px 20px 24px 0;
  }
  .header-links-wrapper {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0;
  }
  .menu-toggle {
    background: url('../images/custom/menu.svg') center no-repeat;
    position: absolute;
    font-size: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 20px;
    left: 0;
    top: 10px;
    background-size: 20px;
  }
  .top-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 58px;
    overflow-y: auto;
    height: 80vh;
  }
  .top-menu > li {
    position: relative;
    margin: 1px 0;
    background-color: #f6f6f6;
  }
  .top-menu > li > a {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .top-menu .sublist {
    display: none;
    background-color: #fff;
  }
  .top-menu .sublist li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #eae8e8;
  }
  .top-menu .sublist li a {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('../images/toggle-black.png') center no-repeat;
    padding: 15px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
  }
  .sublist .sublist-toggle {
    height: 49px;
  }
  .sublist .sublist li {
    background-color: #f6f6f6;
  }
  .sublist .sublist .sublist li {
    background-color: #fff;
  }
  .block-category-navigation {
    display: none;
  }
  .block-account-navigation {
    float: none;
    margin: auto !important;
  }
  .write-review .review-rating {
    text-align: center;
  }
  .write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
  }
  .svg-icon {
    max-width: 18px;
  }
  .footer-block .list li {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-block .list a {
    padding: 5px;
    font-size: 12px;
  }
  .footer-block {
    text-align: center;
  }
  .footer-block.mb-hide {
    padding: 10px;
  }
  .networks {
    padding: 15px 0 0;
    margin: 0;
  }
  .footer-block .list {
    padding: 0;
  }
  .footer-block .title {
    padding: 0;
    font-size: 18px;
  }
  .footer-block.newsletter-block {
    padding: 20px 10px 0;
  }
  .follow-us {
    margin: 20px 0;
    text-align: left;
  }
  .follow-us .social li {
    margin: 0 25px 0 0;
  }
  .footer-lower {
    padding: 15px 0 0;
    text-align: center;
    font-size: 10px;
  }
  .footer-upper {
    padding: 20px 0 10px;
    border-top: 1px solid #ddd;
  }
  .footbox-shipped {
    display: none;
  }
  .footer {
    padding: 0;
  }
  .networks li {
    margin: 0 10px;
  }
}
@media all and (max-width: 479px) {
  .footer-block .list a {
    font-size: 10px;
  }
}
@media all and (min-width: 481px) {
  /*** HEADER ***/
  .search-box input.search-box-text {
    width: 280px;
  }
  .ui-autocomplete {
    width: 280px !important;
  }
  .ui-autocomplete img {
    display: inline;
  }
}
@media all and (min-width: 1024px) {
  /*** HEADER ***/
  .after-login .sticky {
    top: -35px;
  }
  .after-hellobar .sticky {
    top: -39px;
  }
  .after-login.after-hellobar .sticky {
    top: -74px;
  }
  .header-upper:after {
    content: "";
    display: block;
    clear: both;
  }
  .language-list {
    text-align: left;
  }
  .header-links-wrapper {
    position: absolute;
    top: 8px;
    text-align: right;
    right: 30px;
  }
  .header-links li {
    margin: 0 0 0 15px;
  }
  .header-links a, .header-links span {
    position: relative;
    text-transform: none;
  }
  #topcartlink {
    display: inline-block;
    width: auto;
  }
  .header-lower {
    font-size: 0;
    padding: 0 20px
  }
  .header-logo {
    width: 345px;
    margin: auto;
    font-size: 0;
    padding: 15px 0;
  }
  .search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .search-box input.search-box-text, .search-box .search-box-button {
    height: 40px;
  }
  .product-selectors .product-sorting, .product-selectors .product-page-size {
    margin: 1px !important;
  }
  .product-sorting > span, .product-viewmode > span, .product-page-size > span {
    display: none;
  }
  /*** NAVIGATION ***/
  .header-menu {
    position: relative;
    z-index: 5;
    margin: 0;
    text-align: center;
    display: block;
  }
  .menu-toggle, .sublist-toggle {
    display: none;
  }
  .header-menu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
  }
  .header-menu > ul.mobile {
    display: none !important;
  }
  .header-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu > ul > li > a {
    display: block;
    padding: 5px 0.65vw;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #fff;
    padding: 0;
    text-align: left;
  }
  .header-menu .sublist li {
    position: relative;
  }
  .header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 1vw;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header-menu .sublist li:hover > a, .header-menu .sublist li:focus > a {
    background-color: #f6f6f6;
  }
  .header-menu ul li:hover > .sublist, .header-menu ul li:focus > .sublist {
    display: block;
  }
  .header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
  }
  /*** FOOTER ***/
  .footer-upper:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer-block {
    width: 20%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-block.w30 {
    width: 30%;
  }
  .footer-block.w40 {
    width: 40%;
  }
  .cntr {
    text-align: center;
  }
  .footer-block .list {
    margin: 0;
  }
  .follow-us .social li {
    margin: 0 1vw;
  }
  .newsletter-email {
    display: block;
  }
  .newsletter-email input[type="text"] {
    width: 200px;
  }
  .newsletter-email .newsletter-subscribe-button {
    min-width: 100px;
    padding: 0 15px;
  }
  .newsletter-validation .field-validation-valid {
    text-align: left;
  }
  .footer-lower:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer-info {
    float: left;
  }
  .footer-powered-by {
    float: right;
    margin: 0;
  }
  .theme-selector {
    float: left;
    margin: 0 0 0 15px;
  }
  .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
}
.social_caller img {
  display: block;
  margin: auto
}
.social_caller {
  position: fixed;
  bottom: 15%;
  right: 10px;
  z-index: 999
}
.icon_list img {
  max-width: 20px
}
.show-tabs .social_caller {
  z-index: 0
}
.icon_main {
  background: #509936;
  padding: 10px;
  display: block;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2)
}
.svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: auto
}
.social-links .svg {
  fill: #000
}
.icon-phone {
  background: #ed6347;
  padding: 10px;
  display: block;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2);
  position: relative;
  transition: all .3s linear
}
.icon-whatsapp {
  background: #50b83c;
  padding: 10px;
  display: block;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2);
  position: relative;
  transition: all .3s linear
}
.icon_list {
  display: block;
  margin: 0 0 55px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
  position: absolute;
  bottom: 0
}
.icon_list li {
  display: block;
  margin-top: 5px
}
.icon_list li {
  min-width: 50px
}
.icon_list li a {
  transition: all .3s linear;
  transform: scale(0)
}
.social_caller:hover .icon_list li a {
  transform: scale(1)
}
@media all and (min-width:768px) {
  .social_caller:hover .icon_list {
    opacity: 1;
    visibility: visible
  }
}
/***********************/
.inquire-info {
  background: #fff;
  padding: 20px;
  border: 5px solid #000
}
.inquire-popup {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  width: 320px;
  background: #fff;
  z-index: 999;
  display: none;
}
.pricing, .call-for-price {
  cursor: pointer;
}
.lightbox .inquire-popup {
  display: block
}
.inquire-popup:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, .5);
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px
}
.pop-info {
  position: relative;
  z-index: 1;
  padding: 15px;
  border: 7px solid #000;
  background: #fff;
  letter-spacing: 0;
  line-height: 26px
}
.call-us3 {
  font-weight: 400;
  font-size: 18px;
  padding: 0 0 13px
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  background: #000;
  color: #fff
}


