/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.2.1725978512
Updated: 2024-09-10 14:28:32

*/
.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 0 !important;
}

.woocommerce-variation-add-to-cart,
form.cart {
  flex-wrap: unset;
}

.row_parent .col {
  flex-basis: 350px !important;
  max-width: 350px !important;
}

.row_parent .row_child {
  justify-content: space-between !important;
  height: 100%;
}

.row_child .col-inner p {
  margin: 10px auto;
  height: 100%;
  max-height: 280px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.row_parent .col-inner {
  height: 450px;
}

.row_child .col_button {
  margin-top: auto;
}

.row_child .col_image {
  height: 100%;
  max-height: 50px;
}

.row_child .col_image img {
  /* object-fit: cover; */
  width: 100%;
  height: 100% !important;
  max-height: 50px;
}

.row_parent .col-inner {
  border-top: 5px solid var(--primary-color);
}

.row_child .col-inner {
  border: unset;
}

.row_child .col {
  background: dark !important;
}

.row_parent .col-inner .row_child .col-inner {
  height: 100% !important;
}

#tuvan {
  border-radius: 15px 15px 15px 0;
}

input.wpcf7-form-control {
  border-radius: 15px 15px 15px 0 !important;
  padding: 20px 20px;
}

input[type="submit"] {
  padding: unset;
  width: 60%;
}

.lightbox-content {
  max-width: 1280px !important;
}

@media (min-width: 850px) {
  .box_text_product_custom {
	align-items: center;
	justify-content: flex-end;
	padding: 20px 0;
    display: flex;
	flex-wrap: wrap !important;
  }
}

@media (max-width: 425px) {
  .box_text_product_custom {
    flex-direction: column;
  }
  .box_text_product_custom .box-text {
    max-width: 100%;
    padding: 0;
  }

  .box_text_product_custom
    .box-text
    .name.product-title.woocommerce-loop-product__title {
    display: block !important;
    max-width: 100%;
    white-space: wrap !important;
    overflow: auto !important;
    text-align: center;
    margin-bottom: 10px;
    text-overflow: unset;
  }
}

.box_text_product_custom {
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
}

.box_text_product_custom a.button.primary,
button.button {
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  font-size: 0.8rem;
  margin: 0px;
}

.box_text_product_custom .box-text {
  max-width: 250px;
  padding: 0;
}

.box_text_product_custom p.name.product-title {
}
.box_text_product_custom a {
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.button,
input[type="submit"] {
  border-radius: 10px 10px 10px 0px;
}

.product-custom .top {
  position: relative;
  height: 30px;
  width: 60%;
  margin: auto;
}

.product-custom .top .view-top {
  width: 100%;
  height: 100%;
  background-color: rgb(196, 19, 43);
  clip-path: polygon(13% 0px, 87% 0%, 100% 100%, 0px 100%);
}

.product-custom .package-info .name-package {
  width: 50%;
  height: 50px;
  background-color: rgb(238, 0, 51);
  margin: 0px auto;
  transform: translate(0px, -62.5%);
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}

.product-custom .package-info .name-package .ant-row .title p.name a {
  margin: 10px auto;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  color: rgb(255, 255, 255);
  text-overflow: ellipsis;
}

.product-custom .package-info .name-package {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-custom .ant-row {
  width: 100%;
}

.product-custom .package-info .name-package .ant-row .title p {
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-overflow: ellipsis;
  display: inline-flex;
  height: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-custom .package-info {
  width: 85%;
  height: 62%;
  background-color: rgb(255, 255, 255);
  margin: 0px auto;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 16px;
  z-index: 111;
  position: relative;
}

.product-custom .price-and-button {
  width: 100%;
  z-index: 0;
  height: 80%;
  background-color: rgb(238, 0, 51);
  margin: 0px auto;
  transform: translate(0px, 20%);
  border-radius: 15px;
  border: 1px solid rgb(12, 12, 32);
  padding-top: 270px;
}

.product-custom .price-and-button {
  position: absolute;
  top: 0;
  text-align: center;
}

.product-custom a.button.alert {
  width: 80%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  position: relative;
}

.product-custom .star-rating--inline {
  display: none;
}

.product-custom a.button.alert:hover {
  background-color: #ee0033 !important;
}

.product-custom a.button.alert:hover span {
  color: aliceblue !important;
}

.product-custom {
  position: relative;
  height: 470px;
  margin: 0 auto;
}

.product-custom .package-service {
  margin: 0 30px;
  border-radius: 15px;
  border: 1px solid rgb(181, 180, 180);
}

.product-custom .list-telecom-service ul {
  padding: 0;
  margin: 0;
}

.product-custom .is-diviner {
  height: 1px;
  width: 80%;
  background-color: white;
  margin: 0 auto;
}

.product-custom .price-and-button .price-wrapper .price {
  text-align: center;
}

.product-custom .price-and-button .price-wrapper bdi,
.product-custom .price-and-button .price-wrapper span {
  color: rgb(255, 255, 255) !important;
}
.product-custom .price-and-button .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fake_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 20px;
}

.fake_input span:nth-child(2) {
  color: #ee0033 !important;
}

.row_support_customer .col_left .col-inner {
  border-radius: 10px 0 0 10px;
}

.row_support_customer .col_right .col-inner {
  border-radius: 0 10px 10px 0;
}
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
    width: 100% !important;
}
