/** Shopify CDN: Minification failed

Line 181:2 "padding-rifht" is not a known CSS property
Line 207:1 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;
  width: 100%;
  max-width: 620px;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  border-radius: 15px;
  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:26px;
	padding: 10px 15px;
	text-align: left;
}
.popup-select-lable .icon-caret{
    position: absolute;
    top: 17px;
    right: 13px;
    height: 15px;
    width: 15px;
}
.popup-select #pop_country {
  z-index: 1;
	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;
}

/* customized - joe */
.popuTop #pop_country_button_dorem {
  cursor: pointer;
	width: 250px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	padding: 8px;
	font-weight: 400;
  border-radius:20;
}
.popuTop #pop_country_button_dontrem {
  cursor: pointer;
  padding:10px;
  font-size: 12px;
  border: none;
  background: none;
  text-decoration: underline;
  text-underline-offset:3px;

}
.poputc p {
  padding-top: 50px;
  padding-right:20px;
  padding-rifht:20px;
  font-size: 13px;
}
ul#pop_country{
  padding-inline-start: 0px;
}
ul#pop_country li{
  list-style: none;
}
@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;
  }
/* Country selector header - Joe */
.disclosure__list-wrapper.country-selector{
  width: 20rem;
}