.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;
}

.login_register .form_cover .input-form .input-cover.mobileinput .input-field {
  padding-left: 61px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0) !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}

.dashboard > .dashcover > .content > .account > .form .row input#mobileno_code {
  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: 38px;
  line-height: 36px;
  padding: 0px 14px;
}

.event-ticket-purchase {
  width: 100%;
}

.event-ticket-purchase .ticket-option {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.event-ticket-purchase .ticket-option label {
  width: 100%;
}

.event-ticket-purchase .ticket-option label input {
  display: none;
}

.event-ticket-purchase .ticket-option label .ticketDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #234354;
  color: #ffffff;
  line-height: 1.3;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.event-ticket-purchase .ticket-option label .ticketDetails .title {
  font-weight: 800;
  padding-bottom: 10px;
  font-size: 18px;
}

.event-ticket-purchase .ticket-option label .ticketDetails .desc {
  line-height: 1.5;
  width: calc(100% - 190px);
  padding: 30px 20px;
  border-right: 2px dashed #79caf3;
}

.event-ticket-purchase .ticket-option label .ticketDetails .desc .ticketprice {
  background: #fcd404;
  color: #234354;
  padding: 7px 10px;
  border-radius: 8px;
  display: block;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}

.event-ticket-purchase .ticket-option label .ticketDetails .price {
  background: #79caf3;
  color: #234354;
  padding: 20px 10px;
  border-radius: 0px;
  font-weight: 700;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.event-ticket-purchase .ticket-option label .ticketDetails .price select {
  width: 100%;
  margin: 0 auto;
  padding: 7px 10px;
}

.event-ticket-purchase .ticket-option label .ticketDetails .price a.addticket {
  display: block;
  padding: 7px 10px;
  border-radius: 4px;
  background: #234354;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.event-ticket-purchase .ticket-option label .ticketDetails .price:before {
  content: "";
  position: absolute;
  left: -17px;
  top: -15px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #f9f9f9;
}

.event-ticket-purchase .ticket-option label .ticketDetails .price:after {
  content: "";
  position: absolute;
  left: -17px;
  bottom: -15px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #f9f9f9;
}

.event-ticket-purchase .purchase-form {
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  gap: 20px;
  border-radius: 6px;
  margin-top: 30px;
  justify-content: space-between;
  box-sizing: border-box;
}

.event-ticket-purchase .purchase-form .text {
  width: 100%;
  font-weight: 500;
  line-height: 1.3;
}

.event-ticket-purchase .purchase-form .input-cover {
  width: calc(50% - 10px);
}

.event-ticket-purchase .purchase-form .input-cover.full {
  width: 100%;
}

.event-ticket-purchase .purchase-form .input-cover p {
  padding-bottom: 10px;
}

.event-ticket-purchase .purchase-form .input-cover .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);
  padding: 10px 14px;
}

.event-ticket-purchase .purchase-form .input-cover .submit {
  position: relative;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 20px;
  border: solid 1px #2fc3e5;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  background: #2fc3e5;
  font-weight: 600;
  text-transform: uppercase;
}

.event-ticket-purchase .afterPurchase {
  background: #ffffff;
  border-radius: 6px;
  padding: 30px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.event-ticket-purchase .afterPurchase .title {
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

.event-ticket-purchase .afterPurchase p {
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}

.event-ticket-purchase .ticket-total {
  width: 100%;
  margin: 30px 0px;
  border-radius: 6px;
  overflow: hidden;
}

.event-ticket-purchase .ticket-total table {
  width: 100%;
  background: #ffffff;
}

.event-ticket-purchase .ticket-total table thead {
  background: #d7d7d7;
}

.event-ticket-purchase .ticket-total table tr th,
.event-ticket-purchase .ticket-total table tr td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.event-ticket-purchase .ticket-total table tr th:nth-child(2),
.event-ticket-purchase .ticket-total table tr td:nth-child(2) {
  text-align: center;
}

.event-ticket-purchase .ticket-total table tr th:nth-child(3),
.event-ticket-purchase .ticket-total table tr td:nth-child(3) {
  text-align: right;
}

.event-ticket-purchase .ticket-total table tr th:last-child,
.event-ticket-purchase .ticket-total table tr td:last-child {
  width: 50px;
}

.event-ticket-purchase .ticket-total table tr td .delete {
  cursor: pointer;
}

.event-ticket-purchase .ticket-total table tfoot tr td {
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #d7d7d7;
}

.event-ticket-purchase .ticket-total table tr td .amountcover {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.event-ticket-purchase .ticket-total table tr td .amountcover > span {
  width: 25px;
  height: 25px;
  background: #124759;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .event-ticket-purchase .ticket-option label .ticketDetails .desc {
    font-size: 14px;
    width: 100%;
  }

  .event-ticket-purchase .ticket-option label .ticketDetails .price {
    width: 100%;
    padding: 40px 20px;
    border-left: none;
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
  }

  .event-ticket-purchase .ticket-option label .ticketDetails .price:after {
    right: -17px;
    top: -15px;
    left: initial;
    bottom: initial;
  }

  .event-ticket-purchase .ticket-option label .ticketDetails .title {
    font-size: 16px;
  }

  .event-ticket-purchase .ticket-option label .ticketDetails {
    flex-wrap: wrap;
  }

  .event-ticket-purchase .purchase-form .input-cover,
  .event-ticket-purchase .purchase-form .input-cover .submit {
    width: 100%;
  }
}
