/* ================================================== */
/* Default WP Style */
/* ================================================== */

/* ================================================== */
/* Fix admin bar */
/* ================================================== */
@media only screen and (min-width: 783px) {
  .customize-support #jsHeader {
    margin-top: 32px;
  }
}

.vc-contact .wpcf7-not-valid-tip,
.vc-contact .wpcf7-response-output {
  color: #fff;
}

.vc-card__box span.waiting {
  color: #034ea1;
}
.vp-profile__avatar-nav img#avatar_show {
  left: -51px;
  width: auto !important;
  border-radius: 50%;
}
.vp-profile__sidebar-avatar img#avatar_show {
  border-radius: 50%;
}
.delete-hoc-van-js,
.delete-chung-chi-khac-js,
.delete-ngoai-ngu-js,
.delete-kinh-nghiem-js {
  float: right;
  margin-left: 10px;
}

.bootstrap-switch-square {
  float: left;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 96px;
  height: 36px;
  padding: 1px;
  border-radius: 3px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 9px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #007aff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: -5px;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 70px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.vc-btn--apply {
  background-color: #ae2c23;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 10px 15px;
  transition: background-color 0.25s;
}
.vc-btn--save:hover,
.vc-btn--save.saved {
  background-color: #034ea1;
  color: #fff;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.vc-btn--save {
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 50px;
  color: #034ea1;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 9px 15px;
  transition: background-color 0.25s;
}
.vc-job {
  background-color: #f6f6f6;
  border-radius: 22px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.vc-icon {
  height: 1em;
  transition: fill 0.25s;
  width: 1em;
}
.vc-job__info {
  font-size: 1.125rem;
  color: #1f1f1f;
  margin-bottom: 10px;
  padding-left: 25px;
  width: 100%;
}
.vc-job__info img {
  left: 0;
  top: 3px;
  width: 18px;
}
.vc-btn--apply svg {
  fill: currentColor;
  font-size: 1rem;
  margin-right: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.ck-editor__editable_inline {
  min-height: 400px;
}

button.multiselect {
  background-color: initial;
  border: 1px solid #ced4da;
  width: 100%;
}

.btn-group {
  width: 100%;
}
.multiselect-container {
  width: 100%;
}
.vc-textarea ul li {
  list-style: none;
}

#formId .submit_anh_upload {
  background: none;
  border: none;
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
}

#formId .icon-avatar-upldate {
  margin-right: -20px !important;
}

.vp-profile__avatar-nav label,
.vp-profile__avatar-nav a {
  color: #22346a;
  font-size: 1rem;
  padding: 5px 15px 5px 40px;
  transition: color 0.25s;
}
.anh_upload {
  display: none;
}

.vp-profile__avatar-nav img.avatar {
  left: -50px;
  width: auto !important;
}

a:hover {
  text-decoration: none;
}

.vc-select select {
  padding: 7px 23px 6px 15px;
}

.content-area {
  /* margin-top: 150px; */
}

/*.vl-default {
  padding-top: 90px;
}*/
li {
  list-style: none;
}

.vc-product__card .vc-btn--icon-red .sp-wqv-view-button.after_add_to_cart {
  /* display: none !important; */
}

.vc-btn--icon-red > #sp-wqv-view-button {
  position: absolute;
  top: -100px;
  left: -10px;
  color: #fff;
}

.vc-product__card .button.add_to_cart_button,
.tinvwl_add_to_wishlist-text,
#sp-wqv-view-button {
  color: #fff !important;
}
.tinvwl_add_to_wishlist_button:before {
  color: #fff !important;
}

.vc-product__like {
  background: #dd6e6d !important;
}

#ru-message ul.alert-error {
  margin-top: 20px;
  margin-bottom: 20px;
}
#ru-message ul.alert-error li {
  color: #fff;
}

table.variations {
  width: 100%;
}
.cart .tinv-wishlist {
  margin: 0px;
  padding: 0px;
}

.vc-product .vc-product__card:hover #sp-wqv-view-button {
  opacity: 1;
  visibility: visible;
  color: #ae2c23;
}

.vc-product__info {
  position: absolute;
  max-width: 200px;
}

.vc-product__info .vc-product__view {
  left: -186px;
  /* right: 0px; */
  bottom: -82px;
}
.vc-blog__content > .the_champ_sharing_container {
  display: none;
}

#comment {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s;
  width: 100%;
}

.cart-collaterals .cart_totals {
  width: 100% !important;
}

td.product-price {
  background-color: #f6f6f6;
  text-align: center;
}
.vp-booking__table table td.product-remove {
  background-color: #fff !important ;
}
.quantity {
  display: flex;
}

.quantity span {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
  color: #034ea1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  height: 30px;
  font-weight: 700;
}

.quantity .qty {
  width: 30px !important;
  text-align: center;
}

.quantity input {
  background-color: #034ea1;
  color: #fff;
  border-width: 0;
  font-size: 1rem;
  height: 30px;
  font-weight: 700;
  width: 38px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity span:hover {
  background-color: #ae2c23;
  border-color: #ae2c23;
  cursor: pointer;
  color: #fff;
}

.quantity span:last-child {
  border-left-width: 0;
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}

.quantity span:last-child:hover {
  background-color: #d0a33e;
  border-color: #d0a33e;
}

div.coupon:not(.under-proceed) {
  display: none !important;
}

.vp-booking__table table td .vc-btn--icon-red {
  /* font-size:  1.0625rem; */
  font-size: 1rem;

  /* padding: 7px 20px 6px 35px; */
}

.vp-booking__table table td {
  color: #1f1f1f;
  border-bottom: 1px solid #034ea1;
  font-size: 1rem;
  padding: 15px;
  vertical-align: top;
}

.vp-booking__table table {
  /* font-size: 1rem; */
  border-collapse: collapse !important;
  border: 1px solid #034ea1 !important;
  width: 100%;
  border-radius: 5px !important
  ;
}

.vp-booking .vp-booking__input button {
  width: 99px !important;
}

.product-price .del-price {
  display: none;
}

.product-price_regular .gia-giam {
  display: none;
}

.vp-booking .vc-product__card .row > * {
  min-height: 80px;
}

.woocommerce table.shop_table td {
  padding: 0px;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table td {
  border-top: none;
}
.v-box dl.variation {
  display: none;
}
.cart_item .product-name {
  min-width: 232px;
}

.vc-btn--icon-blue {
  margin-bottom: 20px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  min-width: 60px;
  /* box-shadow: none; */
}

.vp-booking__table table td .name {
  font-weight: 700;
}
.shop_table .cart_item .product-name {
  padding-left: 20px;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}

.v-box .cart_item .product-name {
  padding-left: 0px;
  min-width: 275px;
}
.v-box .cart_item {
  margin: 0 0 15px;
  padding: 0;
}
.vc-product__avatar img {
  min-width: 30px;
}

.vc-product__price:hover {
  color: #ae2c23;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s;
  width: 100%;
}

.select2-container--default .select2-selection--single,
.woocommerce-billing-fields .select {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #1f1f1f;
  font-size: 1rem;
  height: 58px;
  padding: 16px 35px 16px 20px;
  transition: background-color 0.25s;
  width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s;
  width: 100%;
}

.woocommerce-input-wrapper .select {
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -18px;
  margin-top: 12px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  /* border-radius: 5px; */
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f6f6f6;
  border-radius: 6px;
  color: #1f1f1f;
  font-size: 1rem;
  padding: 15px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f6f6f6;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.wc_payment_method label {
  cursor: pointer;
}

.shop_table .product-thumbnail {
  padding-left: 10px !important;
  min-width: 55px !important;
}

#wqv-quick-view-content .vp-product__flashsale {
  padding: 9px 13px 9px 13px;
}

#wqv-quick-view-content .vp-product__col {
  align-items: center;
  display: flex;
}
#wqv-quick-view-content .product_meta {
  display: none;
}

#wqv-quick-view-content .quantity input {
  background-color: #034ea1;
  color: #fff;
  border-width: 0;
  font-size: 1rem;
  height: 30px;
  font-weight: 700;
  width: 38px;
}

#wqv-quick-view-content .quantity .minus,
#wqv-quick-view-content .quantity .plus {
  display: flex !important;
}
#wqv-quick-view-content .quantity {
  display: flex !important;
}

#wqv-quick-view-content .quantity .qty,
#wqv-quick-view-content .quantity .qty {
  margin: 0px;
}

#wqv-quick-view-content img {
  height: auto;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.google .theChampFacebookLogin {
  display: none !important;
}
.facebook .theChampGoogleLogin {
  display: none !important;
}

.theChampGoogleBackground {
  border-radius: 50%;
}

.theChampFacebookBackground {
  border-radius: 50%;
}

.vp-profile__sidebar-avatar-menu img {
  border-radius: 50%;
}
#ru-message {
  color: #fff;
  margin-top: 20px;
}

#wqv-quick-view-content .vp-product__flashsale__price {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

.comment-form-author input,
.comment-form-email input {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s;
  max-width: 400px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  /* font-size: 100%; */
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0px;
  font-weight: 700;
  border-radius: none;
  left: auto;
  color: #515151;
  background-color: #fff;
  border: 0;
  display: inline-block;
  background-image: transparent;
  box-shadow: none;
  text-shadow: none;
}
.vc-btn--primary:hover input#submit {
  background-color: #17469e !important;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
}

#commentform .wp-social-login-widget {
  display: none;
}

.vp-booking .woocommerce-customer-details {
  display: none;
}

.vp-booking__table .vc-table table {
  border: none !important;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  width: 100%;
}

.v-box .vp-booking__head {
  max-width: 400px;
}

.the_champ_sharing_title {
  display: none;
}
.vc-blog__tag {
  margin-top: 15px;
}

.wc-block-product-search__field {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px;
  padding: 10px 15px;
  transition: background-color 0.25s;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wc-block-product-search .wc-block-product-search__button {
  display: flex;
  align-items: center;
  margin: 14px 0 0 6px;
  cursor: pointer;
  padding: 0 0.5em;
  position: relative;
  overflow: hidden;
  height: 55px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  /* background-color: #034ea1; */
}

/*select.vc-dropdown--sort option {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  list-style: none;
  max-height: 300px;
  margin: 0;
  overflow-y: auto;
  padding: 15px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.vp-product__sort div {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding-top: 10px;
  transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
  transition: visibility 0.25s;
  width: 100%;
  z-index: 9999;
}*/

.woocommerce .woocommerce-result-count {
  display: none;
}

/*.vp-product .vc-dropdown--sort {
  width: 296px;
  height: 33px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 7px;
  background-color: #fff;
  list-style: none;
  max-height: 300px;
  margin: 0;
  overflow-y: auto;
  padding-left: 10px;
}*/
.wc-block-product-search__label {
  font-size: 1.625rem;
  font-weight: 700;
}
p.offer_date {
  margin-top: 12px;
}

.widget-title.wpc-filter-title {
  color: #1f1f1f;
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.wpc-filter-content input {
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 3px;
  content: "✓";
  color: transparent;
  display: inline-flex;
  font-size: 0.875rem;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s, color 0.25s;
  width: 18px;
}

.wpc-filter-content label a {
  color: #1f1f1f;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 22px;
  transition: color 0.25s;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #034ea1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  top: -8px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #bdbdbd;
  border-width: 0;
  height: 4px;
}
.price_slider_wrapper .price_slider_amount .price_label {
  color: #034ea1;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.wpc-filter-content .wpc-term-count {
  display: none;
}

/*.vp-product .vp-product__sort {
  margin-bottom: 10px;
  display: flex;
}*/

.wpc-filter-content label a:hover {
  color: #034ea1;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 22px;
  transition: color 0.25s;
}

.vp-product__timer__time .hurrytimer-headline {
  display: none !important;
}

/* .vp-product__timer__time .hurrytimer-timer, .vp-product__timer__time .hurrytimer-timer-block {
  background-color: #fff;
  border: 2px solid #dd6e6d;
  border-radius: 12px;
  color: #22346a;
  font-size: 1.6875rem;
  font-weight: 600;
  height: 78px;
  margin-left: 10px;
  width: 78px;
} */

.hurrytimer-timer-block {
  position: relative;
  display: flex;
  margin-right: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color: #fff;
  border: 2px solid #dd6e6d;
  border-radius: 12px;
  color: #22346a;
  font-size: 1.6875rem;
  font-weight: 600;
  height: 60px;
  margin-left: 10px;
  width: 60px;
}

.vp-product__timer__time .hurrytimer-timers-sep {
  color: #fff !important;
}

.vc-product--flash-sale .vc-product__price {
  background-color: transparent;
}

.vc-product--flash-sale .vc-btn--icon-red > #sp-wqv-view-button {
  top: -130px;
}

.wqv-product-info p.offer_date {
  margin: 0px;
}

#wqv-quick-view-content .vp-product__flashsale__timer {
  max-width: 274px;
}

.vc-lookup .v-box {
  box-shadow: none;
}
.vc-lookup .vp-booking__col {
  margin-bottom: 15px;
  font-weight: 700;
}
.vc-lookup .vp-booking__col .amount,
.vc-lookup .vp-booking__col.text-end {
  font-weight: 300;
}
.vc-lookup .woocommerce-table tbody tr td:nth-child(3) {
  display: none;
}

.vc-lookup .vp-booking__table table {
  border: 1px solid #034ea1;
  border-collapse: collapse;
  font-size: 1rem;
  min-width: 100px !important;
  width: 100%;
}

.vp-booking__table .woocommerce-table__product-total {
  text-align: center;
}

.btn-icon-order {
  bottom: 21px;
  right: 17px;
  border: none;
  background-color: unset;
}

.btn-icon-order:hover svg {
  fill: #d0a33e;
}

#wqv-quick-view-content .wqv-product-content .vc-headline--blog,
#wqv-quick-view-content .wqv-product-content .woocommerce-product-rating {
  margin-bottom: 0px;
}

table.vp-product__toolbar tbody,
table.vp-product__toolbar td,
table.vp-product__toolbar th,
table.vp-product__toolbar tr {
  padding: 10px 20px 0;
}

#wqv-quick-view-content table.vp-product__toolbar tbody,
#wqv-quick-view-content table.vp-product__toolbar td,
#wqv-quick-view-content table.vp-product__toolbar th,
#wqv-quick-view-content table.vp-product__toolbar tr {
  padding: 0px 20px 0;
}

table.vp-product__toolbar tr:last-child td,
#wqv-quick-view-content table.vp-product__toolbar tr:last-child th {
  padding-bottom: 20px !important;
}
.woo-selected-variation-item-name {
  display: none;
}

.vp-product__toolbar tbody tr th.label {
  width: 150px;
}

.button-variable-item-ao-nam {
  width: 150px;
  height: 30px;
}

.vp-product__toolbar
  tbody
  tr
  td.woo-variation-items-wrapper
  ul
  li.variable-item {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #000;
  height: 50px;
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding-left: 0;
  transition: color 0.25s, border-color 0.25s;
  width: 50px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #4267b2 !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  box-shadow: none !important;
}

.wqv-product-info .woocommerce-product-rating .woocommerce-review-link {
  display: block !important;
}

.woocommerce .woocommerce-product-rating {
  border-bottom: 1px solid #bdbdbd;
}

#wqv-quick-view-content.sp-wqv-content {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%);
  border-radius: 22px;
  max-width: 96vw;
  padding-bottom: 10px;
  width: 850px;
}

.wqv-product-info {
  width: 60%;
}

.wqv-product-images {
  width: 40%;
}

#wqv-quick-view-content .vp-product__wrap {
  margin-bottom: 0px;
}

#wqv-quick-view-content .vp-product__price {
  font-size: 1.5625rem;
  margin-bottom: 5px;
}

#wqv-quick-view-content .wqv-product-info {
  padding: 10px 20px 4px 20px;
}

.mfp-wqv #wqv-quick-view-content .mfp-close {
  top: 10px;
  right: 10px;
}
#wqv-quick-view-content .vp-product__wrap .woocommerce {
  display: none;
}

#wqv-quick-view-content .vc-btn--icon-blue {
  /* margin-bottom: 0px; */
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.vp-profile__table table tr:first-child td {
  border: none;
}

.vp-profile__table table tr:first-child {
  background-color: transparent;
  border-bottom: 1px solid #034ea1;
}

.vp-profile__table table thead {
  background-color: transparent;
  border: 1px solid #034ea1;
  height: 51px;
  background-color: #f6f6f6;
}

.vp-profile__table table thead tr th {
  padding-left: 15px;
  border: 1px solid #034ea1;
  color: #000;
}

.vp-booking__table table {
  min-width: unset;
}

#wqv-quick-view-content.sp-wqv-content {
  min-height: 421px;
  max-height: 500px;
}
.product_meta {
  display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
}

.vp-booking__col {
  margin-top: 5px;
}

.vp-profile__table p.success {
  color: #27ae60;
}
.vp-profile__table p.pending {
  color: #0d5f36;
}
.vp-profile__table p.cancel {
  color: #ae2c23;
}
.vp-profile__table p.hold {
  color: #ec8918;
}
.vp-profile__table p.inprogress {
  color: #2f80ed;
}

.vp-profile__table table td {
  padding: 5px;
}
.vp-profile__table .woocommerce-orders-table__cell pre {
  display: none;
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #1f1f1f;
  font-size: 1rem;
  height: 58px;
  padding: 16px 35px 16px 20px;
  transition: background-color 0.25s;
  width: 100%;
}
#shipping_address_1_field {
  width: 100%;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  margin: 0;
}

.product-action .vc-btn--icon-blue {
  min-width: 253px;
}

/*span.woocommerce-Price-currencySymbol {
  display: none;
}*/
.vc-top__switch {
  background-color: #fff;
  border-radius: 25px;
  bottom: 0;
  cursor: pointer;
  height: 25px;
  margin-left: 15px;
  width: 80px;
}
.vc-top__switch a.current {
  background: linear-gradient(
    90deg,
    #ae2c23 1.95%,
    #a7362e 24.56%,
    #ae2c23 69.28%,
    #a7362e 98.43%
  );
  color: #fff;
}
.vc-top__switch a {
  border-radius: 25px;
  color: #044a98;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  padding: 0 10px;
  width: 50%;
  z-index: 2;
}

.vp-profile__avatar-img {
  width: 180px;
  height: 180px;
  top: 0;
  left: 49px;
  cursor: pointer;
}
label.icon-avatar-upldate {
  display: flex;
  align-items: center;
}

input.anh_upload {
  display: none;
}

.vp-profile__avatar__img {
  cursor: pointer;
}

.vp-profile__avatar__img img {
  border-radius: 50%;
}

.vp-booking .v-box .vp-booking__sum:before {
  left: -37px;
}

.order_details .vp-booking__table table td:nth-child(5),
.order_details .vp-booking__table table td:nth-child(6) {
  background-color: #fff;
}

.vp-booking__table table td {
  border-bottom: 1px solid #fff;
}

.vp-booking__table table td .name {
  /* margin-left: 20px; */
}

/*.vc-select select,
.vc-select--sort select {
  height: 54px;
}*/

.woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description li {
  list-style: initial;
}

/*.vc-headline,
.vc-headline--sidebar,
.vc-headline--blue,
.vc-headline--blog,
.vc-headline--primary,
.vc-headline--flash-sale,
.vc-headline--small,
.vc-headline--white {
  margin-top: 15px;
}*/

@media only screen and (max-width: 600px) {
  .vc-contact {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .vl-header__user,
  .vl-header__cart,
  .vl-header__search {
    z-index: 10;
  }
}

@media only screen and (max-width: 1200px) {
  .vl-header__user,
  .vl-header__cart,
  .vl-header__search {
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .vc-carousel--featured .splide__arrow--prev,
  .vc-carousel--featured .splide__arrow--next {
    top: -78px;
  }

  .vc-carousel--product .splide__arrow--prev,
  .vc-carousel--product .splide__arrow--next {
    top: -127px;
  }
}

li.variable-item.button-variable-item.button-variable-item-ao-nam,
li.variable-item.button-variable-item.button-variable-item-ao-nu {
  border: 1px solid #fff;
  border-radius: 8px !important;
  width: 50px !important;
}

li.variable-item.button-variable-item.button-variable-item-ao-nam:hover,
li.variable-item.button-variable-item.button-variable-item-ao-nu:hover {
  border-color: #034ea1;
}

.woocommerce p.stars a:before {
  color: #ff8a00;
}

.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
  width: 42px;
  height: 42px;
}
#wqv-quick-view-content.sp-wqv-content {
  max-height: 580px;
}

#wqv-quick-view-content .wqv-product-content .vc-headline--blog,
#wqv-quick-view-content .wqv-product-content .woocommerce-product-rating {
  margin-bottom: 15px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.tinvwl_add_to_wishlist-text,
#sp-wqv-view-button {
  color: #fff !important;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin: 5px !important;
  /* border-radius: 5px; */
}

.tinv-wraper.woocommerce.tinv-wishlist {
  position: absolute;
  top: 12px;
  right: 0;
  background: #dd6e6d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
}
.vc-product__col {
  position: relative;
}

.vc-product__col:hover .xoo-qv-button {
  visibility: inherit;
}

a.xoo-qv-button {
  top: 60% !important;
  left: 20% !important;
  position: absolute;
  transform: translate(-50%, -50%);
  visibility: hidden;
  border: none !important;
  background: #034ea1 !important;
  color: #fff !important;
  border-radius: 16px !important;
}

.vc-product__card a.button.product_type_variable.add_to_cart_button {
  /* display: none; */
}

.star-rating span,
.star-rating span:before {
  color: #ff8a00 !important;
}
.star-rating {
  margin-bottom: 5px;
}
span.price {
  padding-bottom: 10px;
}
h2.woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 600;
  min-height: 42px;
  margin-bottom: 10px;
}

.xoo-qv-btn-icon {
  color: #fff !important;
}

.xoo-qv-panel-active {
  top: 10%;
}

.woocommerce div.product div.images div.thumbnails {
  display: flex;
}

.xoo-qv-modal .tinv-wishlist {
  display: none !important;
}

.tinvwl_add_to_wishlist_button {
  /*width: 106px;*/
  padding: 4px;
}

.vc-product__like {
  padding: 0px;
}

h2.woocommerce-loop-product__title {
  font-size: 1rem;
  color: #000;
  margin-top: 10px;
}

.vc-product__col:hover .h2.woocommerce-loop-product__title {
  color: #0a58ca;
}
.vc-product__card:hover .xoo-qv-button {
  visibility: inherit;
}

.vc-product__card .woocommerce img,
.vc-product__card .woocommerce-page img,
.vc-product__card > .woocommerce-loop-product__link > img {
  /* height: 275px; */
}

.xoo-qv-modal .variations > tbody > tr {
  display: flex;
  /* align-items: center; */
}

.add_to_cart_button {
  background-color: #034ea1 !important;
  border-radius: 25px !important;
  color: #fff !important;
  padding: 10px 20px !important;
}

.vc-carousel--featured .woocommerce-loop-product__title {
  color: #fff !important;
}
.vc-carousel--featured
  .vc-product__card:hover
  .woocommerce-loop-product__title {
  color: #000 !important;
}

@media only screen and (max-width: 1200px) {
  .vc-product__card .button.add_to_cart_button {
    display: none;
  }

  .shop_table .cart_item .product-name {
    padding-left: 0px;
  }
  .quantity {
    display: block;
  }

  .woocommerce-cart-form__cart-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tinv-wraper {
    display: none !important;
  }
}

.vc-product__avatar1 img{
  height: auto !important;
}

.vc-product__info .tinv-wraper.woocommerce.tinv-wishlist {
  top: -8px !important;
  right: 227px !important;
}


.vc-product__info a.add_to_cart_button {
  font-size: 0.9rem !important;
}
.vc-product__info .vc-product__price del {
  display: flex;
}

.vc-product__info.woocommerce .star-rating {
   float: left !important;
   width: 100%;
}
.vc-product__card .tinvwl_add_to_wishlist-text {
  font-size: 0.9rem;
}

/* LynkNeo add as required 2022/09/27 START */
.vc-category__item em {
  text-transform: uppercase;
}

.hsu-signup {
  background: #ae2c23 url(../img/pro/common/bg-contact.jpg) no-repeat 0 0/55%;
  background-size: contain;
  padding: 50px 0;
}
.hsu-signup .container {
  z-index: 3;
}
.hsu-signup::after {
  background: url(../img/pro/common/bg-contact-01.png) no-repeat 0 0/auto 100%;
  content: "";
  height: 100%;
  right: -28.6458333333vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hsu-signup__label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
  padding-left: 15px;
}
@media only screen and (max-width: 1700px) {
  .hsu-signup {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .hsu-signup::after {
    right: -26.0416666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .hsu-signup {
    background: #ae2c23 url(../img/pro/common/bg-02.jpg) no-repeat 0 0/100%;
    overflow: hidden;
    padding-top: 52vw;
  }
  .hsu-signup .vc-form__input input {
    height: 40px;
  }
  .hsu-signup::after {
    background: url(../img/pro/common/bg-contact-02.png) no-repeat 0 0/100%;
    content: "";
    height: 100%;
    right: 0;
    top: 12.5vw;
  }
  .hsu-signup::before {
    display: none;
  }
}

@media only screen and (min-width: 1200.02px) {
  .vl-nav > ul > li > a {
    /*font-size: 1.025rem;*/
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .vl-nav > ul > li > a {
    font-size: 1.025rem;
  }
}
/* LynkNeo add as required 2022/09/27 END */

.wp_google_login {
  margin: 0 auto !important;
}

/* LynkNeo add live chat messenger, fix "to top" bottom 2022/11/20 START */
.vl-totop.show {
  bottom: 100px;
}
/* LynkNeo add live chat messenger, fix "to top" bottom 2022/11/20 END */

/* LynkNeo add SNS 2022/11/21 START */
.vc-contact__sticky {
  border: 1px solid #ccc;
  border-bottom-width: 0;
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.25s;
  width: 50px;
  z-index: 9999;
}
.vc-contact__sticky-input {
  display: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky {
  left: -50px;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back {
  border: 1px solid #ccc;
  border-left-width: 0;
  height: 35px;
  left: 50px;
  width: 35px;
}
.vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back svg {
  font-size: 0.75rem;
  transform: rotate(180deg);
}
.vc-contact__sticky-back {
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
  height: 50px;
  margin: 0;
  transition: background-color 0.25s, border 0.25s, left 0.25s, width 0.25s;
}
.vc-contact__sticky-back svg {
  fill: #2952A0;
  font-size: 1.6rem;
  z-index: 1;
}
.vc-contact__sticky-back:hover {
  background-color: #E9F3F5;
  cursor: pointer;
}
.vc-contact__sticky-item {
  border-bottom: 1px solid #ccc;
  height: 50px;
  margin: 0;
}
.vc-contact__sticky-item::before {
  background-color: #f6f6f6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s;
  width: 100%;
  z-index: 1;
}
.vc-contact__sticky-item img,
.vc-contact__sticky-item svg {
  fill: currentColor;
  font-size: 3rem;
  max-height: 25px;
  z-index: 1;
}
.vc-contact__sticky-item span {
  background-color: #2952A0;
  border-radius: 0 15px 15px 0;
  color: #fff;
/*  font-size: 1.6rem;*/
  font-size: 1rem;
  left: -250px;
  height: 100%;
  top: 0;
  transition: left 0.25s;
  width: 150px;
  z-index: 0;
}
.vc-contact__sticky-item:hover {
  cursor: pointer;
}
.vc-contact__sticky-item:hover::before {
  background-color: #E9F3F5;
}
.vc-contact__sticky-item:hover span {
  left: 43px;
}
@media only screen and (max-width: 991.98px) {
  .vc-contact__sticky {
    left: -1px;
    width: 50px;
  }
  .vc-contact__sticky-input:checked + .vc-contact__sticky {
    left: -50px;
  }
  .vc-contact__sticky-input:checked + .vc-contact__sticky .vc-contact__sticky-back {
    left: 50px;
  }
  .vc-contact__sticky-back {
    height: 50px;
  }
  .vc-contact__sticky-back svg {
    font-size: 1.4rem;
  }
  .vc-contact__sticky-item {
    height: 50px;
  }
  .vc-contact__sticky-item img {
    max-height: 25px;
    max-width: 25px;
  }
  .vc-contact__sticky-item svg {
    font-size: 1.4rem;
  }
  .vc-contact__sticky-item span {
    left: -200px;
    width: 200px;
  }
  .vc-contact__sticky-item:hover span {
    left: 53px;
  }
}

.vc-contact-btn {
  transition: right 0.5s, bottom 0.5s;
  z-index: 999;
}
.vc-contact-btn svg {
  fill: #fff;
}
.vc-contact-btn--inner {
  border: 2px solid #E9F3F5;
  border-radius: 50%;
  bottom: -300px;
  left: 10px;
}
.vc-contact-btn--inner.sticky {
  bottom: 10px;
}
.vc-contact-btn--inner.click .vc-contact-btn__icon::before {
  opacity: 1;
}
.vc-contact-btn--inner img {
  border-radius: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .vc-contact-btn--inner {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
}
.vc-contact-btn__icon {
  background-color: #186C91;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 66px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.5s;
  width: 66px;
}
.vc-contact-btn__icon:hover {
  background-color: #D8E6EC;
}
.vc-contact-btn__icon:hover span {
  background-color: #D8E6EC;
}
.vc-contact-btn__icon span {
  background-color: #186C91;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 3rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 1;
}
.vc-contact-btn__icon span.fadeInRight {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vc-contact-btn__icon span.slideInDown {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vc-contact-btn__icon span.active {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  align-items: center;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.vc-contact-btn__icon::before {
  align-items: center;
  background-color: #186C91;
  border-radius: 50%;
  content: "✗";
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 3rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .vc-contact-btn__icon {
    background-color: #fff;
    height: 50px;
    width: 50px;
  }
  .vc-contact-btn__icon span {
    background-color: #fff;
    font-size: 2rem;
    color: #186C91;
  }
  .vc-contact-btn__icon span svg {
    fill: #186C91;
  }
}
.vc-contact-btn--info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.29);
  bottom: 90px;
  display: none;
  flex-direction: column;
  padding: 10px 0;
  right: 5px;
  width: 195px;
}
.vc-contact-btn--info::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  left: 70%;
  position: absolute;
  top: 100%;
  width: 0;
}
.vc-contact-btn--info.click {
  display: flex;
}
.vc-contact-btn--info.zoomIn {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.vc-contact-btn--info.zoomOut {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.vc-contact-btn--info .vc-contact-btn__item {
  align-items: center;
  display: flex;
  padding: 5px 15px;
  text-decoration: none;
  width: 100%;
}
.vc-contact-btn--info .vc-contact-btn__item:hover span {
  color: #D8E6EC;
}
.vc-contact-btn--info .vc-contact-btn__item i {
  align-items: center;
  background-color: #186C91;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.vc-contact-btn--info .vc-contact-btn__item span {
  color: #186C91;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 10px;
  text-align: left;
  transition: color 0.5s;
  width: calc(100% - 50px);
}
.vc-contact-btn--info .vc-contact-btn__item em {
  color: #186C91;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
}

.vc-sticky-nav {
  background-color: #fff;
  bottom: -100vh;
  left: 0;
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
  z-index: 12000;
}
.vc-sticky-nav.sticky {
  bottom: 0;
  opacity: 1;
}
.vc-sticky-nav__head {
  background-color: #034ea1;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 15px;
}
.vc-sticky-nav__close {
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}
.vc-sticky-nav__item {
  border-bottom: 1px solid #F3F3F3;
  color: #000;
/*  font-size: 1.5rem;*/
  font-size: 1rem;
  padding: 7px 15px;
  transition: background-color 0.25s, color 0.25s;
}
.vc-sticky-nav__item:hover {
  background-color: #034ea1;
  color: #fff;
  text-decoration: none;
}
/* LynkNeo add SNS 2022/11/21 END */

/* LynkNeo add 2023/01/15 START */
.vc-product__card:hover .price {
  color: #AE2C23;
}
.vc-product__card:hover .price del {
  color: #828282;
}
.vc-product__card .price {
  color: #AE2C23;
  font-size: 1.375rem;
  font-weight: 600;
}
.vc-product__card .price del {
  color: #828282;
  font-weight: 400;
  margin-left: 5px;
  font-size: 1rem;
}
.vc-product--featured .price {
  color: #F3DC92;
}
.vc-product--featured .price del {
  color: #E0E0E0;
}
.vc-product--flash-sale .price {
  background-color: #F6F6F6;
  margin: 0 -10px 10px;
}
@media only screen and (max-width: 1200px) {
  span.price {
    font-size: 1rem;
  }
  span.price del {
    font-size: 0.8125rem;
  }
}
.vc-product--featured .price {
  color: #F3DC92;
}
.vc-product--featured .price del {
  color: #E0E0E0;
}
.vc-product--flash-sale .price {
  background-color: #F6F6F6;
  margin: 0 -10px 10px;
}
@media only screen and (max-width: 576px) {
  .vc-product .price,
  .vc-product--flash-sale .price {
    font-size: 0.875rem;
    margin-left: -5px;
    margin-right: -5px;
  }
  .vc-product .price del,
  .vc-product--flash-sale .price del {
    font-size: 0.75rem;
  }
}
.vp-booking .price {
  color: #1F1F1F;
  font-size: 1rem;
}
.vp-booking .price del {
  font-size: 1rem;
}
.price ins {
  text-decoration: none;
}

.vp-product__thumbnail__item {
  overflow: hidden;
}
/* LynkNeo add 2023/01/15 END */

/* LynkNeo add 2023/01/30 START */
div.woocommerce-pagination ul {
  align-items: center;
  justify-content: center;
}

.vc-article__card .vc-article__txt p {
  margin-bottom: 0;
}

.vl-popup--filter .vl-popup__content {
  height: 98%;
  overflow: auto;
}
/* LynkNeo add 2023/01/30 END */

/* LynkNeo add 2023/02/15 START */
@media (min-width: 1200px) {
  .vc-select--sort select {
    min-width: 300px;
  }
}
/* LynkNeo add 2023/02/15 END */