/** Shopify CDN: Minification failed

Line 191:2 "padding-rifht" is not a known CSS property
Line 212:0 Expected "}" to go with "{"

**/
.prod_popup_div {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  backdrop-filter: blur(3px);
}

/* customized - joe */
.prod_popup_content {
  background-color: #ffffff;
  margin: auto;
  /* border: 2px solid #888; */
  width: 100%;
  max-width: 620px;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  border-radius: 15px;
  /* box-shadow: 0 0 15px #8f8f8f; */
box-shadow:0 8px 8px #0a0a0a1a;
}

.prod_popup_content .prod_main_content a {
  padding: 5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1.5px;
  background: #f2ede9;
}

.prod_popup_content .prod_main_content h2 {
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.prod_popup_content .prod_main_content p {
  font-size: 30px;
  color: #000;
  font-family: Cabin, sans-serif;
  font-weight: 700;
}

.prod_popup_content span.prod_popup_close {
  position: absolute;
  right: -10px;
  color: #fff;
  top: -10px;
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  float: none;
  text-align: center;
}

.prod_popup_close:hover,
.prod_popup_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popuTop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popuBottom {
	padding-bottom: 10px !important;
	max-width: 280px;
	margin: 0 auto;
	line-height: 1.2;
}
.popuTop label {
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.popuTop .popup-select {
  margin: 20px;
  position: relative;
  width: 250px;
}
/* customized - joe */
.popup-select-lable {
	border: 1.5px solid #000;
    border-radius:20px;
	padding: 10px 15px;
	text-align: left;
}
.popup-select-lable::after {
	font-family: flex-icon !important;
	content: "\e902";
	font-size: 15px;
	position: absolute;
	right: 13px;
	top: 11px;
}
.popup-select #pop_country {
	border: 1px solid #ccc;
	display: none;
	margin-top: 1px;
	text-align: left;
    background: #f9f9f9;
    position: absolute;
    top: 100%;
    left:0;
    width: 100%;
    border-radius: 15px;
}
.popup-select #pop_country li {
	padding: 6px 15px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
    cursor:pointer;
}
.popup-select #pop_country li:hover,
.popup-select #pop_country li.selected{
	background: #eee;
    border-radius: 15px;
}

.popuTop select {
  height: 40px;
  padding-left: 10px;
  width: 250px;
  margin: 0;
  background: #FCFAF9 !important;
  font-size: 20px;
  background-size: 18px;
  background-position: center right 18px;
  background-repeat: no-repeat;
  border: 2px solid #ccc;
}

.popuTop #pop_country_button {
  height: 46px;
  padding: 10px;
  width: 250px;
  border: 1px solid #3d472c;
  background: #a8aea0;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}
/* customized - joe */
.popuTop #pop_country_button_dorem {
	width: 250px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	padding: 8px;
	font-weight: 400;
    border-radius:20;
}
.popuTop #pop_country_button_dontrem {
  font-size: 12px;
}

.popuTop #pop_country_button:hover {
  background: transparent;
}

.poputc p {
  padding-top: 50px;
  padding-right:20px;
  padding-rifht:20px;
  font-size: 13px;
}
.poputc a {
  text-decoration: 2px underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 600px) {
  .popuTop {
    display: block;
  }

  .popuTop .popup-select {
    max-width: 260px;
    margin: 15px auto;
    display: table;
  }

  .prod_popup_div {
    width: 100vw;
  }
