/*
Theme Name: Serpify
Description: Serpify Theme
Version: 1.0
Text Domain: serpify
*/

.header_logo {
  min-width: 14.5rem;
}
.header_actions {
  min-width: 19rem;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  margin: 1em 0 0 0;
  padding: 0.5rem 1rem;
}

.login label.checkbox {
  margin-bottom: 0;
}

.btn-cl {
  font-size: 1.8rem;
  font-weight: 600;
  height: auto;
  padding: 0;
}
.btn-cl:hover {
  color: #d4ffac !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}

.account_content {
  width: 100%;
}

.cart_section .sc_content {
  padding: 7rem 0;
}
.cart_section .row {
  margin-left: 0;
  margin-right: 0;
}
.cart_section .sc_text > .woocommerce {
  margin-top: 4rem;
  margin-bottom: 0;
}
.woocommerce-cart-form table {
  width: 100%;
}

table.shop_table_head {
  font-size: 1.6rem;
  background: #fff;
  padding: 12px 0 12px 25px;
  text-align: left;
  margin-bottom: 5px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
table.shop_table_head .product-name {
  width: 40%;
}
table.shop_table_head .product-price {
  width: 20%;
}
table.shop_table_head .product-quantity {
  width: 20%;
}
table.shop_table_head .product-subtotal {
  width: 20%;
}

table.shop_table_body {
  background: #fff;
  padding: 25px 0 25px 25px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
table.shop_table_body td {
  padding: 10px 0;
}
table.shop_table_body .product-remove {
  width: 7%;
}
table.shop_table_body .product-name {
  width: 33%;
  font-size: 1.6rem;
  font-weight: 800;
}
table.shop_table_body .product-name a {
  font-size: 1.6rem;
  font-weight: 800;
}
table.shop_table_body .product-name a:hover {
  text-decoration: none;
}
table.shop_table_body .product-price {
  width: 20%;
  font-size: 1.6rem;
}
.remove_item a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1;
  border: 2px solid #aaa;
}
.remove_item a:hover {
  text-decoration: none;
  border-color: #ccc;
}
.remove_item a span {
  height: 36px;
}
table.shop_table_body .product-quantity {
  width: 20%;
}
table.shop_table_body .product-quantity label {
  display: none;
}
table.shop_table_body .product-quantity input {
  max-width: 50px;
}
table.shop_table_body .product-subtotal {
  width: 20%;
}

.woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 2rem;
}

.coupon_div {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.coupon_div .coupon {
  display: flex;
}
.coupon_div .coupon label {
}
.coupon_div .coupon .input-text {
  min-height: 48px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupon_div .coupon .btn {
  min-width: 180px;
  height: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.coupon_div .update_cart {
  height: 51px;
  cursor: pointer;
  border: 0;
  padding: var(--btn-pd);
  background: var(--btn-bg);
  color: var(--btn-color);
  border-radius: var(--btn-rd);
  border: 1px solid var(--btn-bg);
  transition: 0.2s;
}
.coupon_div .update_cart:not([disabled]):hover {
  background: transparent;
  color: var(--btn-bg);
}
.coupon_div .update_cart[disabled] {
  cursor: unset;
  opacity: 0.5;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
}
.cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-collaterals .shop_table {
  width: 350px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: left;
}
.cart-collaterals .shop_table td {
  text-align: right;
  padding: 10px 0;
}

#order_review_heading {
  margin-top: 4rem;
}
.form input[type="tel"],
.form input[type="number"],
.form select,
.form .links_types .select2 .select2-selection,
.form .select2-container .select2-selection--single {
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  background: hsla(0, 0%, 100%, 0.8);
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
  padding: 1.5rem 2rem;
  color: var(--c-dark);
  min-height: 5.4rem;
  font-size: 1.8rem;
  outline: none;
}
.form .select2-container {
  width: 100% !important;
}
.form .links_types .select2 .select2-selection {
  line-height: 1;
}
.form .links_types .select2 .select2-selection input {
  margin: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
  background: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 5px 10px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot {
  background: #eee;
}
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 1rem;
}
.woocommerce-checkout-payment .checkbox input {
  opacity: 1;
  position: relative;
  top: 3px;
}
.woocommerce-checkout-payment .btn {
  margin-top: 2rem;
}
.woocommerce-order-received .woocommerce-table {
  text-align: left;
}
.woocommerce-order-received .woocommerce-table thead th:first-child {
  padding-left: 2.4rem;
}
.woocommerce-order-received .woocommerce-table tbody td {
}
.woocommerce-order-received .woocommerce-table tbody td:first-child {
  padding-left: 2.4rem;
}
.woocommerce-order-received .woocommerce-table tfoot th {
}
.woocommerce-order-received .woocommerce-table tfoot .woocommerce-Price-amount {
  font-size: 1.6rem;
  font-weight: 700;
}
.woocommerce-order-received .woocommerce-table a {
  pointer-events: none;
}
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 2rem;
}

.account_content_m_title {
  width: 100%;
  max-height: 150px;
  padding: 5rem;
  margin: 2rem 0 4rem;
  color: #fff;
  background: #23283a;
  border-radius: var(--base-rd);
}
.account_content_marketplace {
  background: var(--c-light);
  border-radius: var(--base-rd);
  overflow: hidden;
}
.filters_block {
  background: #d4ffac;
  padding: 5rem;
}
.products_block {
  padding: 5rem;
}

.btn-cart {
  padding: 0.8571428571em;
  overflow: visible;
}
.btn-cart svg path {
  transition: all var(--base-ts) ease-in-out;
}
.btn-cart:hover svg path {
  fill: #000;
}
.btn-cart .text {
  margin-right: 0;
}
.btn-cart .count {
  width: 18px;
  height: 18px;
  background: #d4ffac;
  border-radius: 10px;
  position: absolute;
  right: -9px;
  top: calc(50% - 9px);
  font-size: 1.2rem;
  color: #23283a;
  line-height: 1;
}

#filters_form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#filters_form .mobile_expand {
  width: 100%;
  height: 25px;
  background: #d4ffac;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
#filters_form .mobile_expand a {
  font-weight: 700;
  text-decoration: none;
}
#filters_form input[type="number"],
#filters_form select {
  position: relative;
  border-radius: 0.8rem;
  background: hsla(0, 0%, 100%, 0.8);
  border: none;
  padding: 1.5rem 2rem;
  color: var(--c-dark);
  min-height: 5.4rem;
  font-size: 1.8rem;
  outline: none;
}
#filters_form input[type="number"] {
  max-width: 150px;
}
#filters_form .filter_checkbox {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#filters_form .filter_checkbox input {
  width: 1.8rem;
  height: 1.8rem;
}

.marketplace_table {
  width: 100%;
}
a.fav_link:hover svg path {
  fill: #23283a;
}
a.tinvwl_add_to_wishlist_button {
  width: 20px !important;
  height: 20px !important; /*background: url('images/icons/star.svg') no-repeat center center;*/
}
a.tinvwl_add_to_wishlist_button:focus-visible {
  outline: 0;
}
a.tinvwl_add_to_wishlist_button:before {
  content: url("images/icons/star.svg") !important;
}
/*a.tinvwl_add_to_wishlist_button:hover:before { content: url('images/icons/star_s.svg') !important; }*/
a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
  content: url("images/icons/star_s.svg") !important;
}
#marketplace_table {
  margin: 0;
}
#marketplace_table thead {
  display: none;
}

.before_table_notification {
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

table.marketplace_table td {
  position: relative;
}
.added_to_cart {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.dropdown_wrapper {
  min-height: 4.8rem;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
  position: relative;
}
.dropdown_head {
  padding: 0 2rem;
  padding-right: 5.8rem;
  background: url(images/sort-arr.png) #fff;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.2rem;
  background-position: center right 2rem;
  border-radius: 0.8rem;
  min-width: 8.5rem;
  cursor: pointer;
}
.dropdown_head .dt_title {
}
.dropdown_head .dt_value {
  position: absolute;
  right: 10px;
}
.dropdown_body {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 1rem 2rem;
  line-height: 1.6;
  border: 1px solid #ccc;
  border-top-width: 0;
  max-height: 350px;
  overflow: auto;
  z-index: 20;
  display: none;
}
.dropdown_wrapper.open .dropdown_body {
  display: block;
}
.dropdown_body label {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.dropdown_numbers .dropdown_head {
  background-image: none;
  padding-right: 2rem;
}
.dropdown_numbers .dropdown_body {
  padding: 1rem;
}
.dropdown_numbers .dr_body_inner {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#filters_form .dropdown_numbers input {
  width: auto;
  max-width: 100px;
  min-height: 2rem !important;
  padding: 0.7rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
}
#filters_form input[type="number"],
#filters_form select,
.filter_el.filter_checkbox label {
  font-size: 1.4rem !important;
}

.selected_options {
  margin-bottom: 3rem;
  display: none;
}
.selected_options h3 {
  font-size: 1.8rem;
  color: #23283a;
  margin-bottom: 0.5rem;
}
.all_selected_options {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.all_selected_options > span {
  font-size: 1.4rem;
  color: #23283a;
  background: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.all_selected_options span.r_filter {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  transform: scaleX(1.2);
  margin-left: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.all_selected_options span.r_filter:hover {
  opacity: 0.7;
}

.th_niches {
  text-align: center !important;
}
.niches_column {
  display: flex;
  gap: 5px;
}
.niches_column span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.niches_column span.active {
  opacity: 1;
}
.niches_column .niche_casino {
  background-image: url("images/niches/casino.svg");
}
.niches_column .niche_finance {
  background-image: url("images/niches/finance.svg");
}
.niches_column .niche_adult {
  background-image: url("images/niches/adult.svg");
}
.niches_column .niche_dating {
  background-image: url("images/niches/dating.svg");
}
.niches_column .niche_cbd {
  background-image: url("images/niches/cbd.svg");
}
.niches_column .niche_crypto {
  background-image: url("images/niches/crypto.svg");
}
.td_price .txt {
  white-space: nowrap;
}
.marketplace_table .txt,
.marketplace_table .txt-url {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
}
.marketplace_table .txt-url {
	text-align: left;
}
.marketplace_table .txt.td_langcode {
  max-width: 200px;
}
.marketplace_table .txt.td_price {
  white-space: nowrap;
}
.marketplace_table .txt.td_notes {
  white-space: nowrap;
}
.marketplace_table .txt.td_notes .tooltip .tooltiptext {
  min-width: 100%;
  white-space: normal;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  height: auto;
  line-height: 1;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0.85;
  white-space: nowrap;
}
.tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

table.dataTable .add_to_cart {
  background: #4caf50;
}
table.dataTable .remove_from_cart {
  height: 4.2rem;
  background: #23283a;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  padding: 1.25rem 2.25rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.default_page .sc_text li:not(:last-child) {
  margin-bottom: 1rem;
}
.default_page .sc_text table {
  border-width: 1px;
  border-color: #ccc;
  margin-bottom: 3rem;
}

.filters_block .form .label,
.filters_block .form label {
  font-size: 1.4rem;
}

.view_order_text .order-number,
.view_order_text .order-date {
  font-weight: 700;
  background: inherit;
}
.view_order_text .order-status {
  padding: 0 5px;
  background: #ff0;
}
.view_order_text .order-status.done {
  background: #0f0;
}

body.fixed { overflow: hidden; }
.popup_thankyou { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(200, 200, 200, .7); z-index: 1000; display: flex; justify-content: center; align-items: center; }
.popup_inner { background: #d0ffe9; border-radius: 1.8rem; padding: 3rem; font-family: "GRIFTER", sans-serif; font-size: 2.5rem; text-align: center; font-weight: 700; max-width: 500px; margin: 0 15px; position: relative; }
.popup_close { position: absolute; right: -15px; top: -15px; }
.popup_close svg { vertical-align: top; }

@media (max-width: 767px) {
  .header_actions {
    min-width: 10rem;
  }

  table.shop_table_body .product-remove {
    min-width: 50px;
  }
  .coupon_div {
    flex-direction: column;
    gap: 2rem;
  }
  .cart-collaterals {
    justify-content: stretch;
  }
  .cart-collaterals .cart_totals {
    width: 100%;
  }
  .cart-collaterals .shop_table {
    width: 100%;
  }

  #filters_form {
    max-height: 25px;
    padding-top: 25px;
    overflow: hidden;
  }
  #filters_form.open {
    max-height: 100%;
  }
  #filters_form .mobile_expand {
    display: flex;
    align-items: center;
  }
  .filter_el {
    width: 100% !important;
  }
  #filters_form .mobile_expand + .filter_el {
    padding-top: 10px;
  }
  #filters_form input[type="number"] {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-orders-table__cell-order-total {
    min-width: 20rem;
  }
}

.hero .with { align-items: center; }
.hero .with .image picture { width: auto; }

@media (max-width: 991px) {
	.hero .with .image { width: auto; max-width: unset; }
}

@media (max-width: 575px) {
  .coupon_div .coupon .btn {
    min-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5rem;
  }
  .cart-collaterals .cart_totals {
    align-items: stretch;
  }
  .cart-collaterals .cart_totals .btn {
    width: 100%;
  }
}

.filter_el .btn {
  font-size: 1.4rem !important;
}
