.shop_allproduct .other_product_list .box .product_img {
  position: relative;
  overflow: hidden;
}
.shop_allproduct .other_product_list .box .product_img .soldout {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shop_allproduct .other_product_list .box .product_img .soldout p {
  color: #ffffff;
  font-size: 50px;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: #ffffff;
  color: #154759;
  text-align: center;
  font-weight: 800;
  padding: 10px 10px;
}

.shop_allproduct
  .other_product_list
  .box
  .product_detail
  .product_link
  a.soldout {
  background: #d7d7d7 !important;
  color: #fff !important;
}

.popup-module .popup-content .content a {
  color: #154759;
  text-decoration: underline;
}

.shop_allproduct
  .other_product_list
  .box
  .product_detail
  .product_link
  .soldout-text {
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: "Made Regular";
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #9c9c9c;
}

.newsubheader .language {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px;
  gap: 15px;
}

.newsubheader .language a {
  color: #234354;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.5;
}

.newsubheader .language a.current,
.newsubheader .language a:hover {
  opacity: 1;
}

.product_img_slider .swiper-slide .image {
  height: 520px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_img_slider .swiper-slide .image img {
  height: 100%;
}

.landingForm {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 20px;
}

.landingForm .cover {
  display: block;
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 0px;
  line-height: 1.3;
}

.landingForm .cover .title {
  font-weight: 800;
  font-size: 34px;
  padding-bottom: 20px;
  color: #154759;
  text-transform: uppercase;
}

.landingForm .cover .subtitle {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  color: #154759;
}

.landingForm .cover > p {
  padding-bottom: 30px;
}

.landingForm .cover .formCover {
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;

  row-gap: 30px;
}

.landingForm .cover .formCover .input-field {
  width: 49%;
}

.landingForm .cover .formCover textarea {
  font-family: "Montserrat", sans-serif;
  height: 183px;
  resize: none;
}

.landingForm .cover .formCover .input-field.full {
  width: 100%;
}

.landingForm .cover .formCover .input-field p {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
}

.landingForm .cover .formCover .input-field .input-field {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 36px;
  padding: 0px 14px;
}

.landingForm .cover .formCover .input-field .checkboxList {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  box-sizing: border-box;
}

.landingForm .cover .formCover .input-field .checkboxList .checkbox {
  position: relative;
}

.landingForm
  .cover
  .formCover
  .input-field
  .checkboxList
  input[type="checkbox"] {
  display: none;
}

.landingForm .cover .formCover .input-field .checkboxList label {
  padding-left: 25px;
  cursor: pointer;
}

.landingForm .cover .formCover .input-field .checkboxList .checkbox .box {
  height: 15px;
  width: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0px;
  background: #ffffff;
}

.landingForm
  .cover
  .formCover
  .input-field
  .checkboxList
  .checkbox
  .box:before {
  content: "";
  width: 4px;
  height: 9px;
  border-right: 2px solid #2fc3e5;
  border-bottom: 2px solid #2fc3e5;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 1px;
  display: none;
}

.landingForm
  .cover
  .formCover
  .input-field
  .checkboxList
  .checkbox
  > input:checked
  + .box:before {
  display: block;
}

.landingForm .cover .formCover .input-submit {
  padding-top: 20px;
}

.landingForm .cover .formCover .input-submit .submit {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 20px;
  border: solid 1px #2fc3e5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  background: #2fc3e5;
  width: 150px;
  text-transform: uppercase;
}

.landingForm
  .cover
  .formCover
  .input-field
  .checkboxList
  .checkbox
  .input-other {
  padding-left: 25px;
  margin-top: 5px;
  display: none;
}

.store_cover .storeCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0px 40px;
}

.store_cover .storeCategory a {
  padding: 15px 20px;
  background: #154759;
  color: #ffffff;
  border-radius: 7px;
  text-align: center;
  min-width: 100px;
  transition: all ease 0.3s;
}

.store_cover .storeCategory a:hover {
  background: #2fc3e5;
  transition: all ease 0.3s;
}

.store_cover #sidebar strong {
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}

.store_locator .store_cover #sidebar .store-list .storeCat {
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  background: #234354;
  color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.store_locator .store_cover #sidebar .store-list {
  padding-bottom: 40px;
}

.backtotop {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  background: #2fc3e5;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.backtotop span {
  margin-top: 3px;
}
