/**
 * Theme Name: Anon Child
 * Description: This is a child theme of Anon
 * Author: ZooTemplate
 * Author URI: http://zootemplate.com
 * Template: anon
 * Version: 2.2.5.1
 */

 @import "assets/css/jost.css";

:root{
    --bg-button: #f97346;
    --bg-hover-button: #fbab90;
    --primary-color: #4166E1;
    --matrix-blue: #3c9ee5;
    --matrix-orange: #ff9f00;
    --matrix-green: #8cb528;
    --matrix-blue-lite: #3c9ee555;
    --matrix-orange-lite: #ff9f0055;
    --matrix-green-lite: #8cb52855;
    --matrix-red: #ff642d;
    --matrix-yellow: #ffc600;
    --matrix-yellow-lite: #ffc60055;
    --progress: 0;
    --price-color: #000;
    --majestic-orange: #ff8d40;
    --majestic-orange-lite: #ff8d4055;
    --majestic-blue: #2d526d;
    --majestic-blue-lite: #2d526d55;
}

h1 {
    font-size: 1.8rem;
}
.wp-block-image {
		margin-bottom: 30px;
}

.ub_styled_list li{
	list-style-position: inside !important;
	text-indent: -1em !important;
	padding-left: 1em !important;
}
/* body {
    cursor: url('/wp-content/uploads/christmas-tree-cursor.svg'), auto;
} */

/* Circle Graph */
.circular-chart {
    display: block;
    margin: 0 auto;
    /* width: 70px;
    height: 70px; */
    max-width: 80%;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 5;
}
.circle {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
}

@keyframes progressX {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress);
    }
}
@keyframes progressY {
    0% {
        height: 0;
    }
    100% {
        height: var(--progress);
    }
}

.circular-chart.orange .circle {
    stroke: var(--matrix-orange);
}
.circular-chart.blue .circle {
    stroke: var(--matrix-blue);
}
.circular-chart.green .circle {
    stroke: var(--matrix-green);
}
.percentage {
    fill: #666;
    font-size: 0.7rem;
    text-anchor: middle;
    font-weight: bold;
}

/* Container */

@media (min-width: 576px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95%;
    }
    .hide-tablet {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1500px ) {
    .container {
        max-width: 1530px;
    }
}

/* General */
.dotted-line {
    border-bottom: 1px dotted #000;
}
.nsl-clear + div {
    flex: 1;
}
.cafe-wrap-search:not(.normal) .cafe-wrap-search-fields {
    padding: 10px;
}
.page .main-content>.container>.page-title {
    font-size: 1.8rem;
    text-align: left;
		margin-top: 1vw;
}
.page .wp-block-columns:not(.alignwide):not(.alignfull) {
	margin-top: 20px
}
input[type=number] {
    border: 1px solid var(--form-border-color);
    padding: 10px 15px;
    color: var(--black-color);
    font-size: 1rem;
    height: 50px;
    line-height: 30px;
    background: none;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    margin-bottom: 30px;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button, 
.woocommerce div.product form.cart .single_add_to_cart_button.added_to_cart,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce a.added_to_cart, 
.woocommerce button.button, 
.woocommerce button.added_to_cart, 
.woocommerce input.button, 
.woocommerce input.added_to_cart{
    background:var(--bg-button);
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover, 
.woocommerce div.product form.cart .single_add_to_cart_button.added_to_cart:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce a.added_to_cart:hover, 
.woocommerce button.button:hover, 
.woocommerce button.added_to_cart:hover, 
.woocommerce input.button:hover, 
.woocommerce input.added_to_cart:hover{
    background:var(--bg-hover-button);
}
.woocommerce a.button.pay,
.woocommerce a.button.pay:hover {
    background: var(--matrix-green);
}
.wbcom-wss-ques-toggle span.wss_show_toggle_icon, 
.wbcom-wss-ques-toggle span.wss_hide_toggle_icon {
    border-color: var(--bg-hover-button);
}
.wbcom-wss-ques-toggle:hover span.wss_show_toggle_icon, 
.wbcom-wss-ques-toggle:hover span.wss_hide_toggle_icon {
    border-color: var(--bg-button);
}
input[type=button],
.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button,
#wss_remind_later {
    padding: 10px 25px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    cursor: pointer;
    font-size: 0.7222222222rem;
    font-family: inherit;
    background: var(--bg-button)!important;
    color: var(--color-button)!important;
    font-weight: 500;
    border: 0 none;
    border-radius: 0;
    letter-spacing: .1rem;
    text-decoration: none;
}
input[type=button]:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.current:hover,
#wss_remind_later:hover{
    background: var(--bg-hover-button)!important;
    color: var(--color-hover-button)!important;
    border: 0 none;
}
.woo-msg-sec {
    border-radius: 20px 20px 20px 0;
    text-transform: none;
    overflow: auto;
}
.woo-msg-sec p {
    margin-bottom: 15px;
}
.wss-receiver-msg .woo-msg-sec {
    border-radius: 20px 20px 0 20px;
}
.wss-receiver-msg .woo-msg .woo-msg-sec {
    background: var(--matrix-blue-lite);
}
.wss_final_delivery_wrap {
    font-weight: bold;
    background: transparent;
}
.wss-sell-client-req-question:after {
	content:"";
	display:block;
	clear: both;
}
.wss-sell-client-req-question h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #DDD;
}
.wss-sell-client-req-question input[type=text] {
	width: 50%;
	max-width: 100%;
	margin-bottom: 10px;
}
.wss-sell-client-req-question input[type=text]+.wbcom-woo-ques-description {
		float: right;
		width: 50%;
}
div.wss-sell-client-req-question input[type=file] {
	margin-bottom: 15px;
}
div.wss-sell-client-req-question textarea {
	max-width: 100% !important;
	margin-bottom: 10px;
}
div#wbcom_requirement_question form p{
    float:right;
    margin-left: 10px;
}
div#wbcom_requirement_question:after{
    content:"";
    clear:both;
    display: block;
}
div.wbcom-woo-ques-description {
	font-size: 80%;
}
div#wbcom_requirement_question form div.wbcom-woo-ques-description p {
	float: none;
}
#zoo-back-to-top {
    background: #000;
    color:#fff;
    border:1px solid #fff;
}
.user-note {
    font-weight:bold;
    font-size: 115%;
}
#zoo-back-to-top {
    bottom: 130px;
    right: 35px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 0 !important;
}
.cafe-absolute-header {
    top: auto;
}
/* Main menu */
#menu-primary-menu .cafe-wrap-menu ul>li a {
    font-size: 15
}
/* End */
.elementor-1778 .elementor-element.elementor-element-59064def nav.cafe-site-menu .mega-menu-content .menu-item-mega>a:not(:has(+*)),
.elementor-52822 .elementor-element.elementor-element-7a3b21d9 nav.cafe-site-menu .mega-menu-content .menu-item-mega>a:not(:has(+*)) {
	padding: 10px 0 !important;
	font-weight: normal;
	display: block;
}

.elementor-1778 .elementor-element.elementor-element-59064def nav.cafe-site-menu .mega-menu-content .menu-item-mega>a:hover:not(:has(+*)),
.elementor-52822 .elementor-element.elementor-element-7a3b21d9 nav.cafe-site-menu .mega-menu-content .menu-item-mega>a:hover:not(:has(+*)) {
	color: #fc7444 !important;
}

.mega-menu-submenu .dropdown-submenu {
	padding: 0!important;
}
 
#menu-item-2637 .menu-item-mega,
 #menu-item-2638 .menu-item-mega {
		padding: 0;
    display: flex;
		position: relative;
		padding-left: 30px;
		position: relative;
		align-items: center;
}
#menu-item-2637 .menu-item-mega a,
#menu-item-2638 .menu-item-mega a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
		font-weight: normal !important;
}
ul.menu.inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    margin-left:0;
    /* max-width: 890px; */
}
ul.menu.inline li {
    margin-bottom: 10px;
}
ul.menu.inline li:last-child:after {
    content:"";
}
.new-label {
    background: var(--new-bg);
    color: #fff;
    font-size: 0.52222rem;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
}
.fas.orange {
    color: var(--bg-button);
}
.main-content .menu-item a {
    text-decoration: underline;
}
.menu-item-object-page,
.menu-sites .dropdown-submenu .menu-item-object-page {
    padding-left: 30px;
    position: relative;
}
.dropdown-submenu .menu-guest-posting-service {
    padding-left: 0;
}
.dropdown-submenu .menu-item-object-page:before {
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-item-mega:before,
.menu-item-object-page:before {
    font-family: "Font Awesome 5 Free" !important;
    padding-right: 0.1em;
    color: var(--bg-button);
    position: absolute;
    left: 0;
    font-weight: 900;
}
#menu-item-65143 .menu-item-mega:before, /* Pages */
#menu-item-65202 .menu-item-mega:before, /* Home page */
.menu-item-66391:before {
    /* content: "\f005"; */
    content: "⭐";
}
#menu-item-65144 .menu-item-mega:before,
#menu-item-65203 .menu-item-mega:before,
.menu-item-66392:before {
    /* content:"\f201"; */
    content:"💯";
}
#menu-item-67313 .menu-item-mega:before,
#menu-item-67315 .menu-item-mega:before,
.menu-item-66637:before {
    /* content: "\f46b"; */
    content: "🌿";
}
#menu-item-67314 .menu-item-mega:before,
#menu-item-67316 .menu-item-mega:before,
.menu-item-66638:before {
    /* content: "\f522"; */
    content: "🎰";
}
#menu-item-76770 .menu-item-mega:before,
#menu-item-110213 .menu-item-mega:before,
.menu-item-76769:before {
    /* content:"\f0c1"; */
    content:"🔗";
}
#menu-item-178717 .menu-item-mega:before,
#menu-item-284325 .menu-item-mega:before,
.menu-item-178698:before {
    content:"🔍";
}
#menu-item-283591 .menu-item-mega:before,
#menu-item-284327 .menu-item-mega:before,
#menu-item-218391:before {
		content:"⚡";
}
#menu-item-283614 .menu-item-mega:before,
#menu-item-284326 .menu-item-mega:before,
.menu-item-193071:before {
	content:"₿";
	text-align: center;
	width: 20.6px
}
#menu-item-110208 .menu-item-mega:before,
#menu-item-110212 .menu-item-mega:before,
.menu-item-110207:before {
    content:"\f143";
    width: 30px;
    text-align: center;
}
/* #menu-item-65143 .menu-item-mega:before, */
.menu-websites-that-allowed-foreign-language-articles:before {
    /* content: "\f1ab"; */
    content: "🈸";
}
#menu-item-283597 .menu-item-mega:before,
#menu-item-284347 .menu-item-mega:before,
.menu-item-78269:before {
    /* content:"\f004"; */
    content:"🧡";
}
#menu-item-283596 .menu-item-mega:before,
#menu-item-284328 .menu-item-mega:before,
.menu-item-283603:before {
		/* content:"\f0ac"; */
		content:"🌍";
}
#menu-item-685013 .menu-item-mega:before,
#menu-item-685014 .menu-item-mega:before,
.menu-item-685014:before {
		/* content:"\f0ac"; */
		content:"🎄";
}
.main-content .menu-sites:before {
    content: "\f03a";
}
.post-type-archive-product:not(.date) .wp-block-archives-dropdown.wp-block-archives {
    display:none;
}
.post-type-archive-product .wp-block-archives-dropdown.wp-block-archives label {
    display: none;
}
.post-type-archive-product .wp-block-archives-dropdown.wp-block-archives:before {
    content:"Choose Week";
    font-weight: bold;
}
.woocommerce-page .page-title.has-subtitle {
    margin: 0 10px 10px 0;
    display: inline;
}
img.shop-heading-image.icon {
    max-width: 45px;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}
span.badge {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.3em 1em;
    border-radius: 1em;
    /* font-size: 50%; */
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}
span.badge > * {
    color: #fff;
}
select {
    font-size: 18px;
    padding: 8px 5px;
    color: #444;
    letter-spacing: 0.8px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
}
h1 span.date {
    /* border-bottom: 1px solid var(--border-dark); */
    text-decoration: underline;
}

/* Blog */
#wp-block-search__input-1 {
	margin-bottom: 0;
}

/* Footer */
#menu-countries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#menu-countries li a {
    padding: 3px;
    text-align: left;
}
.cafe-site-footer .dark-bg #menu-countries .menu-item {
    padding: 0;
}
/* Product Table/List */
.button-wrappers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-wrappers .button {
    flex: 0;
    white-space: nowrap;
}
.button.blue {
    background: var(--primary-color)!important;
}

/* Account Details */
form.woocommerce-EditAccountForm.edit-account > h3 + div {
    width: 100%;
}
form.woocommerce-EditAccountForm.edit-account > h3 {
    width: 100%;
    text-align: center;
}
form.woocommerce-EditAccountForm.edit-account > h3 + div > div {
    max-width: 300px;
    margin: 0 auto;
}

/* Payment Method Form */
.woocommerce-MyAccount-content form#add_payment_method {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

form#add_payment_method #payment {
		width: 100%;
}

form#add_payment_method ul li {
	list-style: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
	width: 100%;
}

#add_payment_method #payment div.form-row:last-child {
	text-align: center;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	padding: 0.8em;
}

/* FAQs */
.eapps-faq-content-category-item-question {
    font-size: 1.3333333333rem!important;
    font-weight: 500!important;
    letter-spacing: .8px!important;
}
.eapps-faq-content-category-item-answer {
    font-size: 18px!important;
    letter-spacing: .8px!important;
}

.eapps-faq-content-category-item-answer ul {
    margin-left: 18px!important;
}

/* Domain List */
.woocommerce-page .select2-dropdown {
    border-color: var(--border-color);
    border-radius: 0;
}
select[name=wcpt_filter_pa_google-news]+.select2.select2-container {
    min-width: 150px;
}
select[name=wcpt_filter_pa_cbd-vape]+.select2.select2-container {
    min-width: 120px;
}
select[name=wcpt_filter_pa_casino]+.select2.select2-container {
    min-width: 100px;
}
select[name=wcpt_filter_pa_da]+.select2.select2-container,
select[name=wcpt_filter_pa_pa]+.select2.select2-container,
select[name=wcpt_filter_pa_dr]+.select2.select2-container {
    min-width: 50px;
}
.wcf-horizontal-popover {
	border-color: #999;
	border-radius: 0;
}
.wc-product-table.dataTable tbody th, 
.wc-product-table.dataTable tbody td {
    font-size: 17px;
}
.wc-product-table-dropdown {
    min-width: 65px!important;
}
.wc-product-table a {
    text-decoration: none;
}
.wc-product-table ins {
    text-decoration: none;
}

.archive a i.fa-star,
.wc-product-table i.fa-star {
    color: #f97346;
}

.archive .responsive-table {
    width: 100%;
    overflow: auto;
}

table.dataTable.wc-product-table thead th {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: normal;
    white-space:nowrap;
}
.product-row.even {
    background: #f9f9ff;
}
.product-row .amount {
    color: #000;
}
.product-row del .amount {
    color: var(--del-price-color);
}
.wrap-content-popup-page .content-popup-page {
    box-sizing: border-box;
    text-align: left;
}
.woocommerce .products.list-layout .product .wrap-product-loop-content {
    justify-content: start;
}
.woocommerce .products.list-layout .product .wrap-product-loop-detail {
    width: 100%;
}
.domain-info {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}
.domain-info .item {
    background: #f2f2f2;
    font-size: 0.8rem;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
}
.domain-info .item:last-child {
    margin-right: 0;
}
.website-url a,
.single-product .wrap-custom-meta .sku_wrapper {
    color: var(--white-color);
    text-transform: uppercase;
    padding: 3px 8px;
    line-height: 20px;
    font-weight: 500;
    box-shadow: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.7222222222rem;
    background: var(--stock-bg);
}
a.website {
    white-space: nowrap;
}
a.website i.fa {
    font-size: 0.7rem;
}
.single-product .wrap-custom-meta .sku_wrapper {
    background: #f9f9ff;
    color: #000;
    font-weight: 500;
    border: 1px solid #eee;
}
.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 0;
}
.domain-matrics {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.graphs {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}
.dtr-modal-content .graphs {
    justify-content: start;
}
.graphs .single-chart {
    width: 40px;
}
.list-layout .wrap-product-img {
    max-width: 200px;
}
.domain-matrics .cell {
    flex: 1;
    min-width: 200px;
}
.domain-matrics .cell > .cell:first-child {
    flex: 0;
}
.domain-matrics .cell:empty {
    display: none;
}
.domain-matrics .cell > .cell:last-child {
    max-width: 250px;
}
.domain-matrics > .column-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.domain-matrics .attribute.graphs {
    padding-left: 0;
    justify-content: start !important;
    text-align: center;
}
.domain-matrics #ahref {
    white-space: nowrap;
}
/* .domain-matrics .attribute:last-child {
    border-right: 0 none;
} */
.domain-matrics .label small {
    color: #999;
    font-style: italic;
}
/* .attribute .big-number {
    font-size: 120%;
} */
.card {
    font-size: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.card .value {
    /* font-size: 1.5em; */
    font-weight: bold;
    padding: 0.3em 0.5em;
    box-shadow: 2px 0px 6px 0px inset #eee
}
.card.blue {
    border-color: var(--matrix-blue);
}
.card.orange {
    border-color: var(--matrix-orange);
}
.card.green {
    border-color: var(--matrix-green);
}
.card.red {
    border-color: var(--matrix-red);
}
.card.yellow {
    border-color: var(--matrix-yellow);
}
.card.majestic-blue {
    border-color: var(--majestic-blue);
}
.card.majestic-orange {
    border-color: var(--majestic-orange);
}
.card.blue .big-number {
    background-color: var(--matrix-blue-lite);
    box-shadow: 2px 0 6px 0 inset var(--matrix-blue);
}
.card.orange .big-number {
    background-color: var(--matrix-orange-lite);
    box-shadow: 2px 0 6px 0 inset var(--matrix-orange);
}
.card.green .big-number {
    background-color: var(--matrix-green-lite);
    box-shadow: 2px 0 6px 0 inset var(--matrix-green);
}
.card.yellow .big-number {
    background-color: var(--matrix-yellow-lite);
    box-shadow: 2px 0 6px 0 inset var(--matrix-yellow);
}
.card.card.majestic-blue .big-number {
    background-color: var(--majestic-blue-lite);
    box-shadow: 2px 0 6px 0 inset var(--majestic-blue);
}
.card.card.majestic-orange .big-number {
    background-color: var(--majestic-orange-lite);
    box-shadow: 2px 0 6px 0 inset var(--majestic-orange);
}
.card span.label {
    padding-left: 0.5em;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
}
span[data-slug="yes"] {
    font-weight: bold;
    color: green;
}
span[data-slug="no"] {
    font-weight: bold;
    color: red;
}
.col-buy_button,
.col-buy_button a {
    white-space: nowrap;
}
td.child ul.dtr-details li {
    list-style: none;
}
table.dataTable td.col-buy_button {
    vertical-align: middle;
}
.col-website_url div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.wc-product-table td.col-organic_keywords,
.wc-product-table td.col-website_traffic,
.wc-product-table td.col-semrush_traffic,
.wc-product-table td.col-ahrefs_traffic,
.wc-product-table td.col-ahrefs_keywords,
.wc-product-table td.col-price {
		text-align: right;
}
.col-website_url .simplefavorite-button,
.single-product .wrap-custom-meta > .simplefavorite-button {
	background: transparent;
	color: #bbb;
	padding: 0 5px;
}
.col-website_url .simplefavorite-button.active,
.single-product .wrap-custom-meta > .simplefavorite-button.active {
	color: #f00;
}
.col-buy_button,
.col-buy_button a {
    white-space: nowrap;
}
td.child ul.dtr-details li {
    list-style: none;
}
table.dataTable td.col-buy_button {
    vertical-align: middle;
		text-align: center;
}
td.col-buy_button a {
    padding: 8px;
    background-color: #f97346;
    color:#fff;
		border-radius: 10px;
}
/* a.simplefavorite-button,
button.simplefavorite-button {
    background: var(--matrix-blue)!important;
    margin-left: 5px;
    padding: 5px;
}
a.simplefavorite-button.active,
button.simplefavorite-button.active {
    background: var(--matrix-green);
} */
td.col-buy_button a:hover {
    background-color: #f9734699;
}
.completed {
    color: #f97346;
}
.refunded {
    color: #999;
}
.processing:not(.checkout) {
    color: green;
    /* font-weight: bold; */
}
.waiting_for_requirement,
.pending_payment {
    color: #f00;
    /* font-weight: bold; */
}
.cancelled {
    text-decoration: line-through;
}

.waiting-approval {
    color: #1972f5;
}
.delayed {
    color: #900;
    font-style: italic;
}
.waiting-for-publish {
    color: #F00;
    font-style: italic;
}
.waiting-for-article-approval {
    color: #1972f5;
    font-style: italic;
}
/* Product table popup */
.wc-product-table ul.dtr-details {
    display: flex;
    flex-wrap: wrap;
}
.wc-product-table ul.dtr-details>li {
    width: 100%;
    padding: 0!important;
    flex-wrap: nowrap!important;
}
.wc-product-table ul.dtr-details>li .dtr-title {
    min-width: 125px;
    background: #f2f2ff;
    white-space: nowrap;
    padding: 5px 10px;
}
li.col-graph_da, li.col-graph_pa, li.col-graph_dr {
    max-width: 33.3%;
    flex-direction: column;
    text-align: center;
}
li.col-graph_da span.dtr-title, li.col-graph_da span.dtr-data,
li.col-graph_pa span.dtr-title, li.col-graph_pa span.dtr-data,
li.col-graph_dr span.dtr-title, li.col-graph_dr span.dtr-data {
    flex: 1!important;
    background: none!important;
    text-align: center;
    margin: 0 auto!important;
}
.dtr-details li.col-buy_button .dtr-title,
.dtr-details li.col-buy_button .simplefavorite-button {
    display: none;
}
.dtr-details li.col-buy_button .dtr-data {
    text-align: center;
}
.dtr-details li.col-buy_button a {
    background-color: var(--bg-button);
    color: var(--color-button);
    padding: 0.2em 0.5em;
    display: inline-block;
    margin-top: 15px;
}


/* Product Details */
.single-product.woocommerce div.product p.price {
    display: inline-block;
    width: auto;
}
.single-product .wrap-group-qty {
    flex-direction: column;
}
.price-desc,
.avg-delivery {
    font-size: 17px;
    padding: 3px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: var(--e-global-color-text);
    display: inline-block;
}
.nice-scroll {
    margin-bottom: 20px;
}
#product-addons-total {
    width: 100%;
}
.wrap-single-product-content .wrap-single-product-images {
    padding-top: 0;
}
.single-product .summary.entry-summary {
    border: 1px solid #eee;
    padding: 20px;
}
.single-product .wc-pao-addon {
    background: #f9f9ff;
    padding: 10px;
}
.single-product .wc-pao-addon-name {
    font-weight: bold;
}
.icon:before {
    content: attr(data-icon);
    font-style: normal;
}

.single-product .wrap-custom-meta {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.single-product .wrap-custom-meta > * {
    flex: 0;
    white-space: nowrap;
    line-height: 1.3!important;
    margin: 0 5px 15px 0;
    border-radius: 3px;
}
.single-product .column-view .attribute {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.single-product .column-view .attribute label {
    white-space: nowrap;
}
.cs-font.yes {
    color: green;
}
.cs-font.no {
    color: red;
}
.traffic-countries .label,
.traffic-sources .label {
    font-size: 1.111111rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.traffic-countries table tr,
.traffic-sources table tr {
    border-bottom: 1px solid #f2f2ff;
    position: relative;
    background-color: #f9f9ff;
}
.traffic-countries table tr {
    border-color: var(--matrix-orange-lite);
}
.traffic-sources table tr {
    border-color: var(--matrix-blue-lite);
}
.traffic-countries table tr:before,
.traffic-sources table tr:before {
    content: "";
    display: block;
    width: var(--progress);
    height: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: progressX 3s ease-in-out;
}
.traffic-countries table tr:before {
		background-color: var(--matrix-orange);
}

.traffic-sources table tr:before {
    background-color: var(--matrix-blue);
}
.traffic-countries table tr > *,
.traffic-sources table tr > * {
    white-space: nowrap;
    border: 0;
    font-weight: 500;
}
.traffic-countries table tr > td,
.traffic-sources table tr > td {
    text-align: right;
}
.traffic-countries table,
.traffic-sources table {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f2f2ff;
}

.money-back-guarentee {
    background: #f9f9ff;
    border: 1px solid #e9e9ef;
    padding: 0.3em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.money-back-guarentee img {
    vertical-align: middle;
    width: 75px;
    flex: 1 0.5 0.5;
    margin-right: 0.5em;
}

.money-back-guarentee p {
    margin-bottom: 0;
    flex: 1 2 0.5;
}

.money-back-guarentee span.title {
    font-weight: 500;
    text-transform: uppercase;
}

/* Order Details */
.wss-services-info-product {
    overflow: auto;
}
.delivery-date-update-wrapper #datepicker {
    margin-bottom: 0;
}
#wss-status-progress li {
    border-bottom: 0 none;
}
#wss-status-progress li:first-child {
    padding-top: 10px;
}
#wss-status-progress li:last-child {
    padding-top: 20px
}
td.woocommerce-table__product-name .wc-item-meta{
    margin-bottom: 10px;
}
.wss-sell-client-req-question.group-1,
.wss-sell-client-req-question.group-2,
.wss-sell-client-req-question.group-3{
    margin-bottom:0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wss-sell-client-req-question.group-1+.wss-sell-client-req-question.group-1,
.wss-sell-client-req-question.group-2+.wss-sell-client-req-question.group-2,
.wss-sell-client-req-question.group-3+.wss-sell-client-req-question.group-3{
    margin-bottom:20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wss-sell-client-req-question.group-1 {
    background: var(--matrix-green-lite);
}
.wss-sell-client-req-question.group-2 {
    background: var(--matrix-blue-lite);
}
.wss-sell-client-req-question.group-3 {
    background: var(--matrix-orange-lite);
}

/* Service order table */
.partner.green {
    background: #e6f4ea;
    color: #060;
}

.partner.blue {
    background: #e6eaf4;
    color: #000f66;
}

.partner.orange {
    background: var(--bg-hover-button);
}

#tblData {
    font-size: 16px;
}
#tblData small {
    font-size: 80%;
}

/* Service Single Page */
.wc-product-table-select-filters {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    box-sizing: border-box;
}
.wc-product-table-controls .dataTables_filter {
    width: 100%;
    float: none;
}
.wc-product-table-controls .dataTables_filter label {
    width: 100%;
    text-align: left;
    margin:0;
    font-weight: bold;
}
.wc-product-table-controls .dataTables_filter input[type=search]::placeholder {
	/* font-style: italic; */
	color: #aaa;
}
.wc-product-table-controls .dataTables_filter input[type=search] {
    width: 100%!important;
    background: #fff!important;
    border: 1px solid #999!important;
    border-radius: 0;
    box-shadow: none!important;
    height: auto!important;
    margin: 0 0 20px 0!important;
    padding: 5px 10px!important;
    line-height: 30px;
}
/* .wc-product-table-controls.wc-product-table-above:before {
    content: "Filters:";
    font-weight: bold;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 10px
} */
.wc-product-table-controls.wc-product-table-controls .wc-product-table-select-filters .select2-container,
.wc-product-table-controls .wc-product-table-select-filters .select2-container .select2-selection--single {
    height: auto!important;
    margin: 0!important
}
select,
.wc-product-table-select-filters .select2-container--default .select2-selection--single {
    border: 1px solid #999;
    height: auto!important;
		border-radius: 0!important;
		padding: 5px 10px!important;
}
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
}
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow::after,
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow::before {
    content: "쁙"!important;
    font-family: cleversoft;
    font-size: 0.555556rem;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none!important;
}
.article-allowcation {
    margin-bottom: 15px;
}
.wc-product-table-select-filters .select2 {
    width: auto!important;
}
form.filter-form {
    justify-content: flex-start;
}
form .filter-btn {
    margin-left:10px!important;
    height: 40px!important;
    line-height: 20px!important;
    padding: 10px 25px!important;
}
select.filter {
    display:inline-block;
    width: auto;
    margin-left: 10px;
}

.filter.checkbox {
    line-height: 40px;
}

.status-filter {
    margin-bottom:15px;
    line-height: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.status-filter a.filter {
    color: #000 !important;
    font-style: normal;
    padding: 10px 0;
    margin: 0 10px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.status-filter a.filter:hover,
.status-filter .filter.selected {
    border-color:#000;
}

.status-filter .filter span {
    color: #999;
}

.wss-services-info-text ul {
    margin-left: 15px;
}
.wss-services-info-text ul li {
    float:none;
    border-right: 0 none;
    margin-bottom:0;
}
.copy-requirement {
    color:var(--bg-button);
    display:block;
    float:right;
    margin-bottom:10px;
    margin-left: 10px;
}
.copy-requirement::after {
    content: "";
    display: block;
    clear:both;
}
.delete-msg {
    color: red;
    order: 3;
    margin-left: 10px;
    font-size: 80%;
}
section.counter {
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 10px;
}
section.counter>span {
    text-align: center;
    font-weight:bold;
    display: block;
    margin-bottom: 10px;
}
#delivery-countdown {
    text-align: center;
    display: flex;
    justify-content: center;
}
#delivery-countdown div {
    padding: 0 10px;
    font-size: 180%;
    min-width: 80px;
}
#delivery-countdown span {
    font-size: 70%;
    display: block;
    color: #777;
}
.ticket {
    margin-top:15px;
    padding: 15px;
    border-top: 1px solid var(--bg-button);
    text-align: center;
    background: #fbfbfb;
}
.ticket .small {
    font-style: italic;
}
.record-per-pages label {
    display: flex;
    align-items: baseline;
}
.record-per-pages span {
    flex: 1;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
}
.record-per-pages span select {
    padding-right: 15px;
    width: 55px;
    margin-bottom: 0;
}
.woo-author-details img {
    outline: 10px solid #FFF !important;
    border: 1px solid #EEE;
}

/* Checkout Page */
#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
    width: 100%;
} 
.cart_item .product-quantity {
    white-space: nowrap;
}
.wc-saved-payment-methods li {
    list-style: none;
    display: flex;
    align-items: center;
}
.wc-saved-payment-methods li input {
    flex: 0.1;
}
.wc-saved-payment-methods li label {
    flex: 1;
}
.ui-tooltip.ui-widget-shadow {
    opacity: 1;
    font-family: 'futura-pt', sans-serif;
}
.dofollow {
    color: #060;
}
.nofollow {
    color: #F00;
}
.ugc {
    color: #00F;
}
.special-note,
.sample-link,
.site-niches {
    margin: 10px 0;
    padding: 10px;
}
.special-note {
    background: #dbf1ff;
}
.special-note ul {
    margin-bottom: 0;
}
.special-note li.highlight {
    font-weight: 700;
}
.special-note > strong {
    display: inline-block;
    margin-bottom: 15px;
}
.special-note.in-cart {
    font-size: 80%;
    padding: 5px;
}
.special-note.in-cart ul {
    margin-bottom: 0;
}
.special-note.in-cart li {
    padding: 0;
}
.sample-link {
    background-color:var(--matrix-green-lite);
}
.site-niches {
    background: #f9f9ff;
}

a.seo-report-link {
    margin-bottom: 15px;
    display: block;
    text-align: center;
    border-radius: 35px;
}

.cafe-button.outline.blue {
    color: #1633FF;
}
.cafe-button.outline.blue:hover {
    color: #fff;
}
.cafe-button.outline.blue:after {
    background-color: #1633FF;
}

/* Single page metrics icons */
.metrics-icons {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		padding: 0.5rem;
		background-color: #dbf1ff;
}

.metrics-icons div {
	flex: 1;
	text-align: center;
	border-right: 1px solid #a4d2ef;
	padding: 0 0.5rem;
	font-size: 15px;
}

.metrics-icons div:last-child {
	border-right: 0 none;
}

.metrics-icons .label {
	display: block;
}

.metrics-icons i.icon {
	font-size: 0.8rem;
}

.metrics-icons .label.No {
	text-decoration: line-through;
	position: relative;
}

.metrics-icons .label.No img {
	padding: 5px;
	filter: grayscale(100%);
}

.metrics-icons .label.No:after {
	content: "";
	display: block;
	background: url('assets/images/ban.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contact Form */
.wpforms-error-container {
    color: #F00;
    font-style: italic;
}
.wpforms-label-hide {
    display: none;
}
.wpforms-is-recaptcha {
    margin-bottom: 20px;
}

.chat-buttons {
    margin-bottom: 15px;
    display: inline-block;
}

.chat-buttons .chat-button {
    border-radius: 2em;
    padding: 10px 25px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}

.chat-buttons .chat-button:last-child {
    margin-right: 0;
}

.button.chat-with-us {
    background-color: var(--matrix-blue);
}
.button.chat-on-whatsapp {
    background-color: var(--matrix-green);
}

/* Website Request Form */
.wpforms-sublabel-hide {
    display: none;
}
.wpforms-field ul {
    margin-left: 0;
    margin-bottom: 0;
}
.wpforms-field ul li {
    list-style: none;
}
.website-request .wpforms-field {
    margin-bottom: 30px;
}
.website-request .wpforms-field-row {
    display: flex;
    gap: 15px;
}
.website-request .wpforms-field-label {
    font-weight: 500;
}
.website-request .wpforms-field {
    flex: 1;
}
.website-request .wpforms-field input {
    margin-bottom: 0;
}
.website-request .wpforms-field-description {
    color: #666;
    font-style: italic;
}
.website-request .wpforms-field-row-block {
    flex: 1;
}

/** SEO Audit report page **/
.report-box form {
    display: flex;
    align-items: start;
    border-radius: 30px;
    overflow: hidden;
}
.report-box input[type='text'] {
    background: #fff;
    margin-bottom:0;
}

@media screen and (min-width: 768px) {
    .full-content-layout.product-slider-gallery .wrap-summary {
        padding-right: 0;
        float: right;
    }
    .summary .zoo-product-data-tabs {
        padding-right: 8.3%;
    }
    .graphs .single-chart {
        width: 50px;
    }
}

/** Country list page **/
.country-list-with-flag {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 10px;
}

.country-list-with-flag li {
	list-style: none;
}

.country-list-with-flag li a {
	display: flex;
	align-items: center;
}

.country-list-with-flag li img {
	margin-right: 10px;
}

/** FluentCRM **/
.fluentcrm_unsubscribe_wrapper {
		width: 600px!important;
}
.fluentcrm_un_logo_wrapper img {
		width: 400px!important;
}


/** country pages **/
.page-template-country-page .post-media.single-image {
    width: auto;
    position: absolute;
    margin-bottom: 10px;
}
.page-template-country-page #site-main-content .elementor-widget-container > h2:first-child {
    text-indent: 55px;
}

/** sidebar widget */
.zoo-posts-widget .date-post {
    display: none;
}

@media screen and (max-width: 1200px ) {
	.wss-sell-client-req-question input[type=text]+.wbcom-woo-ques-description {
		float: none;
		width: 100%;
	}
	.wss-sell-client-req-question input[type=text] {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
    #zoo-back-to-top {
        right: 20px;
    }
    .card {
        max-width: inherit;
    }
}

@media screen and (max-width:767px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (min-width: 600px ) {
    .wc-product-table-controls .dataTables_filter {
        margin:0;
    }
    .wc-product-table-controls.wc-product-table-above:before {
        margin: 0;
    }
}

@media (max-width: 576px) {
	h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 555px) {
    .cafe-wrap-search:not(.normal) .cafe-wrap-search-fields {
        border-bottom: 0 none;
    }
    .cafe-search-form input.cafe-search-field,
    .cafe-search-form .cafe-wrap-product-cat {
        border-bottom: 2px solid var(--border-color);
        margin-bottom: 10px;
    }
    .cafe-search-form .cafe-product-cat {
        margin-bottom: 0;
        padding:0;
    }
    .cafe-wrap-search:not(.normal) .cafe-search-submit {
        color: #fff;
        background: #000;
        padding: 10px!important;
        margin:0;
    }
    .wc-product-table.woocommerce.dataTable {
        zoom: 0.7 !important;
    }
}

.payment_method_razorpay p {
	margin-bottom: 0 !important;
}