/*
Theme Name: Artenango
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */

:root {
	--font: "Roboto", sans-serif;
	--dark:#000000;
	--red-dark: #660000; 
	--red-700: #aa0100; 
	--red-600: #cc0e01; 
	--red-500: #fe0103; 
	--red-400: #da0301; 
	--yellow-dark: #99742b; 
	--yellow-700: #aaa044; 
	--yellow-600: #b3aa4b; 
	--yellow-500: #c29436; 
	--yellow-400: #ca9d42; 
	--green-dark: #123f0f; 
	--grenn-700: #50664e; 
	--green-600: #6d6635; 
	--green-500: #1d875e; 
	--green-400: #38918a; 
	--green-300: #938e60; 
	--green-200: #92a06c; 
	--blue-dark: #093c5b; 
	--blue-700: #0d527c; 
	--blue-600: #12559e; 
	--blue-500: #2677a0; 
	--blue-500: #2677a0; 
	--blue-400: #40a0c6; 
	--blue-300: #0002a2; 
	--blue-200: #0f20ef;
	--morado-dark: #6a527c;
	--morado-700: #6a527c;
	--morado-600: #87729b;
	--morado-400: #501172;
	--morado-300: #8a40ed;
	--morado-200: #a976dd;
	--coffee: #3c0008;
	--color1:#cc0e01;
	--color2:#123f0f;
	--color3:#660000;
	--color5:#99742b;
	--color6:#c29436;
	--color7:#0d527c;
	--color8:#3c0008;
	--light:#f9f9f9;
	--border-color:rgb(238, 238, 238);
}

/* Elementos Globales */
body#top {
	font-family: var(--font);
	font-size: 16px!important;
	font-weight: 300;
	color: var(--dark);
}
.alg_mpwcfa_field.alg_mpwcfa_screenshots {
	display: none;
}
#top h1, #top h2, #top h3, #top h4, #top h5, #top .main-title {
	font-weight: 300;
	font-family: var(--font);
}
#top label {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 0.85em;
	font-family: var(--font);
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select, #top .main_color select, #top div form .form-row input.input-text, #top div #content .form-row input.input-text, #top div form .form-row textarea, #top div #content .form-row textarea, .select2-container--default .select2-selection--single {
	padding: 0.75rem 1.25rem;
	margin: 0;
	font-family: var(--font);
	font-size: 0.92rem;
	border-radius: 0.5rem;
	font-weight: 300;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	background: white;
}
#top strong, #top b {
	font-weight: 500;
}
#top .h1 .av-special-heading-tag {
	font-size: 50px;
}


/* Custom styles */
.text-center {
	text-align: center;	
}
.text-start {
	text-align: left;	
}
.text-end {
	text-align: right;	
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc!important;
}
.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb!important;
}
.alert-danger {
	color: #600404;
	background-color: #fccfcf;
	border-color: #fbb6b6!important;
}
#top .select2-container .select2-selection--single {
	height: auto;
	border-color: #e1e1e1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: normal;
}
#top .sm-wrap .container {
	max-width: 1210px;
}
.yith-wcwl-wishlistaddedbrowse {
	font-size: 13px;
}
.yith-wcwl-add-button span {
	font-size: 13px;
}
span.feedback:after {
	content: 'Added to favorites';
	display: block;
}
.yith-wcwl-add-to-wishlist {
	padding-top: 10px;
	border-top: 1px solid var(--border-color);
	display: flex;
}
.video_iframe {
	aspect-ratio: 16 / 9;
	height: auto;
}

/* Columnas */
.row, .wpcf7-form > p {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .wpcf7-form > p > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
#top .col-auto {
  flex: 0 0 auto;
  width: auto;
}
#top .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
#top .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
#top .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
#top .col-12 {
  flex: 0 0 auto;
  width: 100%;
}




/* Theme Override */ 
#top .avia-button, #top form.cart .button:not(.view), #top .wc-block-components-button, #top .woocommerce-info .button:not(.view), #top .card-myaccount-wc .button:not(.view), #top .wpcf7-submit {
	min-width: 220px;
	height: 60px;
	font-size: 22px;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	padding: 0.75rem 2rem;
	color: white;
	border-radius: 0px;
	margin: 0;
}
#top div .avia-gallery img {
	border: 0;
}








.info-input {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 8px;
}
.imgInputFile img {
	width: 100% !important;
	object-fit: cover;
}
.imgInputFile button {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	right: 0;
	border: 0;
	background: rgb(0 0 0 / 80%);
	color: white;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.imgInputFile:hover button {
	opacity: 1;
}
.imgInputFile {
	position: relative;
	line-height: 0;
}
.img_art_thumb {
	background-size: cover !important;
	padding: 50% 0 !important;
	border: 1px solid var(--border-color);
	margin-bottom: 5px;
}
.modal-open .content, .modal-open .sidebar {
	z-index: initial;
}
.img-crop-inner {
	/* display: flex; */
}
.img-post-artist {
	padding: 28% 0;
	display: block;
	background-size: cover !important;
}
#top div[data-filter-type="wpfPrice"] + div[data-filter-type="wpfAuthor"], #top div[data-filter-type="wpfCategory"] + div[data-filter-type="wpfAuthor"] {
	display: none;
	visibility: hidden;
	opacity: 0;
}
#top .wpfPriceInputs input {
	border: 0 !important;
	padding: 0;
	border-radius: 0;
	line-height: 1;
}
.wfpTitle.wfpClickable + i {
	display: none;
}
.overlay-ig {
	position: relative;
}
.overlay-ig:before {
	content: 'View on Instagram';
	display: block;
	width: 120px;
	height: 50px;
	background: url(img/play_circle.svg) no-repeat center center;
	background-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 65px;
	text-align: center;
	z-index: 1;
}
.overlay-ig:after {
	content: '';
	display: block;
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




#top #wrap_all #main input.wpcf7-form-control.wpcf7-submit.btn-sending {
	background-color: var(--blue-600);
}
#top .avia-button.avia-size-small, #top .woocommerce-info .button:not(.view), #top .card-myaccount-wc .button:not(.view) {
	font-size: 14px;
	height: 50px;
}
.woocommerce-info .button:not(.view), #top .woocommerce-address-fields__field-wrapper .button:not(.view), #top .card-myaccount-wc .button:not(.view) {
	text-transform: uppercase;
}
#top .avia-button.avia-size-medium {
	font-size: 22px;
}
#top .avia-button.avia-color-dark {
	border-color: var(--dark);
	border-width: 1px;
	color: var(--dark);
}
#top .avia-button.avia-color-dark-fill {
	border-color: var(--dark);
	border-width: 1px;
	background-color: var(--dark);
	color: white;
}
.commission-inner-artist {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#top .commission-inner-artist > h4 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.avia-button.avia-color-green, .avia-button.avia-color-green:hover {
	background-color: var(--green-dark);
	border-color: var(--green-dark);
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
	text-transform: initial;
	letter-spacing: 0px;
	font-weight: normal;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay, .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
	border-radius: 0px;
}
.wpcf7-form > p > label {

}
.wpcf7-form > p > label:not(:last-child) {
	margin-bottom: 10px;
}
.wpcf7-form > p {
	width: auto;
	margin-bottom: 0;
}
.row.row-social p {
	margin-top: 0;
}
.row.row-social {
	margin-bottom: 0;
}
.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;	
}







/* Header */
#header_main {
	border-color: var(--border-color);
}
#top #wrap_all #header.av_header_transparency #header_main {
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
}
.html_header_top #top .av_header_stretch .container {
	width: 100%;
	padding: 0 50px;
}
#top .phone-info > div a {
	margin-left: 2rem;
	text-decoration: underline;
}
.phone-info > div {
	display: flex;
	align-items: center;
}
.phone-info {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1rem 0;
}
#top .phone-info, #top .phone-info * {
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
}
#top .wrap-submenu {
	margin-left: 2rem;
	order: 2;
}
#top #header_main .wrap-submenu .container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
}
#top .av_header_transparency #header_main .wrap-submenu .container {
	border: 0;
}
.wrap-submenu .menu {
	display: flex;
	align-items: center;
	margin: 0;
}
.left .menu li a {
	display: flex;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	color: var(--dark);
	opacity: 0.5;
	font-weight: 500;
}
.left .menu li:not(:last-child) {
	margin-right: 1.25rem;
	padding-right: 1.25rem;
	border-right: 1px solid var(--border-color);
}
.right {
	margin-right: 2rem;
}
.logo svg, .logo.avia-img-svg-logo > a > img, .logo .alternate.avia-img-svg-logo {
	width: 230px;
}
img.inline-logo-artenango {
	max-width: 120px;
	vertical-align: middle;
}
#top #wrap_all #header .menu-icon:not(:last-child) {
	margin-right: 10px;
}
#top #wrap_all #header .menu-icon a {
	display: flex;
	font-size: 0px;
	width: 24px;
	height: 24px;
}
#top #wrap_all #header.av_header_transparency .icon-search a {
	background: url(img/search_white.svg) no-repeat center center;
	background-size: 100%;
} 
#top #wrap_all #header.av_header_transparency .icon-cart a {
	background: url(img/shopping_bag_white.svg) no-repeat center center;
	background-size: 100%;
} 
#top #wrap_all #header.av_header_transparency .icon-wishlist a {
	background: url(img/wishlist_white.svg) no-repeat center center;
	background-size: 100%;
} 
#top #wrap_all #header.av_header_transparency .icon-account a {
	background: url(img/user_white.svg) no-repeat center center;
	background-size: 100%;
	width: 28px;
	height: 28px;
} 
#top .icon-search a {
	background: url(img/search.svg) no-repeat center center;
	background-size: 100%;
} 
#top .icon-cart a {
	background: url(img/shopping_bag.svg) no-repeat center center;
	background-size: 100%;
} 
#top .icon-wishlist a {
	background: url(img/wishlist.svg) no-repeat center center;
	background-size: 100%;
} 
#top .icon-account a {
	background: url(img/user.svg) no-repeat center center;
	background-size: 100%;
	width: 28px;
	height: 28px;
} 
#top .right .menu li:not(:last-child) {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 2px solid var(--dark);
}
#top .right .menu li a {
	font-weight: 600;
}
.menu-right {
	display: flex;
	align-items: center;
}
#top .wrap-submenu .container, #top .wrap-submenu .menu, #top .wrap-submenu .menu li, #top .wrap-submenu .menu a {
	line-height: normal;
	height: auto;
}
#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	line-height: normal!important;
	height: auto!important;
}

.wrap-submenu .container:after {
	display: none;
}
#top span.logo {
	padding: 10px 0;
	position: static;
	order: 0;
}
#top .main_menu {
	position: static;
	display: flex;
	align-items: center;
	width: auto;
	justify-content: center;
	order: 3;
	width: 100%;
	border-top: 1px solid var(--border-color);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}
#top #wrap_all #header.av_header_transparency .main_menu {
	border-top: 1px solid rgb(255 255 255 / 30%);
}
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
	color: var(--dark);
}

#top .av-main-nav > li > a {
	font-size: 14px;
	padding: 15px 0;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.av-main-nav > li:not(:first-child) {
	margin-left: 1.25rem;
}
.av-logo-container .inner-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 0.5rem;
}
#top .avia-menu.av_menu_icon_beside {
	padding-right: 0;
	border: 0;
	margin-right: 0;
}
#top nav .social_bookmarks {
	position: absolute;
	float: none;
	margin: 0;
	height: auto;
	transform: translate(0%, -50%);
}
#top #header .social_bookmarks li a, #top #header .social_bookmarks li:hover a {
	border: 1px solid var(--color1);
	opacity: 1;
	color: white;
	background: var(--color1);
	height: 30px!important;
	line-height: auto!important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#top #header .social_bookmarks li:not(:last-child) {
	margin-right: 0.45rem;
}
#hero-slider .flex_cell_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.icon-search {
	display: none;
}
#search-header {
	order: 1;
	width: calc(100% - 381px - 4rem);
	margin-left: 2rem;
}
#top .avia_search_element form {
	margin: 0;
}
#top .avia_search_element #search_query {
	padding: 0 1.5em;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}
#top .avia_search_element #s, #top .avia_search_element #search_query {
	border:1px solid var(--border-color)!important;
	background: var(--light);
}
#top #wrap_all #header.av_header_transparency .avia_search_element #s, #top #wrap_all #header.av_header_transparency .avia_search_element #search_query {
	border:0!important;
	background: rgba(255, 255, 255, 0.70);
}
.header_color .av_searchsubmit_wrapper {
	background: transparent;
	right: 0.75rem!important;
	width: 40px;
}
#top #wrap_all #header:not(.av_header_transparency) svg, #top #wrap_all #header:not(.av_header_transparency) svg * {
	fill: var(--color1);
	stroke: var(--color1);
}
.av_searchform_wrapper {
	border: 0;
}
#top .avia_search_element #searchsubmit.av-submit-hasicon {
	font-size: 0px;
	background: url(img/search.svg) transparent no-repeat center center;
	background-color: transparent;
	background-size: 30px;
}
#top .avia_search_element form {
	overflow: visible;
}
#top #header_main .av_searchform_element_results {
	position: absolute;
	top: 0;
	width: 100%;
	background: white;
	z-index: 999;
	margin-top: 40px;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container.av-logo-container {
	padding-bottom: 0px;
}
.av_searchform_element_results h4:first-child {
	padding-top: 0em;
}
#top a.av_ajax_search_entry.av_ajax_search_entry_view_all {
	margin-top: 10px;
	padding-bottom: 0;
	padding-top: 0;
	background: transparent;
}



/* Slick */
button.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	border: 0;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 0px;
	font-size: 0px;
	margin-top: 0px;
	width: 40px;
	height: 40px;
	z-index: 1;
	cursor: pointer;
}
button.slick-disabled {
	opacity: 0;
}
button.slick-prev {
	background: url(img/arrow_prev.svg) rgba(255, 255, 255, 0.75) no-repeat center center;
	background-size: 30px;
	left: 0;
}
button.slick-next {
	background: url(img/arrow_next.svg) rgba(255, 255, 255, 0.75) no-repeat center center;
	background-size: 30px;
	right: 0;
}




/* Custom Styles */
.btn-hero {
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
#top h3, #top .title-h3 .av-special-heading-tag {
	font-weight: 500;
	font-family: var(--font);
	font-size: 20px;
	text-transform: uppercase;
	line-height: 120%;
} 
#top h2, #top .title-h2 .av-special-heading-tag {
	font-weight: normal;
	font-family: var(--font);
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: 2px;
} 
#top .title-h1 .av-special-heading-tag, .header_cat_woo h1, #top .main-title {
	font-weight: normal;
	font-family: var(--font);
	font-size: 60px;
} 
#top .main-title a {
	color: var(--dark)!important;
	font-family: var(--font);
}
.header_cat_woo h1, #top .main-title {
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400!important;
	text-align: center;
}
#top .simple-link a.avia-button {
	min-width: 70px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--color1);
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 500;
	height: auto;
}
.full-img img {
	width: 100%;
}
.aboutText {
	padding: 34px;
}





/* Filter Menu */
.menu-filter .menu {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
}
.menu-filter {
	margin-top: 3rem;
}
.menu-filter .menu li {
	margin-left: 0;
	line-height: normal;
}
.menu-filter .menu li:not(:last-child) {
	margin-right: 0.5rem;
}
.menu-filter .menu a {
	display: block;
	border: 1px solid var(--dark);
	padding: 12px 16px;
	font-weight: 500;
	font-size: 14px;
}
#top .card-cat .av-special-heading {
	margin-top: 2rem;
}
.shop-categories {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.shop-categories .av-special-heading {
	width: 280px;
}
.shop-categories .av_textblock_section {
	width: calc(100% - 280px);
}
.shop-categories ul {
	margin: 0;
	list-style: none;
	padding-right: 50px;
	padding-left: 50px;
}
.shop-categories ul li {
	margin-left: 0;
	padding: 0 8px;
}
.shop-categories ul li a {
	border: 1px solid var(--dark);
	padding: 1rem;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}


/* Featured Collections */
#collections .entry-content-wrapper:before, #collections .entry-content-wrapper:after {
	display: none;
}
#collections .template-page {
	padding-top: 0px;
	margin-top: -20px;
}
#collections .slick-list {
	width: auto;
	margin: 0 -15px;
}
#collections .slick-list .slick-slide {
	padding: 0 15px;
}
.card-collection .av-special-heading {
	margin-top: 1rem;
}
.card-collection .avia_textblock {
	font-size: 16px;
}
.card-collection .avia_textblock p {
	margin-top: 0;
}
#top #collections button.slick-arrow {
	background-color: rgb(255 255 255 / 75%);
	width: 30px;
	height: 60px;
	top: 45%;
}
#top #collections button.slick-prev {
	left: 30px;
}
#top #collections button.slick-next {
	right: 30px;
}




/* Carrusel products */
.carrusel-products .product-sorting {
	display: none;
}
#new-discoveries .container, .border-b .container {
	border-bottom: 1px solid var(--border-color);
}

/* Prodcts  */
#top ul.products {
	margin: 0;
}
#top .products li.product {
	padding: 0 5px;
	margin: 0;
}
#top .inner_product {
	border: 0;
	min-height: 1px;
	background: transparent;
}
#top .inner_product_header {
	padding: 0;
	border: 0;
	min-height: 1px;
	background: transparent;
}
.inner_product_header .avia-arrow {
	display: none;
}
#top .products .product .woocommerce-loop-product__title {
	font-size: 15px;
	letter-spacing: 0px;
	color: var(--dark);
	line-height: 20px;
	font-weight: 300;
}
#top .carrusel-products {
	margin-top: 15px;
}
#top .avia_cart_buttons {
	display: none;
}
#top .inner_product_header_cell span.price, #top .inner_product_header_cell span.price * {
	font-family: var(--font);
	font-weight: 500;
}



/* Blog section */
#blog-section .flex_column:before, #blog-section .flex_column:after {
	display: none;
}
#blog-section .flex_column.av_one_full {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#blog-section .flex_column.av_one_full .av-special-heading {
	width: calc(100% - 90px);
}
#blog-section .avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
	margin-top: 1rem;
	width: auto;
}
#blog-section .slide-entry-wrap {
	flex: 0 0 auto;
	width: 100%;
	max-width: 33.33%;
	padding: 0 1.5rem;
	margin-bottom: 40px;
}
#top .slide-entry-title.entry-title {
	font-size: 20px;
	font-family: var(--font);
	font-weight: 500;
	line-height: 120%;
	text-align: center;
}
.slide-meta {
	display: none;
}
.read-more-link {
	display: flex;
	margin-top: 0.75rem;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
	font-size: 0.95rem;
}
.read-more-link a {
	color: var(--color1);
}
.read-more-link span {
	display: none;
}
#top .slide-content {
	margin-top: 1.5rem;
}
.slide-entry-excerpt {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.5;
	font-family: var(--font);
}

/* Testimonials */
.avia-testimonial-meta {
	margin: 0;
	font-family: var(--font);
	font-size: 1rem;
}
.avia-testimonial_inner {
	background: var(--light);
	padding: 1.5rem;
	border-radius: 0.5rem;
	height: 100%;
}
#top .avia-testimonial {
	padding-top: 0;
	padding-bottom: 0;
}
.avia-testimonial-wrapper .slick-track {
	display: flex;
}
.avia-testimonial-wrapper .slick-track .slick-slide {
	height: auto;
}
.avia-testimonial-wrapper .slick-track .slick-slide > div, .avia-testimonial-wrapper .slick-track .slick-slide > div > section, .avia-testimonial-wrapper .slick-track .slick-slide > div > section > div {
	height: 100%;
	display: flex;
}
#section-footer h4 {
	font-family: var(--font);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#top #main .newsletter button, #top #main .newsletter .buttonmailchimp {
	border: 1px solid white;
	padding: 0.75rem 3rem;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	min-height: 50px;
	text-transform: uppercase;
}
#top #main .newsletter input.email_mailchimp {
	border-radius: 0px;
}
#top #main .newsletter input.email_mailchimp, #top #main .newsletter input.email_mailchimp:focus {
	background: transparent;
	margin-bottom: 0;
	margin-right: 50px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #fff;
	font-size: 1rem;
	min-height: 50px;
}
.newsletter {
	display: flex;
	align-items: center;
}
#top #main .newsletter input::-webkit-input-placeholder { color: white!important; } /* WebKit */
#top #main .newsletter input::-moz-placeholder { color: white!important; } /* Firefox 18- */
#top #main .newsletter input::-moz-placeholder { color: white!important; } /* Firefox 19+ */
#top #main .newsletter input::-ms-input-placeholder { color: white!important; } /* IE 10+ */

input.wpcf7-form-control.input-class::-webkit-input-placeholder { color: #858585; }
input.wpcf7-form-control.input-class::-moz-placeholder { color: #858585; }
input.wpcf7-form-control.input-class::-ms-input-placeholder { color: #858585; }

#top #section-form .wpcf7-form-control::-webkit-input-placeholder { color: #858585; }
#top #section-form .wpcf7-form-control::-moz-placeholder { color: #858585; }
#top #section-form .wpcf7-form-control::-ms-input-placeholder { color: #858585; }

#top #section-footer .container {
	max-width: 1100px;
}
#top #section-footer ul li a {
	text-decoration: none;
}
#section-footer ul li {
	margin-left: 0;
	padding: 0;
}
#section-footer ul {
	list-style: none;
	margin-left: 0;
}
.social-footer p {
	display: flex;
	align-items: center;
}
#top #main .social-footer a:not(:last-child) {
	margin-right: 20px;
}
.social-footer img {
	height: 25px;
	width: 25px;
}
#copyright img {
	width: 150px;
	margin-left: 14px;
}
#copyright p {
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyright p {
	line-height: normal;
}


div#gt_float_wrapper {
	top: 0px !important;
}
#top .av_header_transparency #header_meta, #top #header_meta {
	background-color: var(--red-dark)!important;
}
.html_header_transparency #top #main {
	padding-top: 49px !important;
}
#top .av_header_transparency .left .menu li a, #top .av_header_transparency .right li a {
	color: white;
	opacity: 1;
}
#top .av_header_transparency .right .menu li:not(:last-child) {
	border-color: white;
}
#top .av_header_transparency .left .menu li:not(:last-child) {
	border: none;
}
#headerpage.avia-section.av-minimum-height .container .content {
	vertical-align: bottom;
	padding-bottom: 50px;
}
/* Submenu */
.avia_mega_div {
	/* display: block !important;
	opacity: 1 !important;
	visibility: visible !important;	 */
}
li#menu-item-931 {
	/* overflow: visible!important; */
}
#avia-menu li:nth-last-child(2) .avia_mega_div {
	left: auto !important;
	right: 0 !important;
}
#top ul.sub-menu {
	/* display: block !important;
	opacity: 1 !important;
	visibility: visible !important;	 */
	padding: 15px 0px;
	background-color: rgb(255 255 255 / 90%);
	backdrop-filter: blur(10px);
}
#top ul.sub-menu li {
	border: 0;
}
#top #wrap_all ul.sub-menu li > a {
	border: 0;
	padding: 3px 15px 3px;
	font-weight: 400;
	background: transparent;
}
#top #wrap_all .pll-parent-menu-item {
	position: relative;
	margin-right: 10px;
}
#top #wrap_all .pll-parent-menu-item > a {
	padding-right: 24px;
	background: url(img/keyboard_arrow.svg) no-repeat right center;
	background-size: 20px;
}
#top #wrap_all #header.av_header_transparency .pll-parent-menu-item > a {
	color: white;
	background: url(img/keyboard_arrow_white.svg) no-repeat right center;
	background-size: 20px;
}
#top #wrap_all .pll-parent-menu-item .sub-menu {
	position: absolute;
	margin: 0;
	border: 1px solid var(--border-color);
	backdrop-filter: none;
	padding: 10px 0;
	right: 0;
	top: 90%;
	background: white;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}
#top #wrap_all .pll-parent-menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
#top #wrap_all .pll-parent-menu-item .sub-menu li:last-child {
	margin-bottom: 0;
}
#top #wrap_all #header .mega_menu_title, #top #wrap_all #header .mega_menu_title a {
	font-weight: 500;
	font-family: var(--font);
	font-size: 20px;
}
.avia_mega_div .avia-bullet {
	display: none;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 400;
}
#top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children > ul > li > a {
	padding: 0;
	font-size: 13px;
}
#top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children > ul > li {
	margin-left: 0;
}
#top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children > a {
	font-weight: 500;
	padding-bottom: 0;
}
#top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children > ul {
	padding-top: 0;
}
#top #wrap_all ul.sub-menu > li:not(:last-child) {
	margin-bottom: 5px;
}
#top .header_color .main_menu .menu ul li > a:hover, #top .header_color .main_menu .menu ul li > a:focus {
	color: var(--red-400);
}
#top .av-main-nav ul ul {
	border: 0;
	padding: 15px 0;
	backdrop-filter: blur(10px);
}
/* Search form */
#section-form .flex_column {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	float: none;
	padding: 3rem;
	border-radius: 1rem;
	/* background: rgb(0 0 0 / 25%); */
	box-shadow: 0px 0px 14px 0px rgb(255 255 255 / 15%);
	color: #fff;
	backdrop-filter: blur(27px);
}
#top #section-form .wpcf7-form-control {
	background: rgba(255, 255, 255, 0.70);
	border: 0;
	backdrop-filter: blur(15px);
}
#top input.wpcf7-form-control.wpcf7-file {
	padding: 0.75rem 1.25rem;
	width: 100%;
	border-radius: 0.5rem;
}
#top #main input.wpcf7-form-control.wpcf7-submit.avia-button {
	background-color: var(--red-dark);
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	float: none;
	display: block;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	position: relative;
	padding: .75rem 1.25rem!important;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
span.wpcf7-spinner {
	display: none;
}


/* Breadcrumbs Woo */
#top .title_container .container {
	display: flex;
	flex-direction: column;
}
nav.woocommerce-breadcrumb, .title_container .breadcrumb {
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
}
.title_container .breadcrumb {
	position: static;
	text-transform: uppercase;
	order: 0;
}
#top .main-title {
	order: 1;
}
nav.woocommerce-breadcrumb a {
	color: var(--dark);
}
.header_cat_woo {
	overflow: hidden;
	background: var(--light);
	padding: 1.5rem 0;
}
#top .title_container .container {
	overflow: hidden;
	background: var(--light);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
	background: var(--light);
}
.term-description {
	text-align: center;
	font-size: 1rem;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}


/* Woocommerce page */
#top .sidebar_left.template-shop .container aside {
	order: 1;
	width: 100%;
	border: 0 !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
#top .sidebar_left.template-shop .inner_sidebar {
	margin-right: 0;
	
}
#top .sidebar_left.template-shop .container main {
	order: 2;
	width: 100%;
	padding-left: 0;
	border: 0;
	padding-top: 0px;
	float: none;
}
.sidebar_left.template-shop .container {
	display: flex;
	flex-direction: column;
}
#top .content .entry-content-wrapper {
	padding-right: 0px;
}
#top.tax-product_cat .shop_columns_5 .products .product {
	width: 20%;
	margin-bottom: 1rem;
}
#top .inner_sidebar {
	display: flex;
	flex-direction: column;
}

#top .inner_sidebar > section > .wpfMainWrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	width: auto;
}

#top .inner_sidebar > section > .wpfMainWrapper > div {
	flex: 0 0 25%;
	padding: 0 15px;
}
#top .wpfFilterWrapper {
	padding: 0 2px;
	margin: 0;
}
#top .wfpTitle.wfpClickable, #top .wfpDescription {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--font);
	font-size: 0.85rem;
	font-weight: 500;
}
#top .wpfFilterWrapper .ui-slider-horizontal {
	margin-top: 0px !important;
}
#top .ui-slider.ui-widget-content:not(.iris-slider-offset) {
	background: var(--enfold-alternate-color-heading);
}
#top .ui-slider.ui-widget-content .ui-slider-handle {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: 2px solid #010 !important;
	padding: 0px;
	box-sizing: border-box;
}
#top .wpfFilterWrapper .ui-slider-horizontal {
	height: 4px;
	margin-top: 0px!important;
	border: 0px !important;
}
#top .wpfPriceFilterRange {
	margin-bottom: 5px;
}
#top .ui-slider .ui-slider-range {
	margin-top: 1px;
	background: #000 !important;
}
#top .wpfFilterWrapper .wpfPriceInputs {
	margin-top: 5px;
}
#top .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
	padding-right: 4px;
}
#top .cart-collaterals .cart_totals table select, #top.woocommerce-page select {
	width: 100%;
}
#top .wpfFilterContent select {
	background: url(img/keyboard_arrow.svg) no-repeat right 10px center!important;
	border-color: var(--black);
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 10px;
	padding-right: 0px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.85rem;
	padding-top: 0px;
}
.product-sorting {
	display: none;
}
#top .wpfFilterWrapper .wpfPriceInputs {
	margin-top: 0px;
	font-size: 13px;
}


/* Product detail */
.product-template-default h1.archivepagehs {
	display: none;
}
.product-template-default .header_cat_woo {
	background: #fff;
}
.product-template-default .container_wrap {
	border: 0;
	/* padding-top: 0px; */
}
.product-template-default .container > .product.type-product {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1095px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.single-product-main-image {
	width: 100%;
	flex: 0 0 auto;
	max-width: calc(100% - 380px);
	margin: 0;
}
.single-product-summary {
	width: 380px;
	padding-left: 2rem;
}
.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}
#top .thumbnails {
	order: 0;
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	width: 100%;
	max-width: 80px;
	margin: 0;
	padding: 0 15px 0 0;
}
#top #main .thumbnails a {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0 0 8px;
}
#top .woocommerce-product-gallery__wrapper > a.lightbox-added {
	order: 1;
	flex:  0 0 auto;
	width: 100%;
	max-width: calc(100% - 80px);
	border: 0;
	padding: 0;
}
.template-shop + #av_section_1 {
	background: var(--light);
}
.accordeon-content {
	display: none;
}
.accordeon-item.active .accordeon-content {
	display: block;
}
.accordeon-wrap {
	width: calc(100% - 380px);
	padding-bottom: 50px;
}
#top .accordeon-title {
	margin: 0;
	cursor: pointer;
	background: url(img/expand_circle_down.svg) no-repeat right center;
	letter-spacing: 2px;
}
#top .active .accordeon-title {
	background: url(img/expand_circle_up.svg) no-repeat right center;
}
#top .accordeon-item:first-child {
	border-top: 1px solid #000;
}
#top .accordeon-item {
	padding: 20px 15px 20px 0;
	border-bottom: 1px solid #000;
}
.accordeon-content {
	padding-top: 15px;
}
#top .accordeon-content h3 {
	font-size: 1rem;
}
.single-product-main-image aside.sidebar {
	display: none !important;
}
#top .entry-summary .product_title.entry-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2px;
}
div form.cart div.quantity {
	display: none;
}
#top form.cart .button:not(.view), #top .wc-block-components-button {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	height: 45px;
}
.template-shop div.product div.summary {
	padding: 2rem;
	background: var(--light);
	line-height: normal;
	width: calc(380px - 2rem);
}
.product_meta {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	font: 1rem;
}
.product_meta > span:not(:last-child) {
	margin-bottom: 10px;
}
.product_meta > span {
	font-size: 0.9rem;
	font-weight: 500;
}
span.posted_in, span.tagged_as {
	display: none;
}
#top .product_meta > span > a {
	text-decoration: underline;
	font-weight: 300;
}
#top div.summary span.woocommerce-Price-amount.amount bdi, #top div.summary span.woocommerce-Price-amount.amount bdi * {
	font-size: 2rem;
	font-weight: 300;
}
#top .template-shop div.product div.summary p.price {
	margin-top: 1rem !important;
	margin-bottom: 1rem;
	display: block;
	float: none;
}
#top .template-shop div.product div.summary p.price, #top .template-shop div.product div.summary p.price * {
	line-height: normal !important;
}
.accordeon-content ul {
	margin: 0;
}
#top h2.title-section-related {
	color: #000;
}
.tech-product-info {
	padding: 0 380px 0 80px;
	width: 100%;
}
#top .tech-product-inner {
	border-top: 1px solid #000;
	padding-top: 20px;
}
#top .tech-product-inner > h3 {
	text-align: center;
	font-size: 40px;
}
.desc_product {
	margin-bottom: 15px;
	text-align: center;
}
.additional-info-art li {
	display: flex;
}
.additional-info-art span {
	padding-left: 10px;
	width: 50%;
}
.additional-info-art strong {
	letter-spacing: 1px;
	padding-right: 10px;
	text-align: right;
	width: 50%;
	display: block;
}
.additional-info-art {
	margin-left: 0;
}
.pespective-art-wrap {
	padding-bottom: 0px;
	border-bottom: 1px solid;
}
.pespective-art {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 220px;
	position: relative;
}
img.person {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-100%, 0%);
}
.summary.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.summary.stopped {
	position: absolute;
	top: auto;
	bottom: 80px; /* Asegura que se quede en la parte inferior del contenedor */
	z-index: 1000;
}


.single-product-summary {
	height: auto;
}
.single-product-summary.stick .entry-summary {
	position: fixed;
	top: 20px;
}
.single-product-summary.absoluteBottom .entry-summary {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;
}
.art-minuature {
	position: absolute;
	top: 30%;
	right: 48%;
	transform: translateY(-30%) translateX(100%);
	text-align: center;
	z-index: 0;
}
.art-minuature > span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	white-space: nowrap;
	line-height: 1;
}
.art-minuature img {
	object-fit: cover;
	display: block;
	max-width: initial;
}


span[data-name="professionalName"], span[data-name="study"] {
	display: none;
}
input#professionalName, #top span[data-name="study"] select, input#otherStyle, #otherPreferred {
	margin-top: 10px !important;
}
#top span.wpcf7-not-valid-tip {
	color: var(--red-dark);
	font-size: 11px;
}
textarea#studyText {
	margin-top: 10px;
}
#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	flex: 0 0 auto;
	width: 100%;
	max-width: 25%;
	margin: 0 0 10px;
	padding: 0 8px;
}
#top span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	width: auto;
}
#top #main span.wpcf7-form-control.wpcf7-checkbox {
	background: transparent;
}
#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 4rem;
	width: 12px;
	height: 12px;
	border: 1px solid var(--dark);
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
}
#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	background: rgba(255, 255, 255, 0.70);
	padding: 8px 8px;
	border-radius: 1.5rem;
}
#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
	font-size: 10px;
	line-height: normal;
}
#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input:checked, 
#top #main span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input:checked {
	background: var(--red-dark);
}
#top span.required-note, #top span.dnd-upload-counter, #top span.dnd-upload-counter span {
	color: var(--red-dark);
}
#top .codedropz-upload-inner h3, #top .codedropz-upload-inner span, .codedropz-btn-wrap, #top a.cd-upload-btn, #top .dnd-upload-details span, .dnd-upload-status .dnd-upload-details .name em{
	color: #fff;
}
.dnd-upload-status .dnd-upload-image {
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	text-align: center;
	border-radius: 100%;
	position: relative;
}

#top span.text-note {
	text-transform: initial;
	letter-spacing: 0px;
	background: var(--blue-400);
	color: #fff;
	padding: 2px 10px;
	display: flex;
	margin-bottom: 5px;
	justify-content: center;
}
#top #main span.wpcf7-form-control.wpcf7-acceptance {
	background: transparent;
	margin: 0 -8px;
}
#top #main span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
	padding-left: 8px;
}
#top #main span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
	line-height: normal;
}
#top #main span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item input {
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 4rem;
	width: 12px;
	height: 12px;
	border: 1px solid var(--dark);
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
}
#top #main span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
	color: #fff;
}
span.wpcf7-list-item-label a {
	color: white;
}





/* WooCommerce */
#top div.woocommerce-message {
	color: var(--green-dark);
	background-color: #f7f6f7;
	border-color: #f7f6f7;
	border-top: 3px solid var(--green-200);
}
#top div.woocommerce-message {
	padding: 18px 45% 18px 36px;
	font-weight: 500;
}
.woocommerce-message a.button:not(.view) {
	background: var(--green-500)!important;
	border-color: var(--green-500)!important;
}

#top .wc-block-cart-item__wrap .wc-block-components-product-name {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12pt;
	margin-bottom: 0px;
}
.wc-block-components-product-metadata__description {
	line-height: 1.4;
}
#top .wc-block-components-totals-coupon__form {
	flex-direction: column;
}

#top a.wc-block-components-totals-coupon-link {
	color: white;
	font-size: 14px;
	background-color: var(--green-500);
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: center;
}
#top .wc-block-components-totals-coupon {
	padding-left: 0;
	padding-right: 0;
}
#top .wp-block-woocommerce-cart-order-summary-coupon-form-block, #top .wp-block-woocommerce-cart-order-summary-subtotal-block {
	border: 0;
	padding-top: 0;
}
#top .wc-block-components-totals-coupon__input {
	margin-bottom: 10px;
}
#top .wc-block-components-form .wc-block-components-text-input label, #top .wc-block-components-text-input label {
	left: 1.25rem;
}
#top .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, #top .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, #top .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, #top .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, #top .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, #top .wc-block-components-text-input input[type=email]:focus, #top .wc-block-components-text-input input[type=number]:focus, #top .wc-block-components-text-input input[type=tel]:focus, #top .wc-block-components-text-input input[type=text]:focus, #top .wc-block-components-text-input input[type=url]:focus {
	box-shadow: none;
	border-color: var(--color2);
	padding-top: 20px !important;
	padding-bottom: 8px !important;
}
#top .wp-block-woocommerce-checkout input[type="text"], #top .wp-block-woocommerce-checkout input[type="email"], #top .wp-block-woocommerce-checkout input[type="tel"] {
	padding: 20px 6px 8px 1.25em;
}
#top .wc-block-components-form .wc-block-components-text-input input[type=email], #top .wc-block-components-form .wc-block-components-text-input input[type=number], #top .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], #top .wc-block-components-form .wc-block-components-text-input input[type=url], #top .wc-block-components-text-input input[type=email], #top.wc-block-components-text-input input[type=number], #top .wc-block-components-text-input input[type=tel], #top .wc-block-components-text-input input[type=text], #top .wc-block-components-text-input input[type=url] {
	padding-left: 1.25rem;
}
#top .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before, .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	display: none;
}
#top .wc-block-components-totals-coupon.wc-block-components-panel {
	padding-left: 16px;
	padding-right: 16px;
}
#top .wc-block-components-form .wc-block-components-checkout-step {
	padding-left: 0px;
}
#top .wc-block-components-validation-error>p {
	padding-top: 0px;
}
#top .wc-block-components-checkout-step__title {
	font-size: 24px;
}
#top .wc-block-checkout__actions_row {
	flex-direction: column;
	align-items: start;
}
#top a.wc-block-components-checkout-return-to-cart-button {
	order: 2;
	margin-top: 1rem;
	text-decoration: underline;
	color: var(--color1);
}
#top .wc-block-checkout__actions {
	padding-bottom: 0px;
}
#top span.wc-block-components-order-summary__button-text {
	text-transform: uppercase;
	font-weight: 500;
}
#top .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, #top .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: inset 0 0 0 2px var(--green-500);
}
#top .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border: 1px solid var(--green-500);
}
#top .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: var(--green-500);
}
.row-order {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.col-order {
	padding: 0 1rem;
	flex: 0 0 auto;
	width: 100%;
}
.col-order-1 {
	max-width: 30%;
	order: 1;
}
.col-order-2 {
	max-width: 70%;
}
.card-order-wc, .card-myaccount-wc {
	padding: 1.5rem;
	background: #fff;
	border: 1px solid var(--light);
	border-radius: 0.5rem;
}
#top #main .shop_table.order_details {
	border: 0;
	background: transparent;
	padding: 0;
}
#top table.order_details tr {
	background: transparent;
}
#top table.order_details td, #top table.order_details th {
	border-right: 0;
	border-left: 0;
}
#top table.order_details thead th {
	border: 0;
}
#top #main .shop_table.order_details tbody tr:last-child td, #top #main .shop_table.order_details tbody tr:last-child th {
	border-bottom: 0;
}
.head-item-order a {
	color: var(--dark);
}
.head-item-order img {
	width: 100%;
	max-width: 70px;
	margin-right: 1rem;
}
.head-item-order {
	display: flex;
	align-items: center;
	line-height: 1.3;
}
table.shop_table tfoot th, table.shop_table tfoot td {
	border-top: 0;
}
#top .text-tfoot, table.shop_table tfoot td {
	font-weight: 400;
	line-height: 1.2;
}
#top #main .shop_table.order_details {
	margin-bottom: 0;
}
table.shop_table tfoot tr:last-child td, table.shop_table tfoot tr:last-child th {
	border-bottom: 0px;
}
#top #main .order_details {
	padding: 0;
	background: transparent;
	border: 0;
	margin: 0;
}
#top #main .woocommerce-order-overview tr:last-child th, #top #main .woocommerce-order-overview tr:last-child td {
	border-bottom: 0;
	padding-bottom: 0px;
}
#top #main .woocommerce-order-overview tr:first-child th, #top #main .woocommerce-order-overview tr:first-child td {
	border-top: 0px;
	padding-top: 0px;
}
.woocommerce-customer-details {
	margin-top: 1rem;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders thead th {
	border-top: 0;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders {
	background: transparent;
	margin-bottom: 0;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders tr {
	background: transparent;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders td, table.woocommerce-orders-table.woocommerce-MyAccount-orders th {
	border-left: 0;
	border-right: 0;
}
.button:not(.view).view {
	border-radius: 0.35rem;
	font-weight: 500;
}
nav.woocommerce-MyAccount-navigation li a {
	background: transparent;
	border: 0;
	color: white;
	text-align: left;
	padding: 0.75rem 1.25rem;
	line-height: normal;
}
nav.woocommerce-MyAccount-navigation {
	background: var(--green-dark);
	border: 0;
	border-radius: 0.75rem;
	overflow: hidden;
	float: none;
	margin-right: 0;
}
#top nav.woocommerce-MyAccount-navigation li.is-active a, #top nav.woocommerce-MyAccount-navigation li:hover a {
	color: #fff;
	font-weight: 400;
}
#top nav.woocommerce-MyAccount-navigation li.is-active, #top nav.woocommerce-MyAccount-navigation li:hover {
	background: var(--green-500);
}
.navs-custom {
	margin-right: 30px;
	float: left;
}
.artist-MyAccount-navigation {
	margin-bottom: 30px;
	background: var(--light);
	border-radius: 0.75rem;
	border: 1px solid var(--border-color);
	padding: 3px 5px;
	min-width: 200px;
}
.artist-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}
.artist-MyAccount-navigation ul li {
	padding: 8px 15px;
	margin-left: 0;
}
#top .artist-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
}
.artist-MyAccount-navigation ul li a {
	color: var(--dark);
}

#top .alert .woocommerce-info {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}
#top .alert.alert-downloads .woocommerce-info {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#top .alert .woocommerce-info a {
	position: static;
	float: none;
}
#top .u-columns.woocommerce-Addresses .woocommerce-Address {
	width: 50%;
	padding: 0 1rem;
	border: 0;
}
#top .u-columns.woocommerce-Addresses {
	display: flex;
	width: auto;
	margin: 0 -1rem;
}
#top .card-myaccount-wc form {
	display: flex;
	flex-direction: column;
}
.woocommerce-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#header_meta {
	z-index: 1;
}
.html_visible_cart .cart_dropdown {
	right: 0;
	border: 0;
	height: auto;
	width: auto;
	z-index: 999!important;
}
#top .dropdown_widget_cart {
	display: block !important;
	opacity: 1 !important;
	position: fixed;
	top: 0;
	right: -100%;
	padding: 60px 20px 40px;
	z-index: 99999999999999999;
	height: 100%;
	background: white;
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 0.2);
	width: 320px;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
#top .cart_dropdown .dropdown_widget .avia-arrow {
	display: none;
}
#top .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
	box-shadow: none;
	border: 0;
}
#top .dropdown_widget .cart_list li {
	padding-left: 0;
	padding-right: 0;
}
#top .dropdown_widget .total {
	padding-left: 0;
	padding-right: 0;
}
#top p.woocommerce-mini-cart__buttons.buttons {
	background: transparent !important;
	padding: 0;
	display: flex;
	flex-direction: column;
}
#top #header p.woocommerce-mini-cart__buttons.buttons a {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid var(--dark);
	font-size: 14px;
	text-transform: uppercase;
}
#top #header p.woocommerce-mini-cart__buttons.buttons a:not(:last-child) {
	margin-bottom: 7px;
}
#top #header a.button.checkout.wc-forward {
	background: var(--color1);
	border-color: var(--color1);
	color: white;
}
#top .dropdown_widget .cart_list li {
	padding-left: 0;
	padding-right: 0;
}
#top .dropdown_widget ul.cart_list li a img {
	border: 0;
	padding: 0;
}
button.btn-close {
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	position: absolute;
	top: 15px;
	right: 20px;
	font-family: var(--font);
	font-size: 24px;
}
#top .dropdown_widget .cart_list li:hover {
	background: white;
}

#top .dropdown_widget_cart.show-cart {
	right: 0;
}
.cart_dropdown_first .cart_dropdown_link {
	display: none;
}

.container .av-content-small.units {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	margin-right: 0;
	margin-left: 0;
}
#top #main .template-search-none + aside.sidebar, #top #main .template-search-none form#searchform, #top #main .template-search-none section.\34 04_recommendation {
	display: none;
}

#top .alg_mpwc_vendor_marketplace_tab_section li:not(:last-child), #top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul li:not(:last-child),
#top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul + br + form + ul li:not(:last-child) {
	margin-right: 10px;
}
#top .alg_mpwc_vendor_marketplace_tab_section li:not(:first-child), #top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul li:not(:first-child),
#top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul + br + form + ul li:not(:first-child) {
	margin-left: 10px;
}
#top .alg_mpwc_vendor_marketplace_tab_section li, #top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul li, 
#top .alg_mpwc_vendor_marketplace_tab_section + br + h2 + ul + br + form + ul li {
	margin-left: 0;
}

/* featured item */
#top #featured-item {
	margin-bottom: 0;
}
#top #featured-item + #blog-section {
	margin-top: 0;
}
#featured-item .slide-entry:before, #featured-item .slide-entry:after {
	display: none;
}
#featured-item .slide-entry {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#featured-item .slide-entry .slide-image {
	max-width: 65%;
}
#featured-item .bg-activities {
	width: 65%;
	padding: 20% 0;
}
#featured-item .slide-entry .slide-content {
	max-width: 35%;
}
#featured-item .slide-entry .slide-content {
	max-width: 35%;
	margin-top: 0;
	padding-left: 30px;
}


/* Inner Articles */
#top #wrap_all .big-preview {
	padding: 0;
}
.big-preview-bg {
	min-height: 450px;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	margin-bottom: 10px;
}
.big-preview-bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: black;
	opacity: 0.3;
}
#top .big-preview-bg .post-title.entry-title {
	position: relative;
	color: white;
	text-transform: uppercase;
	font-size: 44px;
	padding: 0;
}
.big-preview-bg span.post-meta-infos {
	display: flex;
}
span.blog-author > span {
	margin-left: 5px;
}
span.blog-author {
	display: flex;
}
#top .av-share-box ul {
	display: flex;
	border: 0;
}
#top .av-share-box ul li:not(last-child) {
	margin-right: 15px;
}
#top .av-share-box ul li a {
	padding: 0;
	line-height: normal;	
}
#top .av-share-box ul li {
	border: 0;
}
.related_entries_container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
#top #wrap_all .related-item {
	width: 25%;
	padding: 0 10px;
}
#top #wrap_all .relThumWrap_related {
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 0;
	text-align: center;
	background: transparent;
	border-radius: 0;
}
#top #wrap_all .av-related-title {
	text-transform: uppercase;
	font-family: var(--font);
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	display: block;
	margin-top: 10px;
}
.related_posts img, .related_posts a {
	border-radius: 0px;
}
#top #wrap_all .related_title {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}



/* Calendario */
.calendar-list .avia-content-slider-inner .slide-entry-wrap {
	width: 100%;
	max-width: 25%;
	padding: 0 15px;
}
.calendar-list .avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#top #wrap_all .info-calendar * {
	text-align: left;
}
.meta-datetime, .meta-location {
	margin-top: 15px;
	line-height: normal;
	color: var(--red-400);
}
#top .calendar-list .slide-content {
	margin-top: 10px;
}


/* Header page */
#header-page .flex_column {
	min-height: 400px;
	display: flex;
	align-items: center;
	background-size: cover;
	position: relative;
}
#top #header-page .flex_column:before {
	visibility: visible;
	opacity: 1;
	content: '';
	background: rgb(0 0 0 / 20%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 100%;
}

.alg-mpwc-product-author, .alg-mpwc-product-author a {
	color: var(--red-400);
}
#top .onsale {
	background: var(--red-400) !important;
	font-family: var(--font);
	font-weight: 500;
}
#top .products li.product {
	margin-bottom: 30px;
}
#top .single-product-main-image .onsale {
	top: 10px!important;
	right: 7px!important;
}
.single-product-summary p.price del, .single-product-summary p.price del * {
	font-size: 16px !important;
	opacity: 0.8;
}
#top #wrap_all ins {
	margin-left: 10px;
}
#top #wrap_all ins:before {display: none!important;}


/* Page artist */
.header-artist-inner {
	display: flex;
}
.header-artist {
	width: 100%;
	max-width: 400px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.profile-artist {
	width: calc(100% - 400px);
	padding: 26.067% 0;
	background-size: cover !important;
}
.secondary-pic img {
	width: 100%;
}
#top .social-media-artist {
	list-style: none;
	margin: 0;
	display: flex;
}
#top .item-social:not(:last-child) {
	margin-right: 10px;
}
#top .item-social {
	margin-left: 0;
}
#top .item-social a {
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
	border-radius: 50%;
	border: 1px solid var(--border-color);
}
#top .social-fb a {background: url(img/facebook.svg) var(--light) no-repeat center;background-size: 9px;}
#top .social-ig a {background: url(img/instagram.svg) var(--light) no-repeat center;background-size: 16px;}
#top .social-tt a {background: url(img/tiktok.svg) no-repeat center;background-size: 14px;}
#top .social-yt a {background: url(img/youtube.svg) no-repeat center;background-size: 16px;}
#top .social-ws a {background: url(img/website.svg) no-repeat center;background-size: 18px;}
#top .title-artist {
	font-size: 40px;
}
.label-social {
	text-transform: uppercase;
	letter-spacing: 4px;
}
#top .fav_authors, #top .fa-signin {
	background: transparent;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	column-gap: 8px;
}
#top .fa-signin {
	margin-bottom: 15px;
}
#top .fa-signin a {
	color: var(--dark);
	line-height: 1.2;
}
span.add-fav-icon {
	width: 24px;
	height: 24px;
	display: block;
	background: url(img/add_circle.svg) no-repeat center;
	background-size: 100%;
}
#top .share-button {
	border: 0;
	background: transparent;
	padding: 0;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 27px;
	font-weight: 300;
	font-family: var(--font);
	font-size: 16px;
	background: url(img/icon_share.svg) no-repeat left 3px center;
	background-size: 14px;
	cursor: pointer;
}
.share-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 84%);
	z-index: 9999999;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.share-popup.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
#top .share-popup-inner h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
}
.share-popup-inner {
	background: white;
	width: calc(100% - 32px);
	max-width: 450px;
	padding: 40px;
	position: relative;
}
.social-list {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 400;
	row-gap: 15px;
	
	a, button {
		display: flex;
		align-items: center;
		border: 0;
		background: transparent;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		
	}
	a:not(:last-child), button:not(:last-child) {
		border-bottom: 1px solid var(--border-color);
		padding-bottom: 15px;
	}
	a:before, button:before {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.social-item-fb:before {
		background: url(img/facebook.svg) no-repeat center center;
		background-size: 12px;
	}
	.social-item-wa:before {
		background: url(img/whatsapp.svg) no-repeat center center;
		background-size: 100%;
	}
	.social-item-e:before {
		background: url(img/email.svg) no-repeat center center;
		background-size: 100%;
	}
	.social-item-c:before {
		background: url(img/copy.svg) no-repeat center center;
		background-size: 20px;
	}
}
button.close-share-btn {
	position: absolute;
	top: 40px;
	right: 40px;
	border: 0;
	padding: 0;
	background: url(img/icon_close.svg) no-repeat center center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.bio-artist {
	padding-left: 400px;
	font-size: 16px;
}
.wishlist-title a.btn.button.show-title-form {
	display: none;
}
.wishlist-title h2 {
	padding: 0!important;
	background: none!important;
}
#top #wrap_all .fav_sm * {
	font-size: 15px;
	line-height: 1;
}
#top #wrap_all .fav_sm {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 1;
}
span.dashicons {
	display: flex;
	align-items: center;
}
.secondary-pic {
	margin-top: 50px;
}
.statement-artist {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
	padding: 40px 0px 60px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.bottomPicPage {
	background-size: cover !important;
	padding: 20% 0;
}
.commission-artist {
	border-top: 1px solid var(--border-color);
	padding-top: 60px;
	padding-bottom: 50px;
}
span.firma {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}
#top .woocommerce-products-header + .template-shop .product-sorting {
	display: none;
}
/* #top .woocommerce-products-header + .template-shop + aside.sidebar {
	display: none !important;
} */
#top .woocommerce-products-header + .template-shop ul.products.columns-3 li, #top .products_results_search .woocommerce.columns-3 li {
	width: 25%;
}
#top .thumbnail_container img {
	border: 1px solid var(--border-color);
}
#top .woocommerce-products-header + .template-shop ul.products, #top .products_results_search ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.btn-all-products {
	padding-top: 40px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border-top: 1px solid var(--border-color);
}
.header-artist-inner {
	padding-top: 30px;
}
.commission-inner-form {
	width: 100%;
	max-width: 500px;
	padding-top: 30px;
}
.commission-inner-form {
	display: none;
}
.studio-artist {
	background: var(--light);
	padding: 60px 0;
}
#top .studio-artist h4 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.studio-row-artist span {
	padding: 0 10px;
}
.studio-row-artist {
	display: flex;
	margin: 20px -10px;
}
.studio-inner-artist {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.alg_mpwc_vendor_marketplace_tab_section {
	display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none!important;
}






.menuArtist {
	background: url(img/menu.svg) no-repeat transparent left center;
	border: 0;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
}
.navs-custom.showNav {
	margin-left: 0;
	margin-right: 30px;
}
.navs-custom.showNav + .woocommerce-MyAccount-content {
	margin-right: -230px;
	padding-left: 230px;
}
.woocommerce-MyAccount-content {
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	min-height: 400px;
	padding: 0 5px;
}
.fav_authors-container {
	margin-top: 50px;
}
.artist-menu-extra #menu-item-690, .artist-menu-extra #menu-item-3372, #menu-item-931, #menu-item-3483, .menu-item-3483, .menu-item-931 {
	display: none!important;
}
.artist-menu-extra #menu-item-1150, .artist-menu-extra #menu-item-3371, .alg-mpwc-vendor-logged-in #menu-item-931, .alg-mpwc-vendor-logged-in #menu-item-3483, .alg-mpwc-vendor-logged-in .menu-item-3483, .alg-mpwc-vendor-logged-in .menu-item-931 {
	display: block!important;
}
.customer-menu-extra #menu-item-690, .customer-menu-extra #menu-item-3372 {
	display: block;
}
.customer-menu-extra #menu-item-1150, .customer-menu-extra #menu-item-3371 {
	display: none;
}
.author-product img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}
.author-product {
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-size: 14px;
}




#top table.shop_table.wishlist_table.wishlist_view tr {
	background: transparent;
}
#top table.shop_table.wishlist_table.wishlist_view th, #top table.shop_table.wishlist_table.wishlist_view td {
	border-left: 0;
	border-right: 0;
}
#top table.shop_table.wishlist_table.wishlist_view {
	border: 0;
	background: transparent;
}
#top .wishlist_table th.product-price {
	text-align: center;
}
#top .wishlist_table th.product-stock-status {
	text-align: center;
}
#top .wishlist_table td.product-name {
	font-size: 18px;
}
#top #wrap_all .wishlist_table a.add_to_cart_button {
	background: var(--color3);
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-flex !important;
	font-weight: 400;
}
#top .wishlist_table .product-add-to-cart {
	text-align: right;
}
#top a.remove {
	border: 0;
}
.yith_wcwl_wishlist_footer {
	display: none;
}
#top .wc-block-components-quantity-selector:after {
	display: none;
}
ul.wishlist_table.wishlist_view.responsive.mobile li {
	margin-left: 0;
}
ul.wishlist_table.wishlist_view.responsive.mobile {
	list-style: none;
	margin: 0;
}
#top table.item-details-table, #top table.item-details-table tr, #top table.additional-info, #top table.additional-info tr {
	background: transparent;
}
#top table.item-details-table td, #top table.additional-info td {
	font-size: 16px;
	padding: 0;
}
.wishlist_table.mobile li .item-wrapper {
	width: 100%;
}
.wishlist_table.mobile li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}
.html_av-overlay-full #av-burger-menu-ul li {
	font-size: 26px;
}



#top .card-login {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
#top .card-login form.woocommerce-form {
	padding: 0;
	border: 0;
	background: transparent;
	padding: 0;
}
#top .card-login .button {
	float: none;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}
#top .bottom-form .form-row {
	margin: 0;
	padding: 0;
}
.bottom-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}
.woocommerce .login .lost_password {
	top: 0;
	left: auto;
}
#top .login-menu-tabs li:not(:last-child) {
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid var(--border-color);
}
#top .login-menu-tabs li {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	margin-left: 0;
	line-height: 1;
	font-weight: 500;
	cursor: pointer;
}
#top .login-menu-tabs li.active {
	color: var(--color1);
}
#top .login-menu-tabs {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 50px;
}
.tab-content {
	display: none;
}
.tab-content.tab-active {
	display: block;
}

#top #wrap_all .wc-block-components-shipping-calculator-address label {
	left: 1.25rem;
}
#top #wrap_all .wc-block-components-shipping-calculator-address input {
	padding-top: 24px;
}
#top #wrap_all .wc-block-components-shipping-calculator-address button.wc-block-components-button {
	margin-top: 15px;
}






.col-artist {
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.row-artists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
img.avatar-artista {
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.portada-artista {
	padding: 20% 0;
	background-size: cover !important;
}
.content-artista {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: -30px;
	flex: 1;
}
#top .name-artista {
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
	flex: 1;
}
.col-artist-inner {
	padding: 10px 10px 20px;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
	border-radius: 3px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.content-artista .simple-link {
	margin-top: 20px;
}
#top .content-artista .social-media-artist {
	margin-top: 10px;
}
.custom-overlay:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.custom-overlay {
	position: relative;
}



.edit-icon {
	font-size: 0px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/icon-edit.svg) no-repeat center;
	background-size: 100%;
}
#top .alg_mpwc_vendor_marketplace_tab_products_table {
	margin-top: 15px;
}
.alg_mpwcfa_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.alg_mpwcfa_row .alg_mpwcfa_field {
	width: 100%;
	padding: 0 15px;
}
.alg_mpwcfa_row .alg_mpwcfa_field:not(:last-child) {
	margin-bottom: 15px;
}
.alg_mpwcfa_featured_image, .alg_mpwcfa_product_gallery, ._alg_mpwc_professional_name, ._alg_mpwc_store_title, ._alg_mpwc_profile_avatar, ._alg_mpwc_profile_pic, ._alg_mpwc_secondary_pic, ._alg_mpwc_bottom_pic, ._alg_mpwc_studio_pic_1, ._alg_mpwc_studio_pic_2 {
	max-width: 50%;
}
.alg_mpwcfa_featured_image > div, .alg_mpwcfa_product_gallery > div, .alg_mpwcfa_screenshots > div, ._alg_mpwc_profile_avatar > div, ._alg_mpwc_profile_pic > div, ._alg_mpwc_secondary_pic > div, ._alg_mpwc_bottom_pic > div, ._alg_mpwc_studio_pic_1 > div, ._alg_mpwc_studio_pic_2 > div {
	border: 1px solid var(--enfold-main-color-border);
	padding: 20px;
	height: 100%;
}
.alg_mpwcfa_regular_price, .alg_mpwcfa_shipping_class, .alg_mpwcfa_custom_meta_field_1, .alg_mpwcfa_custom_meta_field_2, .alg_mpwcfa_custom_meta_field_3, .alg_mpwcfa_custom_meta_field_4, .alg_mpwcfa_custom_meta_field_5, .alg_mpwcfa_custom_meta_field_6, ._alg_mpwc_city, ._alg_mpwc_state, ._alg_mpwc_country, ._alg_mpwc_phone, ._alg_mpwc_wa, ._alg_mpwc_ig, ._alg_mpwc_fb, ._alg_mpwc_yt, ._alg_mpwc_tt, ._alg_mpwc_website, ._alg_mpwc_bank_account_name, ._alg_mpwc_bank_name, ._alg_mpwc_bank_address, ._alg_mpwc_aba_routing_number,
._alg_mpwc_iban, ._alg_mpwc_account_holder_name, .alg_mpwcfa_height, .alg_mpwcfa_width, .alg_mpwcfa_length, .alg_mpwcfa_weight, .alg_mpwcfa_sku, .alg_mpwcfa_year, ._alg_mpwc_bank_account_number {
	max-width: 25%;
}
.alg_mpwcfa_field.alg_mpwcfa_sku {
	display: none!important;
}
.alg_mpwcfa_field + .alg_mpwcfa_field_title {
	margin-top: 50px;
}
.form-control-wrap:not(:last-child) {
	margin-bottom: 15px;
}
.d-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.header-post-artist {
	margin-bottom: 20px;
	align-items: center;
}
.header-post-artist h2 {
	margin-bottom: 0;
}
#top h3.author-artist-title {
	margin-top: 10px;
	letter-spacing: 2px;
	font-weight: 400;
}
.row_post_artist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.entry-autor-loop {
	width: 100%;
	max-width: 50%;
	padding: 0 20px;
}
.img-post-artist span.image-overlay {
	display: none !important;
}
#top .entry-autor-loop .post-title.entry-title {
	font-size: 22px;
}
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
	height: 0;
	overflow: hidden;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
input#wpfMinPrice {
	width: 40px!important;
}
#top .pagination {
	padding: 0;
}
.wpfCurrentProductBlock + nav.woocommerce-pagination + nav.pagination, .wpfCurrentProductBlock +  nav.pagination {
	display: none;
}
#top ul.page-numbers {
	margin: 0;
	list-style: none;
	display: flex;
}
#top ul.page-numbers li {
	margin-right: 3px;
	margin-left: 0;
}
#top ul.page-numbers li .page-numbers {
	float: left;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	background: var(--enfold-main-color-bg2);
	font-size: 11px;
}


.bg-activities {
	padding: 40% 0;
	background-size: cover !important;
}
#top #main label[aria-label="Landscape"] {
	width: 22px !important;
	height: 22px !important;
}
#top #main label[aria-label="Portrait"] {
	width: 18px !important;
	height: 26px !important;
}
#top #main label[aria-label="Landscape"] {
	width: 26px !important;
	height: 18px !important;
}
div[data-label="orientation"] .wpfFilterContent > div > ul {
	display: flex;
	align-items: center;
	overflow-x: hidden;
}
div[data-label="orientation"] .wpfFilterContent {
	display: flex;
	align-items: center;
}
div[data-label="orientation"] .wpfFilterContent .wfpDescription {
	padding-bottom: 0;
	margin-right: 10px;
}
div[data-label="orientation"] .wpfFilterContent > div > ul li {
	margin-right: 10px;
}
div[data-label="orientation"] .wpfFilterContent > div > ul li span.wpfDisplay {
	display: none;
}
#top .wpfFilterWrapper .wpfCheckbox label::before {
	border-color: #000 !important;
}
#top .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
	background: #000 !important;
}




.info-shipping {
	margin-left: 0;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid var(--border-color);
	
	li {
		padding-left: 20px;
		background: url(img/check.svg) no-repeat left center;
		background-size: 14px;
		font-size: 14px;
	}
}
.title_results_search {
	padding-bottom: 5px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 20px;
}





/* RESPONSIVE */
@media(max-width:1024px) {
	#top .inner_sidebar > section {
		flex: 0 0 33.333%;
	}
	.alg_mpwcfa_regular_price, .alg_mpwcfa_shipping_class, .alg_mpwcfa_custom_meta_field_1, .alg_mpwcfa_custom_meta_field_2, .alg_mpwcfa_custom_meta_field_3, .alg_mpwcfa_custom_meta_field_4, .alg_mpwcfa_custom_meta_field_5, .alg_mpwcfa_custom_meta_field_6, ._alg_mpwc_city, ._alg_mpwc_state, ._alg_mpwc_country, ._alg_mpwc_phone, ._alg_mpwc_wa, ._alg_mpwc_ig, ._alg_mpwc_fb, ._alg_mpwc_yt, ._alg_mpwc_tt, ._alg_mpwc_website, ._alg_mpwc_bank_account_name, ._alg_mpwc_bank_name, ._alg_mpwc_bank_address, ._alg_mpwc_aba_routing_number, ._alg_mpwc_iban, ._alg_mpwc_account_holder_name, .alg_mpwcfa_height, .alg_mpwcfa_width, .alg_mpwcfa_length, .alg_mpwcfa_weight, .alg_mpwcfa_sku, .alg_mpwcfa_year, ._alg_mpwc_bank_account_number {
		max-width: 50%;
	}
	.col-artist {
		max-width: 33.333%;
	}
	.alg-mpwc-product-author a, .yith-wcwl-add-button .add_to_wishlist {
		font-size: 12px;
	}
	.bio-artist {
		padding-left: 0px;
		font-size: 16px;
	}
	#menu-categories-menu .slick-track {
		align-items: center;
		display: flex;
	}
	.shop-categories ul li a {
		padding: 8px 10px;
		font-size: 14px;
	}
	.container {
		padding: 0px 30px;
	}
	#top .av-main-nav > li > a {
		font-size: 11px;
		padding: 13px 0;
	}
}
@media(max-width:989px) {
	.col-artist {
		max-width: 50%;
	}
	.calendar-list .avia-content-slider-inner .slide-entry-wrap {
		max-width: 33.333%;
	}
	#videoseries .flex_column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#top #wrap_all .related-item:not(:last-child) {
		margin-bottom: 20px;
	}
	#top #wrap_all .related-item {
		width: 40%;
	}
	#blog-section .slide-entry-wrap {
		max-width: 50%;
	}
	.slide-entry-excerpt {
		padding-left: 0px;
		padding-right: 0px;
	}
	#top ul.sub-menu {
		background-color: transparent;
	}
	.menuArtist {
		display: block;
	}
	.navs-custom {
		margin-left: -230px;
		margin-right: 0;
		-webkit-transition: 0.5s all ease-in-out;
		-moz-transition: 0.5s all ease-in-out;
		-o-transition: 0.5s all ease-in-out;
		transition: 0.5s all ease-in-out;
		position: absolute;
	}	
	.statement-artist {
		font-size: 20px;
	}
	#top .woocommerce-products-header + .template-shop ul.products.columns-3 li, #top .products_results_search .woocommerce.columns-3 li {
		width: 25%;
	}
	.profile-artist {
		width: 100%;
		margin-top: 20px;
		padding: 36.934% 0;
	}
	.header-artist-inner {
		flex-direction: column;
	}
	.header-artist {
		padding-right: 0;
		max-width: 100%;
	}
	#top.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		order: 1;
	}
	#top .wc-block-components-sidebar-layout .wc-block-components-main, #top .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block, #top .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block, .col-order {
		width: 100%;
		margin: 0 auto !important;
		float: none;
		max-width: 600px;
		padding: 0;
	}
	#top .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block, .col-order {
		margin-bottom: 40px!important;
		order: 0;
	}
	#tags-and-categories .flex_column:not(.card-cat, .shop-categories) {
		width: 100%;
	}
	#top span.logo {
		width: calc(100% - 250px)!important;
	}
	.av-logo-container .inner-container {
		justify-content: start;
	}
	#top .wrap-submenu {
		margin-right: 30px;
		margin-left: 0;
	}
	.html_visible_cart .av-burger-menu-main {
		padding: 0;
		margin: 0 !important;
	}
	.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
		padding: 0;
	}
	.html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner, .html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner::after {
		background-color: white;
	}
	#top #wrap_all .main_menu {
		width: auto;
		border: 0 !important;
		padding-top: 0;
		margin-top: 0;
	}
	.responsive.html_mobile_menu_tablet.html_header_top #top.av_header_transparency #main {
		padding-top: 49px !important;
	}
	.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
		background: transparent;
	}
	.responsive.html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency {
		position: absolute;
	}
	#header:not(.av_header_transparency) #search-header {
		background: white;
		padding: 10px 30px;
		right: -30px;
		left: -30px;
	}
	#search-header {
		display: none;
		position: absolute;
		left: 0px;
		right: 0px;
		top: calc(100% + 20px);
		margin: 0;
		width: auto;
	}
	.icon-search {
		display: block;
	}
	.content, .sidebar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#aboutsection .flex_column_table .flex_column {
		width: 100%;
	}
	#aboutsection .flex_column_table {
		display: flex;
		flex-wrap: wrap;
	}
	#blog-section .slide-entry-wrap {
		padding: 0 0.65rem;
	}
	#blog-section .avia-content-slider-inner {
		margin: 0 -0.65rem;
	}
	.product-template-default .container > .product.type-product {
		justify-content: center;
	}
	.single-product-main-image, .single-product-summary, .accordeon-wrap {
		max-width: 600px;
		width: 100%;
		padding-left: 0;
	}
	.template-shop div.product div.summary {
		width: 100%;
	}
	.accordeon-wrap {
		margin-top: 30px;
	}
	nav.woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px!important;
	}
	.tech-product-info {
		padding: 0px;
		max-width: 600px;
		margin-top: 20px;
	}
}


@media(max-width: 767px) {
	#featured-item .bg-activities {
		width: 100%;
		padding: 40% 0;
		margin-bottom: 20px;
	}
	.studio-row-artist {
		flex-direction: column;
	}
	.commission-inner-artist {
		text-align: center;
	}
	.statement-artist {
		font-size: 18px;
	}
	.alg_mpwcfa_regular_price, .alg_mpwcfa_shipping_class, .alg_mpwcfa_custom_meta_field_1, .alg_mpwcfa_custom_meta_field_2, .alg_mpwcfa_custom_meta_field_3, .alg_mpwcfa_custom_meta_field_4, .alg_mpwcfa_custom_meta_field_5, .alg_mpwcfa_custom_meta_field_6, ._alg_mpwc_city, ._alg_mpwc_state, ._alg_mpwc_country, ._alg_mpwc_phone, ._alg_mpwc_wa, ._alg_mpwc_ig, ._alg_mpwc_fb, ._alg_mpwc_yt, ._alg_mpwc_tt, ._alg_mpwc_website, ._alg_mpwc_bank_account_name, ._alg_mpwc_bank_name, ._alg_mpwc_bank_address, ._alg_mpwc_aba_routing_number, ._alg_mpwc_iban, ._alg_mpwc_account_holder_name, .alg_mpwcfa_height, .alg_mpwcfa_width, .alg_mpwcfa_length, .alg_mpwcfa_weight, .alg_mpwcfa_sku, .alg_mpwcfa_year, ._alg_mpwc_bank_account_number {
		max-width: 100%;
	}
	.alg_mpwcfa_featured_image, .alg_mpwcfa_product_gallery, ._alg_mpwc_professional_name, ._alg_mpwc_store_title, ._alg_mpwc_profile_avatar, ._alg_mpwc_profile_pic, ._alg_mpwc_secondary_pic, ._alg_mpwc_bottom_pic, ._alg_mpwc_studio_pic_1, ._alg_mpwc_studio_pic_2 {
		max-width: 100%;
	}
	.col-artist {
		max-width: 100%;
	}
	.av-elegant-toggle .toggle_icon {
		width: 22px;
		height: 22px;
		margin-top: -11px;
		border-width: 1px;
	}
	.av-elegant-toggle .toggle_content {
		font-size: 14px;
		padding: 20px 20px;
	}
	.js_active .av-elegant-toggle .toggler, .avia-admin-preview-container .av-elegant-toggle .toggler {
		padding: 20px 55px 20px 20px;
	}
	#top #wrap_all .meta-datetime, #top #wrap_all .meta-datetime *, #top #wrap_all .meta-location, #top #wrap_all .meta-location * {
		font-size: 14px;
	}
	#top .calendar-list .slide-entry-title.entry-title {
		font-size: 17px;
	}
	.calendar-list .avia-content-slider-inner {
		margin: 0 -10px;
	}
	.calendar-list .avia-content-slider-inner .slide-entry-wrap {
		max-width: 50%;
		padding: 0 10px;
	}
	#search-header {
		top: calc(100% + 0px);
	}
	#top #wrap_all .related-item {
		width: 50%;
	}
	#top #wrap_all .big-preview {
		margin-top: -28px;
		margin-left: -16px;
		margin-right: -16px;
		border-radius: 0px !important;
	}
	#top .h1 .av-special-heading-tag {
		font-size: 38px;
	}
	.responsive #top #wrap_all #header-page .flex_cell {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#featured-item .slide-entry .slide-content {
		max-width: 100%;
		margin-top: 0;
		padding-left: 0px;
	}
	#featured-item .slide-entry .slide-image {
		max-width: 100%;
		margin-bottom: 20px;
	}
	#featured-item .slide-entry {
		flex-direction: column;
	}
	#top span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		max-width: 50%;
	}
	#top .col-6 {
		width: 100%;
	}
	#section-form .flex_column {
		padding: 20px;
	}
	#top #section-form .template-page {
		padding-top: 110px !important;
	}
	.btn-all-products {
		flex-direction: column;
	}
	.form-row-first, .form-row-last {
		width: 100%;
	}
	#top .title-artist {
		font-size: 30px;
	}
	#top .u-columns.woocommerce-Addresses .woocommerce-Address {
		width: 100%;
	}
	#top .u-columns.woocommerce-Addresses {
		flex-direction: column;
	}
	#top table.woocommerce-orders-table tbody tr td:last-child {
		border-bottom: 0px;
	}
	#top .my_account_orders a.button {
		margin: 0;
	}
	#top table.woocommerce-orders-table tbody tr td:before {
		content: attr(data-title);
		display: block;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 11px;
	}
	#top table.woocommerce-orders-table tbody tr td {
		display: flex;
		justify-content: space-between;
		border-top: 0px;
	}
	#top table.woocommerce-orders-table, #top table.woocommerce-orders-table tbody, #top table.woocommerce-orders-table tbody tr {
		display: flex;
		flex-direction: column;
	}
	#top table.woocommerce-orders-table thead {
		display: none;
	}
	.responsive table.shop_table {
		border: 0!important;
	}
	#top table.shop_table td {
		padding: 5px;
	}
	.card-order-wc, .card-myaccount-wc {
		padding: 1rem;
	}
	.responsive #top table .product-name {
		border-left: 0;
	}
	#copyright-section {
		max-width: 100% !important;
	}
	#top #maing .related.products li.product, .responsive #top #main .related.products li.product {
		width: 100% !important;
	}
	.responsive .single-product-main-image {
		margin: 0;
	}
	#top .woocommerce-product-gallery__wrapper > a.lightbox-added {
		max-width: 100%;
	}
	#top #main .thumbnails a {
		max-width: 20%;
		padding: 0px 2px;
	}
	#top .thumbnails {
		order: 1;
		flex-direction: row;
		flex-wrap: wrap;
		width: auto;
		padding: 0;
		margin: 10px -2px 0;
		flex: 0 0 auto;
		max-width: fit-content;
	}
	.responsive #top #main .products .product {
		margin: 0;
	}
	.responsive #top #main .products:not(.slick-slider) .product {
		width: 50%!important;
	}
	#top .inner_sidebar > section:not(:last-child) {
		margin-bottom: 13px;
	}
	#top .inner_sidebar > section {
		flex: 0 0 100%;
	}
	.responsive #top #main .sidebar {
		display: block;
	}
	#copyright p > a {
		position: relative;
		top: 6px;
	}
	#copyright p {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	#section-footer .entry-content-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.responsive #top #footer-page .flex_column:not(:last-child) {
		max-width: 50%;
		float: none;
	}
	#newsletter {
		margin-bottom: 3rem;
		width: 100%;
	}
	.newsletter {
		flex-wrap: wrap;
	}
	#top #main .newsletter input {
		margin-bottom: 10px;
	}
	#top #main .newsletter input, #top #main .newsletter button {
		margin-right: 0;
		width: 100%;
	}
	#top h2, #top .title-h2 .av-special-heading-tag {
		font-size: 26px;
	}
	#blog-section .slide-entry-wrap {
		max-width: 100%;
	}
	.aboutText {
		padding: 30px 24px;
	}
	#aboutsection .flex_column_table .flex_column {
		margin-bottom: 0 !important;
	}
	.responsive #top #aboutsection .container.av-section-cont-open {
		padding-left: 0px;
		padding-right: 0px;
	}
	#collections .flex_column {
		margin-bottom: 0px !important;
	}
	#top .shop-categories {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		margin-bottom: 0px!important;
	}
	button.slick-arrow {
		width: 20px;
	} 	
	.shop-categories ul {
		padding-right: 30px;
		padding-left: 30px;
	}
	.shop-categories .av_textblock_section {
		width: 100%;
	}
	.shop-categories .av-special-heading {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.menu-filter .menu a {
		font-size: 12px;
		padding: 7px 10px;
	}
	#top span.logo {
		width: calc(100% - 216px) !important;
	}
	#top .wrap-submenu {
		margin-right: 16px;
	}
	.responsive #top #wrap_all .main_menu {
		height: auto !important;
		position: static;
	}
	#top #header_main .wrap-submenu .container {
		padding: 0!important;
	}
	.responsive .logo img, .responsive .logo svg {
		max-height: 40px;
	}
	.responsive.html_mobile_menu_tablet.html_header_top #top.av_header_transparency #main {
		padding-top: 44px !important;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	#top .phone-info, #top .phone-info * {
		font-size: 13px;
	}
	#top #wrap_all #header .menu-icon:not(:last-child) {
		margin-right: 5px;
	}
	#top #wrap_all .pll-parent-menu-item {
		position: relative;
		margin-right: 5px;
	}
}

@media (max-width:439px) {
	#top #maing .related.products li.product, .responsive #top #main .related.products li.product {
		width: 100% !important;
	}
	.responsive #top #main .products:not(.slick-slider) .product {
		width: 50%!important;
	}
	.responsive.html_mobile_menu_tablet.html_header_top #top.av_header_transparency #main {
		padding-top: 62px !important;
	}
	#top .phone-info > div a {
		margin-left: 0rem;
	}
	.phone-info > div > span {
		margin-bottom: 5px;
	}
	.phone-info > div {
		flex-direction: column;
	}
}