/**
Theme Name: ANAANDI
Author: NuriLerner
Author URI: http://wpastra.com/about/
Description: Adaptación del theme Astra para ANAANDI X MAYOR
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anaandi
Template: astra
*/

.ast-site-header-cart .ast-woo-header-cart-info-wrap,
.ast-edd-site-header-cart .ast-edd-header-cart-info-wrap {
	font-size: 13px;
}

.ast-site-header-cart .cart-container:hover .count,
.ast-site-header-cart .cart-container:hover .count {
	background-color: #eb1875;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: 7px;
	left: 10px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	font-size: 13px;
	letter-spacing: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 19px;
	color: #eb1875;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover i {
	color: #eb1818;
	font-weight: bold;
}

.button.yith-wcqv-button {
	display: none !important;
}

a:hover h1,
.entry-content a:hover h1,
a:hover h2,
.entry-content a:hover h2,
a:hover h3,
.entry-content a:hover h3,
a:hover h4,
.entry-content a:hover h4,
a:hover h5,
.entry-content a:hover h5,
a:hover h6,
.entry-content a:hover h6 {
	color: #eb1875;
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
	background-color: #fff;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.astra-shop-summary-wrap {
	padding: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.woocommerce ul.products li.product .ast-woo-product-category {
	font-size: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.product-category a {
	overflow: hidden;
}

.product-category {
	background-color: #fff;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product a img {
	transition: all 0.7s ease-in;
}

.woocommerce ul.products li.product:hover a img {
	transition: all 0.7s ease-in;
	transform: scale(1.2);
}

.woocommerce ul.products li.product .button {
	font-size: 11px;
	margin-top: auto;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 47px;
}

.home-category-list ul.products li.product {
	margin-bottom: 0;
}
.woocommerce ul.products {
	justify-content: center;
}

.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}

.footer-widget-area-inner {
	font-size: 80% !important;
}

.footer-widget-area ul {
	display: flex;
	justify-content: center;
}

.footer-widget-area .widget-title {
	display: none;
}
.footer-widget-area ul li {
	margin: 0 5px 5px;
}

/* Spinner */
.spinner-wrap {
	display: none;
	animation: rotate 1.5s linear infinite;
}

.spinner-wrap .flaticon-spinner-of-dots::before {
	margin-left: 0;
	font-size: 12px;
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(359deg);
	}
}
.pvtfw_variant_table_block table.variant th {
	cursor: pointer;
}

#yith-quick-view-modal.open .yith-wcqv-main {
	overflow-y: hidden;
}
.pvtfw_variant_table_block table.variant th,
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	white-space: nowrap;
	display: table-cell;
	border: #eee solid 1px;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	background-color: #fff;
}

.pvtfw_variant_table_block table.variant th,
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	min-width: 40px;
}

.pvtfw_variant_table_block table.variant th.image_link {
	min-width: 140px;
	cursor: auto;
}

.pvtfw_variant_table_block table.variant th.add-to-cart {
	min-width: 160px;
	cursor: auto;
}

.pvtfw_variant_table_block table.variant th.quantity {
	cursor: auto;
	width: auto;
	max-width: 125px;
}

.pvtfw_variant_table_block table.variant th.quantity,
.pvtfw_variant_table_block table.variant th.price_html,
.pvtfw_variant_table_block table.variant th.weight_html {
	min-width: 60px;
}

/* .pvtfw_variant_table_block table.variant input.qty {
    min-width: 60px;
    max-width: 100px;
    width: auto;
} */

.pvtfw_variant_table_block table.variant th.quantity {
	min-width: 100%;
	float: none;
}

.pvtfw_variant_table_block table.variant th.sku {
	min-width: 90px;
}

.pvtfw_variant_table_block table.variant th.active {
	font-weight: bold;
}

.pvtfw_variant_table_block table.variant th.active .arrow {
	opacity: 1;
}

.pvtfw_variant_table_block table.variant th .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 5px;
	opacity: 0.66;
}

.pvtfw_variant_table_block table.variant th.image_link .arrow,
.pvtfw_variant_table_block table.variant th.quantity .arrow {
	display: none;
}

.pvtfw_variant_table_block table.variant tr,
.woocommerce table.shop_table tr,
.woocommerce-page table.shop_table tr {
	display: table-row;
}

.pvtfw_variant_table_block table.variant td,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	display: table-cell;
	border: #eee solid 1px;
	padding: 10px;
	vertical-align: middle;
}

.pvtfw_variant_table_block table.variant tbody tr:nth-child(odd),
.woocommerce table.shop_table tbody tr:nth-child(odd),
.woocommerce-page table.shop_table tbody tr:nth-child(odd) {
	background-color: #f8f8f8;
}

.pvtfw_variant_table_block table.variant th.dsc .arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #666666;
}

.pvtfw_variant_table_block table.variant th.asc .arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666666;
}

.variant-table h3.available-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.pvtfw_variant_table_block .add-to-cart button {
	white-space: nowrap;
}

.pvtfw_variant_table_block .item img,
.woocommerce table.shop_table img,
.woocommerce-page table.shop_table img {
	width: 100px;
	height: auto;
}

.available-options-btn {
	margin-bottom: 15px;
}

.pvtfw_variant_table_block input,
.pvtfw_variant_table_block select {
	border-radius: 0;
	border: solid #eee 1px;
	padding: 5px;
	height: 2.5em;
}

.quick-title {
	position: absolute;
	left: 20px;
	top: 5px;
}

#yith-quick-view-content .product_title.entry-title {
	display: none;
}

#yith-quick-view-content div.images {
	width: 30%;
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#yith-quick-view-content div.summary {
	width: 70%;
	padding-left: 20px;
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	background-color: #fff;
}

body .fancybox-image,
body .fancybox-spaceball,
body .elementor-lightbox-image {
	background-color: white;
}

.slick-prev,
.slick-next {
	z-index: 9999999;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px !important;
	line-height: 1;

	opacity: .35 !important;
	color: #555 !important;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1 !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25 !important;
}

/* Spinner CSS */

.pvtfw-loader {
	display: none;
}

.success_pvtfw_btn:disabled {
	background-color: #4caf50 !important;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.galeria .slick-slide a {
	cursor: zoom-in;
}

/* Media Query */

@media screen and (min-width: 992px) {
	.woocommerce #content .ast-woocommerce-container div.product div.summary,
	.woocommerce .ast-woocommerce-container div.product div.summary,
	.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
	.woocommerce-page .ast-woocommerce-container div.product div.summary {
		width: 60%;
	}

	.woocommerce #content .ast-woocommerce-container div.product div.images,
	.woocommerce .ast-woocommerce-container div.product div.images,
	.woocommerce-page #content .ast-woocommerce-container div.product div.images,
	.woocommerce-page .ast-woocommerce-container div.product div.images {
		width: 35%;
	}
	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
	.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
	#order_partido_main {
		padding-right: 15px;
	}

	#billing_address_2_field {
		display: flex;
		align-items: flex-end;
	}

	#billing_address_2_field .woocommerce-input-wrapper {
		width: 100%;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even),
	.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even) {
		padding-left: 15px;
	}

	.woocommerce form .woocommerce-billing-fields__field-wrapper #listas {
		width: 100%;
	}

	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row,
	.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row,
	#order_partido_main {
		min-width: 50%;
		max-width: 50%;
		flex: 1 0 0;
	}
}

@media screen and (max-width: 769px) {
	/*.pvtfw_variant_table_block table.variant td:before,
	.woocommerce table.shop_table td:before,
	.woocommerce-page table.shop_table td:before {
		content: attr(data-title);
		text-transform: uppercase;
		font-weight: bold;
		display: table-cell;
		padding-right: 10px;
		width: 140px;
	}
	.pvtfw_variant_table_block table.variant td.image_link:before {
		display: none;
	}
	.pvtfw_variant_table_block table.variant td > span {
		display: inline;
	}
	.pvtfw_variant_table_block table.variant td {
		max-width: none;
		display: table;
		line-height: 1.5em;
		width: 100%;
	}
	.pvtfw_variant_table_block table.variant td.image_link {
		text-align: center;
		display: block;
	}
	.pvtfw_variant_table_block table.variant td.image_link img {
		width: auto;
	}
	.pvtfw_variant_table_block table.variant thead {
		display: none;
	}
	.pvtfw_variant_table_block table.variant input.qty {
		width: 100%;
		text-align: center;
		float: initial;
	}
	.pvtfw_variant_table_block table.variant td.quantity,
	.pvtfw_variant_table_block table.variant td.add-to-cart {
		width: 50%;
		display: inline-block;
		text-align: center;
	}
	.pvtfw_variant_table_block table.variant td.quantity {
		line-height: 2em;
	}
	.pvtfw_variant_table_block table.variant td.add-to-cart button {
		margin: 0 auto;
		width: 100%;
	}

	.pvtfw_variant_table_block table.variant td {
		text-align: left !important;
	}*/
}

.ahfb-svg-iconset svg,
.woocommerce a.remove::before,
.restore-item {
	color: red;
	border-color: red;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	background-color: #fff;
	border: 1px solid #ddd;
}
h2#variant-table {
	display: none;
}

.bulk-table {
	padding: 15px 35px;
}

#bulkTablePopup {
	padding: 0;
}
.pvtfw_variant_table_block table.variant th.quantity {
	min-width: 0;
}

.pvtfw_variant_table_block,
.woocommerce table.wishlist_table {
	font-size: 14px;
}

.pvtfw_variant_table_block table.variant th.image_link {
	min-width: 110px;
}

.pvtfw_variant_table_block table.variant td .button {
	font-size: 11px !important;
}

.pvtfw_variant_table_block td {
	text-align: center;
}

.pvtfw_variant_table_block table.variant input.qty {
	font-size: 15px !important;
	height: auto !important;
	font-weight: bold;
	width: 62px !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
	cursor: zoom-in;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.page-id-2863 .page .entry-header {
	margin-bottom: 0;
}

.woocommerce #content table.wishlist_table.cart a.remove {
	color: #555 !important;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	color: #fff !important;
	background-color: red;
}

.woocommerce table.wishlist_table tbody td {
	border-right: 1px solid #eee;
}

.woocommerce table.wishlist_table .product-add-to-cart .add_to_cart_button {
	border: solid;
	border-top-color: currentcolor;
	border-top-width: medium;
	border-right-color: currentcolor;
	border-right-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-left-color: currentcolor;
	border-left-width: medium;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-color: #eb1875;
	border-radius: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: var(--ast-global-color-5);
	border-color: #eb1875;
	background-color: #eb1875;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
}

.woocommerce table.wishlist_table .product-add-to-cart .add_to_cart_button:hover {
	background-color: #bb155d;
	border-color: #bb155d;
	color: #ffe293;
}

#yith-quick-view-close {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	font-size: 12px;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
}

.woocommerce div.product form.cart .variations select {
	font-size: 14px;
	padding: 5px 10px;
	margin-top: -50px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}

.woocommerce div.product form.cart .reset_variations {
	color: red;
}

.woocommerce div.product form.cart .reset_variations:before {
	content: "x";
	padding-right: 5px;
	font-weight: bold;
}

.archive.tax-product_cat .ast-woocommerce-container {
	padding: 50px 20px !important;
}

li.cat-item.current-cat,
li.cat-item.current-cat a {
	color: #eb1875;
}

input[type="range"]::-moz-range-thumb {
	background-color: #eb1875;
}

.pvtfw_variant_table_block table.variant td::before {
	display: none !important;
}

.variant-thumbnail {
	width: 80px !important;
}

.variant-thumbnail img {
	max-width: 70px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.variant-info {
	font-size: 12px;
	text-align: left !important;
}

.variant-title {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

tr.noStock {
	opacity: 0.8;
}

.variations_form.cart,
.available-options-btn {
	display: none !important;
}

.yith-wcqv-main {
	display: flex;
	flex-direction: column;
}

.yith-wcqv-head {
	height: 50px;
	flex: 0 0 auto;
}

#yith-quick-view-modal #yith-quick-view-content {
	flex: 1 1 auto;
	overflow-y: scroll;
	height: auto;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}

#yith-quick-view-close {
	top: 10px;
}

.yith-wcqv-main {
	overflow: hidden;
}

.pvtfw_variant_table_block td:last-child {
	display: none !important;
}

.sidebar-main {
	font-size: 70% !important;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	padding: 4px 8px;
	border-color: #ccc !important;
	border-radius: 3px !important;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	height: 32px !important;
}

.woocommerce form .form-row label,
#order_partido_main span {
	font-size: 14px !important;
	letter-spacing: 0;
	color: #5d6167;
	font-weight: bold;
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	padding-right: 45px;
}
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button,
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	font-size: 16px;
}

.woocommerce .select2-container .select2-dropdown,
.woocommerce-page .select2-container .select2-dropdown {
	padding: 10px !important;
	border: 1px solid #ddd !important;
}

h3 .woocommerce-form__label {
	font-size: 19px;
}
/*
.ast-search-menu-icon.slide-search .search-form {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	opacity: 1;
	visibility: visible;
	display: block;
}*/

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	border-width: 0 0 1px 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce form.checkout_coupon .button,
.woocommerce #respond input#submit,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	font-size: 13px;
	letter-spacing: 0;
	padding: 10px 20px;
}

.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce.woocommerce-checkout form #order_review table {
	border: 1px solid #ddd !important;
}

.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
	border-color: #ddd !important;
}

.woocommerce-page.woocommerce-checkout form #order_review td:first-child,
.woocommerce-page.woocommerce-checkout form #order_review th:first-child,
.woocommerce.woocommerce-checkout form #order_review td:first-child,
.woocommerce.woocommerce-checkout form #order_review th:first-child {
	border-color: #ddd !important;
	border-left: none;
	padding-left: 6px;
}

.woocommerce-page.woocommerce-checkout tfoot *,
.woocommerce-page.woocommerce-checkout tfoot th,
.woocommerce-Price-amount.amount {
	font-weight: bold !important;
}

#place_order {
	max-width: 500px;
	font-size: 14px !important;
	padding: 15px 30px !important;
	width: auto !important;
	margin: auto;
	float: left !important;
}

.wpmc-nav-wrapper {
	padding-top: 10px !important;
	border-top: 1px solid #ddd !important;
}

.cart-collaterals .woocommerce-shipping-totals.shipping,
.cart-collaterals .tax-rate.tax-rate-ar-iva-21-1,
.cart-collaterals .order-total,
.cart-collaterals .cart-subtotal th {
	display: none !important;
}

.cart-collaterals .cart-subtotal td {
	text-align: center;
}

.item-sku.sku-cart {
	font-size: 13px;
	color: #777;
}

.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-mini-cart-item.mini_cart_item .quantity-color {
	display: inline-block;
	padding: 0px 4px;
	font-weight: bold;
	color: #fff;
	background-color: #eb1875;
	font-size: 90%;
	border-radius: 2px;
}

.woocommerce-mini-cart-item.mini_cart_item .quantity-color {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -3px;
	font-weight: bold;
	font-size: 14px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}

.woocommerce ul.product_list_widget li img {
	top: 14px;
	transform: none;
	height: 58px;
	width: 58px;
}

.woocommerce-js ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a {
	margin-bottom: 0;
}

.woocommerce-js ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	padding-bottom: 4px;
	line-height: 1.1;
	padding-left: 65px;
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button,
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	letter-spacing: 0 !important;
}
.woo-product-gallery-slider .wpgs-nav.slick-slider,
.woo-product-gallery-slider .wpgs-nav {
	display: none !important;
}

.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail,
.woo-product-gallery-slider {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.zoomtoo-container {
	cursor: zoom-in;
}

.ast-search-icon {
	display: none;
}

.form-search .form-search__field {
	padding-right: 50px;
	font-size: 16px;
	height: 32px;
}

.form-search__icon {
	z-index: 3;
	font-size: 20px;
	position: relative;
	left: -32px;
	top: 4px;
}

.form-search__icon::before {
	content: "\e8b6";
	font-family: Astra;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flaticon-back::before {
	margin-left: 0 !important;
}
.wpgs-for .slick-arrow::before,
.wpgs-nav .slick-prev::before,
.wpgs-nav .slick-next::before {
	opacity: 0.5;
}
.woocommerce div.product div.images img {
	background-color: #fff;
}

.ast-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
}

#yith-quick-view-content .ast-article-post,
#yith-quick-view-content .ast-article-single {
	padding: 30px 20px;
	float: left;
	width: 100%;
}

#yith-quick-view-content .bulk-table {
	padding: 15px 0;
}

body.woocommerce .orderby {
	border: 1px solid #eee !important;
	border-radius: 3px;
}

@media screen and (max-width: 992px) {
	.ast-mobile-header-content li,
	.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link {
		font-size: 18px;
		line-height: 30px;
	}

	.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link {
		height: 90px;
		display: flex !important;
		align-items: center;
		color: #eb1875 !important;
		border-color: #ddd !important;
	}

	.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
	.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content,
	.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
		border-color: #ddd !important;
	}
	.ast-mobile-header-content {
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
		border-color: #ddd !important;
	}

	.ast-mobile-header-logo {
		width: auto;
		max-height: 84px !important;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	body {
		padding-top: 84px;
		font-size: 80%;
	}

	.ast-main-header-nav-open {
		overflow: hidden;
	}

	.ast-main-header-nav-open .site-content,
	.ast-main-header-nav-open footer {
		opacity: 0.5;
		pointer-events: none;
	}

	.woocommerce h2,
	.woocommerce-account h2 {
		font-size: 24px;
	}

	.quick-title {
		position: static;
	}

	#yith-quick-view-content {
		padding: 0 20px;
	}

	#yith-quick-view-content div.images {
		width: 100%;
		margin: 20px 0;
	}

	#yith-quick-view-content .ast-article-post,
	#yith-quick-view-content .ast-article-single {
		padding: 30px 0;
	}

	#yith-quick-view-content div.summary {
		padding: 0;
	}

	#yith-quick-view-content div.summary {
		width: 100%;
	}

	.elementor-kit-840 button,
	.elementor-kit-840 input[type="button"],
	.elementor-kit-840 input[type="submit"],
	.elementor-kit-840 .elementor-button {
		font-size: 13px !important;
	}

	.bulk-table {
		padding: 0;
	}

	.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		font-size: 18px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	li .dgwt-wcas-search-wrapp {
		padding-top: 20px;
		padding-bottom: 0;
	}
}

#wpmc-prev,
#wpmc-back-to-cart {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	color: #eb1875 !important;
}

#wpmc-prev:hover,
#wpmc-back-to-cart:hover {
	background-color: #ddd !important;
}

@media screen and (min-width: 921px) {
	.home .site-header {
		position: relative !important;
	}
}
