/* THEME STYLES
------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    text-transform: uppercase !important;
}
.page-header-excerpt {
    display: none;
}
.is-divider {
    height: 1px;
}
mark {
	background-color: #f9f9f9 !important;
}
p a {
  font-weight: bold;
}
button[type="submit"] {
    font-weight: 100;
}
/* ADMIN
------------------------------------------------------------------------------- */
body.post-type-post .wp-list-table.fixed, body.post-type-page .wp-list-table.fixed, body.post-type-product .wp-list-table.fixed, body.edit-tags-php .wp-list-table.fixed {
    width: 100% !important;
}
/* HIDDEN H1 PAGES
------------------------------------------------------------------------------- */
.av-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
/* DS STYLES
------------------------------------------------------------------------------- */
.ds-text-uppercase {
    text-transform: uppercase;
}
/* LISTING STYLES
------------------------------------------------------------------------------- */
.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style-type: none;
}
.checklist li::marker {
  display: none;
  color: transparent !important;
}
.checklist li::before {
  content: '\f147';
  font-family: 'Dashicons';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.dashicons-checklist ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.dashicons-checklist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.dashicons-checklist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.dashicons-checklist li::before {
    content: '\f147';
    font-family: 'Dashicons';
    position: absolute;
    left: 0;
    top: -5px;
    color: #000;
    font-size: 150%;
}
/* HEADER
------------------------------------------------------------------------------- */
.logo a {
    font-size: 180%;
    font-weight: 600;
    text-align: center;
}
.logo-tagline {
    text-align: center;
    text-transform: uppercase;
    font-size: 62%;
}
#logo {
    width: 200px;
    border: 2px solid #000;
    padding-left: 1%;
	padding-right: 1%;
    transition: transform 0.5s;
}
#logo:hover {
    transform: scale(1.1);
}
.logo-tagline {
    margin: 0.25em 0 0.25em 0;
    font-style: normal;
    color: #000;
}
.stuck .header-inner .logo-tagline {
    display: none;
}
.header-main {
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}
.top-divider {
    opacity: 0;
}
.header .flex-row {
    font-weight: 100;
}
/* MENU
------------------------------------------------------------------------------- */
.ds-text-uppercase a {
    text-transform: uppercase !important;
}
.megamenu-sublink {
    font-size: 75%;
}
/* MENU RESPONSIVE
------------------------------------------------------------------------------- */
.nav>li.has-icon>a>i {
    color: #000;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000;
}
.off-canvas .sidebar-menu .html .social-icons {
    color: #000 !important;
}
.nav-vertical>li>a>i {
    opacity: 1;
}
.off-canvas .sidebar-menu {
    text-transform: uppercase !important;
}
.sub-menu .nav-sidebar-ul {
    font-size: 75% !important;
}
/* MEDIA GALLERY
------------------------------------------------------------------------------- */
.media-modal-content .media-frame select.attachment-filters {
    width: calc(100% - 12px)!important;
}
.media-frame select.attachment-filters {
    max-width: calc(100% - 12px)!important;
}
/* SEARCH FORM
------------------------------------------------------------------------------- */
.searchform-wrapper form {
    border: 1px solid #000;
}
.search_categories {
    border-right: 1px solid #000;
}
/* .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection,
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel],
input[type=url], select, textarea {
    border: 0px solid #ddd;
} */
input[type=search] {
    border: 1px solid #ddd;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border: 1px solid #000 !important;
}
/* LISTS
------------------------------------------------------------------------------- */
ul {
    padding-left: 20px;
    list-style: disc;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: square;
}
ol {
    padding-left: 20px;
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: upper-alpha;
}
/* TABLES
------------------------------------------------------------------------------- */
table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ececec;
}
table td, table th {
    border: 1px solid #ececec;
    padding: 8px;
    text-align: left;
}
table td strong {
    /*padding-left: 10px;*/
}
td:first-child, th:first-child {
    padding-left: 10px;
}
/* HOME
------------------------------------------------------------------------------- */
.ds-buton-banner {
    max-width: 75% !important;
}
.banner .button {
    max-width: 75% !important;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgba(0,0,0,-0.1);
}
.button.primary.button-black.ds-buton-banner {
    transition: background-color 0.5s ease;
}
.button.primary.button-black.ds-buton-banner:hover {
    background-color: #777 !important;
}
.section.ds-section-icons div.col-inner {
  transition: transform 0.5s ease;
}
.section.ds-section-icons div.col-inner:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .section.ds-section-icons .row.row-collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section.ds-section-icons .col {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
  }
}
/* CONTACT
------------------------------------------------------------------------------- */
.accordion-contact-page .accordion-title {
    background-color: #FAFAFA !important;
    color: #777 !important;
}
.accordion-title.active {
    border-color: #fff !important;
}
/* PAGES
------------------------------------------------------------------------------- */
header.entry-header.text-center {
    text-align: left;
}
header.entry-header.text-center div.is-divider.medium {
    display: none;
}
/* BLOG
------------------------------------------------------------------------------- */
.blog-wrapper.blog-single.page-wrapper .large-10 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
.text-left .is-divider {
    display: none;
}
input[type='submit']:not(.is-form) {
	font-weight: 100;
}
.comment-form-url {
	display: none;
}
.bb {
    background-color: rgba(0,0,0,.05);
    font-size: 85%;
    padding: 5px;
    border-bottom: 0px solid #ececec;
    border-top: 0px solid #ececec;
}    
/* TABLE
------------------------------------------------------------------------------- */
.wp-block-table.supplier-certificate-table img {
    border: 1px solid rgba(0,0,0,.3) !important;
    margin: 0.1rem 0.2rem;
    transition: transform 0.3s ease-in-out;
}
.wp-block-table.supplier-certificate-table img:hover {
    transform: scale(1.1);
    border: 0px solid #abb8c3 !important;
}
/* GUTTENBERG
------------------------------------------------------------------------------- */
details.wp-block-details.av-accordion-page-contact.is-layout-flow.wp-block-details-is-layout-flow {
     padding: 10px;
     background: #fafafa;
}
/* WPFORMS
------------------------------------------------------------------------------- */
/* WPForms Submit Button: Black + Hover Opacity */
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease-in-out !important;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  opacity: 0.8 !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    font-size: 12px;
}
/* MAILPOET
------------------------------------------------------------------------------- */
#mailpoet_form_1 form.mailpoet_form {
    padding: 20px 0 0 0 !important;
}
#mailpoet_form_1 .mailpoet_submit {
    background: #555;
}
#mailpoet_form_1 .mailpoet_submit:hover {
    background: #777;
}
#mailpoet_form_1 .mailpoet_submit {
    background: #555;
    margin-top: -11px !important;
    padding: 0px !important;
    font-weight: 200;
}
/* SIDEBAR SHOP
------------------------------------------------------------------------------- */
#shop-sidebar span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}
#shop-sidebar .is-divider {
    max-width: 100%;
} 
/* WOCOOMMERCE
------------------------------------------------------------------------------- */
body.woocommerce .category-filtering.container.text-center.product-filter-row.show-for-medium {
    display: none;
}
.product_meta .posted_in, .product_meta .tagged_as {
  text-transform: uppercase;
}
.product_meta>span {
    border-top: 1px solid #ddd;
}
.tagged_as {
    border-bottom: 1px solid #ddd;
}
.single-product .product-short-description {
    padding-bottom: 15px;
    padding-top: 15px;
}
.single_add_to_cart_button:hover {
    background-color: #647B8B !important;
}
.single-product form.cart {
    margin-top: 0px !important;
}
/*.single-product span.amount {
    color: #fff !important;
}
span.amount {
    background-color: #647B8B;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 200;
}*/    
#wrapper>.message-wrapper {
    font-size: 60%;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
del .woocommerce-Price-amount.amount {
    font-size: 80% !important;
}
.summary .social-icons {
    color: #000 !important;
}
.summary .social-icons :hover {
    opacity: 0.6 !important;
}
/* WOCOOMMERCE PRODUCTS CUSTOMIZATIONS
------------------------------------------------------------------------------- */
.product-subtitle p {
    font-size: 18px;
    color: #777;
    font-weight: 600;
    margin-top: -10px;
}
.quality-logos img {
    width: 30% !important;
    float: right;
    clear: both;
}
table.variations .value {
    padding-right: 10px;
}
.variations .reset_variations {
    bottom: 103%;
}
#wrapper>.message-wrapper {
    font-size: 60%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.success-color {
    background: #FAFAFA;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* WOCOOMMERCE BADGES
------------------------------------------------------------------------------- */
.badge-container {
    text-transform: uppercase;
    font-weight: 100;
}
.badge-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /*width: 50px;
  height: 50px;*/
}
/*.product-small.col.has-hover .badge-container {
    width: 40px;
    height: 40px;
}*/
.product-small.col.has-hover .badge-container {
    margin: 0;
}
.badge-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.callout.badge {
  width: 100%;
  height: 100%;
}
.badge-inner.secondary.on-sale, .badge-inner.is-small.new-bubble-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* NEW BADGES */
.badge-container {
    width: 50px !important;
    height: 50px !important;
}
/* FIX NEW BADGE SHOP */
.product-small .badge-inner.is-small.new-bubble-auto {
    width: 50px !important;
    height: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 70% !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 0 !important;
}
/* FIX NEW BADGE PRODUCT PAGE */
.single-product .badge-container.is-larger,
.single-product .badge-container.is-larger .badge-inner.is-small.new-bubble-auto {
    width: 62px !important;
    height: 62px !important;
}
.single-product .badge-container.is-larger .badge-inner.is-small.new-bubble-auto {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 65% !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 0 !important;
}
.badge-inner {
    font-size: 75%;
}
.badge-circle+.badge {
    /*margin-top: -2.4em;*/
    margin-top: -52px;
}
.badge-inner.on-sale {
    background-color: #D87E3F !important;
}
div.badge-inner.secondary.on-salee {
    background-color: #d94f4f !important;
}
div.badge-inner.secondary.on-sale {
    margin-top: 125px !important;
    position: absolute;
    border-radius: 0px;
}
.product-small.col.has-hover div.badge-inner.secondary.on-sale {
    margin-top: 100px !important;
    /*border-radius: 0px !important;*/
}
/* WOCOOMMERCE OUT OF STOCK
------------------------------------------------------------------------------- */
.out-of-stock-label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.product-small.col.has-hover:hover .out-of-stock-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-info p.stock {
    text-transform: uppercase;
}
/* WOCOOMMERCE PAGE PRODUCTS
------------------------------------------------------------------------------- */
.contact-modal-window-products:hover {
	color: #000;
}
.su-spoiler-style-default>.su-spoiler-title {
    padding-left: 40px;
}
.product-section {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.quantity+.button {
    font-weight: 100;
    /*width: 300px;*/
    width: 100%;
}
/* WOCOOMMERCE TAXONOMIES SECTION ICONS
------------------------------------------------------------------------------- */
.icon-taxonomy {
    text-align: center;
    padding: 5px; /* Reduced padding */
    width: 65px;  /* Adjusted container width */
    height: 95px; /* Adjusted container height */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; /* Center the icon horizontally */
}
.taxonomy-icon {
    display: block;
    margin: 0 auto;
    width: 45px;  /* Adjusted icon width */
    height: 45px; /* Adjusted icon height */
    object-fit: contain; /* Ensure the image fits correctly */
}
.taxonomy-label {
    display: block;
    margin-top: 5px;  /* Adjusted margin */
    font-size: 9px;   /* Adjusted font size */
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
    text-align: center; /* Center-aligned text */
}
.taxonomy-link {
    text-decoration: none;
    transition: transform 0.3s ease;
}
.icon-taxonomy {
    transition: transform 0.5s ease;
}
div.icon-taxonomy:hover {
    transform: scale(1.1);
}
div.icon-taxonomy:hover {
    transform: scale(1.1);
}
.woo-icons-fullwidth-section {
    background-color: #FAFAFA;
    padding: 10px 0 10px 0;
    margin: 50px 0;
}
.taxonomy-icon-hidden .icon-taxonomy {
    min-height: auto;
}
.woo-icons-content-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* 10 items per row */
    gap: 5px;  /* Reduced gap */
}
@media (max-width: 768px) {
    .woo-icons-content-wrapper {
        grid-template-columns: repeat(5, 1fr); /* 4 items per row on mobile devices */
    }
}
/* WOCOOMMERCE PAGE TABS
------------------------------------------------------------------------------- */
.accordion-inner {
    padding: 2em 0em 2.8em 0em;
}
.woocommerce-Tabs-panel {
    background-color: #000;
    color: #fff;
}
.woocommerce-tabs .tabs .active a {
    font-weight: bold;
}
.woocommerce-tabs .tabs li {
    margin-right: 10px;
}
.accordion-title {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000;
    color: #fff !important;
    font-weight: 100 !important;
    text-transform: uppercase;
}
.accordion-title.active {
    background: #000;
    border-color: #fff;
}
.accordion .active .toggle {
    display: none;
}
.accordion .toggle {
    display: none;
}
.accordion-title:before {
    font-family: "dashicons";
    content: "\f139";
    margin-right: 5px;
    vertical-align: top;
}
.accordion-title.active:before {
    font-family: "dashicons";
    content: "\f140";
    margin-right: 5px;
    vertical-align: top;
}
.accordion-title {
    font-size: 90%;
}
#accordion-additional_information-content .woocommerce-product-attributes.shop_attributes {
    border-collapse: collapse;
}
#accordion-additional_information-content .woocommerce-product-attributes.shop_attributes th,
#accordion-additional_information-content .woocommerce-product-attributes.shop_attributes td {
    border: 1px solid #777 !important;
}
#accordion-additional_information-content .woocommerce-product-attributes.shop_attributes {
    border: 1px solid #777 !important;
}
/* WOCOOMMERCE CUSTOM TABS
------------------------------------------------------------------------------- */
.product-link {
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-bottom: -10px !important;
    margin-left: 18px;
    text-transform: uppercase;
    font-size: 85%;
}
.product-link:hover {
    color: #000;
    transform: translateX(10px);
}
.whatsapp-contact i {
    font-weight: 800;
}
.whatsapp-contact a {
	padding-top: 2rem;
    color: #000;
}
.whatsapp-contact {
	padding-top: 2rem;
    transition: transform 1s;
}
.whatsapp-contact:hover  {
    transform: translateX(20px);
    opacity: 0.8;
}
/* WOCOOMMERCE PAGE SECTION BLACK
------------------------------------------------------------------------------- */
.product-section-black a {
    color: #fff !important;
}
.product-section-black a:hover {
    color: #555 !important;
}
.product-title {
    position: relative;
    width: 95%;
}
.icon-right {
    position: absolute;
    right: -5%;
    top: 30%;
    transform: translateY(-50%);
}
.product-section-black {
    background-color: #000;
    color: #fff;
    padding: 30px;
    margin: 4rem 0 5rem 0;
}
.product-section-black .product-title,
.product-section-black .product-subtitle {
    color: #fff;
    font-weight: 400;
}
.product-section-black .product-subtitle {
    margin-bottom: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
}
.product-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.product-column-one h4,
.product-column-two h4,
.product-column-five h4,
.product-column-six h4 {
    font-size: 1.17em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400 !important;
}
.product-column-three .product-image,
.product-column-four .product-image {
    max-width: 100%;
    height: auto;
    align-self: center;
    border: 1px solid #fff;
}
.product-column-three .product-image,
.product-column-four .product-image {
    max-width: 100%;
    height: auto;
    align-self: center;
}
@media (min-width: 992px) {
  .product-column-three, .product-column-four {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Styles for listings starting on the left */
.product-columns ul {
    direction: ltr;
    text-align: left;
    /*margin-left: 20px;*/
    margin-right: 0;
}
.product-columns ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .product-section-black {
        text-align: left;
    }
    .product-columns {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .fd-fullwidth-section img {
    	margin: 0;
   }
}
.product-section-black ul li {
  list-style-type: none;
  padding-left: 24px;
  position: relative;
}
.product-section-black ul li::before {
  content: '\f147';
  font-family: 'Dashicons';
  position: absolute;
  left: 0;
  top: 0;
}
/* WOCOOMMERCE FAQS PRODUCTS
------------------------------------------------------------------------------- */
.faq-accordion {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
}
.faq-title {
    font-size: 19px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    font-weight: 200;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-question {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    padding: 10px 40px 10px 10px;
    position: relative;
    text-transform: none !important; /* No transform the text */
    border: 1px solid #ddd;
}
.faq-question:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}
.faq-question.open:before {
    content: "-";
}
.faq-answer {
    display: none;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
    padding-bottom: 2rem;
}
/* WOCOOMMERCE CART STICKY
------------------------------------------------------------------------------- */
.single_add_to_cart_button {
    width: auto;
}
.sticky-add-to-cart--active {
    background: #fff;
}
input[type=number] {
    border: 1px solid #ddd;
}
.sticky-add-to-cart__product .product-title-small {
    text-transform: uppercase;
    color: #000;
}
.sticky-add-to-cart.sticky-add-to-cart--active img.product-quality-logo {
	display: none;
}
.sticky-add-to-cart.sticky-add-to-cart--active button.single_add_to_cart_button.button.alt {
    /*width: 20%;*/
    width: auto;
}
.sticky-add-to-cart button.single_add_to_cart_button.button.alt {
    width: 100%;
}
/* WOCOOMMERCE STAR RATINGS
------------------------------------------------------------------------------- */
.star-rating {
    font-size: 12px;
    margin: .3em 0 !important;
}
.single-product .star-rating {
    font-size: 16px !important;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
	color: #dfd14e !important;         
}
/* WOCOOMMERCE BOX
------------------------------------------------------------------------------- */
.box-text .button {
    margin-top: 0em !important;
    font-weight: 100;
}
.no-text-overflow {
    font-size: 60% !important;
}
.product-small.col.has-hover {
    border: 5px solid transparent;
}
.product-small.col.has-hover .box-text {
    padding: 10px 0 0 0;
    margin-bottom: -25px;
}
.product-small.col.has-hover .box-image {
    margin-top: 10px;
}
.product-small.col.has-hover {
    transition: transform 0.5s ease;
}
.product-small.col.has-hover:hover {
    transform: scale(1.02);
}
.product-small.col.has-hover .name.product-title a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1 !important;
}
.product-small.col.has-hover .name.product-title a:hover {
    color: #777;
}
.product-small.col.has-hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-small.col.has-hover:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
/* PRODUCT CARDS: PIN BUTTON TO BOTTOM OF CARD */
.product-small .box-text.box-text-products {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
}
.product-small .add-to-cart-button {
	margin-top: auto !important;
	width: 100% !important;
}
.product-small .add-to-cart-button a.button {
	width: 100% !important;
	display: block !important;
	box-sizing: border-box !important;
}
/* WOCOOMMERCE BOX QUICK VIEW
------------------------------------------------------------------------------- */
.grid-tools a {
    font-size: 70%;
}
.grid-tools a:hover {
    background: #777 !important;
}
/* WOCOOMMERCE BOX SLIDER
------------------------------------------------------------------------------- */
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: #FAFAFA;
}
.name.product-title.woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;  
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* WOCOOMMERCE BOX BUTTON
------------------------------------------------------------------------------- */
.box-text .button:hover {
    background: #647B8B !important;
}
.text-center .button {
    width: 100% !important;
}
.box-text .button {
    margin-top: 0em !important;
}
.box-text {
    margin-bottom: -10px !important;
}
/* YITH WOCOOMMERCE RECENTLY VIEWED PRODUCTS
------------------------------------------------------------------------------- */
.yith-similar-products:not(.in-page) {
    margin-bottom: 5rem;
    border-top: 1px solid #ececec;
}
/*div.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.has-equal-box-heights.equalize-box {
    margin: 0px;
}*/
.yith-similar-products h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 1rem;
}
.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-left: 0px;
    margin-right: 0px;
}
/* WOCOOMMERCE PRODUCT LIST WIDGET
------------------------------------------------------------------------------- */
ul.product_list_widget li .product-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 75%;
}
ul.product_list_widget li .product-title:hover {
    color: #777;
}
ul.product_list_widget li .woo-custom-star-rating .dashicons {
    font-size: 10px;
    margin-right: -10px;
}
.product_list_widget span.amount {
    font-size: 75%;
}
div.product-small.box span.woocommerce-Price-amount.amount {
    display: block;
}
.price-wrapper .price {
    line-height: 0.8;
}
.product-small .box-text-products .price-wrapper {
	margin-bottom: 10px !important;
}
/* WOCOOMMERCE WISHLIST
------------------------------------------------------------------------------- */
.wishlist-icon .icon-heart {
    padding-top: 4px !important;
}
.wishlist-button.button.is-outline.circle.icon.button.is-outline {
    border: 0px solid !important;
}
/* WOCOOMMERCE LIST TAXONOMIES 
------------------------------------------------------------------------------- */
.woo-column-list-taxonomies table {
    width: 100%;
    border-collapse: collapse;
}
.woo-column-list-taxonomies th {
    background-color: black;
    color: white;
    font-size: 75%;
}
.woo-column-list-taxonomies td, .woo-column-list-taxonomies th {
    border: 1px solid #000 !important;
    padding: 8px;
    vertical-align: top;
}
.woo-column-list-taxonomies ul {
    list-style-type: none;
    padding-left: 0;
}
.woo-column-list-taxonomies ul li {
    padding: 2px 0;
}
.parent-category {
    display: block;
    margin-bottom: 15px;
}
/* ADVANCED CUSTOM FIELD
------------------------------------------------------------------------------- */
.acf-input .acf-checkbox-list.acf-bl {
  columns: 4 !important;
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
}
/* SHORTCODES ULTIMATE
------------------------------------------------------------------------------- */
.su-spoiler-title:focus {
    outline: none !important;
}
.su-spoiler-title:hover {
	color: #000;
}
/* HIGHER QUALITY ONLY FOR 600-300 CLASS */
.ultimate-shortcode-gallery-600-300 .su-custom-gallery-slide {
  width: 300px !important;
  height: 300px !important;
}
.ultimate-shortcode-gallery-600-300 .su-custom-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* GALLERY TITLES ALWAYS UPPERCASE */
body .su-custom-gallery .su-custom-gallery-title {
  text-transform: uppercase !important;
}
body .mfp-wrap .mfp-title {
  text-transform: uppercase !important;
}
/* NEWSLETTER
------------------------------------------------------------------------------- */
input.mailpoet_text {
  text-align: center;
}
/* GDPR COOKIE COMPLILANCE
------------------------------------------------------------------------------- */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    z-index: 999999999 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
    font-weight: 100 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    padding-top: 12px !important;
    margin-right: 0px !important;
}
/* FOOTER
------------------------------------------------------------------------------- */
#footer .is-divider {
    max-width: 100%;
}
div.footer-widgets.footer.footer-1 {
    background-color: #f9f9f9 !important;
}
div.footer-widgets.footer.footer-1 span.widget-title {
    color: #000 !important;
}
#footer .recent-blog-posts-li :hover {
    opacity: 0.8;
}
#footer .menu-item a {
    font-size: 85% !important;
    transition: transform 0.3s ease;
}
#footer .menu-item a:hover {
    opacity: 0.5;
    transform: translateX(10px);
}
div.footer-primary.pull-left a:hover {
    opacity: 1 !important;
    color: #fff !important;
}
.footer-1, .footer-2 {
    border-top: 0px solid rgba(0,0,0,.05);
}
.menu-rgpd-container {
    margin-left: -15px !important;
}
/* HIDE OR SHOW
------------------------------------------------------------------------------- */
/* This will hide the element with class .no-screen on large screens */
.show-on-screen {
    display: block !important;
}
.show-on-responsive {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .show-on-screen {
        display: none !important;
    }
    .show-on-responsive {
        display: block !important;
    }
}
/* MEDIAQUERIES RESPONSIVE
------------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
.fd-content-wrapper p {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
}
@media only screen and (max-width: 768px) {
/* THEME STYLES -----*/
.has-sticky-product-cart .back-to-top.active {
    bottom: 70px;
}
.gglobe {
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: -170px;
}
.gsatelite img {
    
    width: 50% !important;
    height: 50% !important;
}
.account-register-inner {
    margin-top: 75px;
} 
/* HOME -----*/
.text-box .text-box-content {
    background: rgba(255, 255, 255, 0.5);
    padding: 0px 10px 15px 10px;
}
.ds-text-banner {
    width: 90% !important;
}
.ds-negative-margin {
    margin-top: -75px !important;
}
/* WOCOMMERCE -----*/
.accordion-title {
    font-size: 85%;
}
.product-column-three .product-image {
    margin-top: 0.8rem !important;
}
.product-column-four .product-image {
    margin-bottom: 2rem;
}
.yith-similar-products h2 {
    font-size: 1em;
}
.quantity+.button {
    /*width: auto;*/
}
del span.amount {
    font-size: 75%;
}
.sticky-add-to-cart--active del .woocommerce-Price-amount.amount {
    /*display: none !important;*/
}
.sticky-add-to-cart--active .quantity.buttons_added {
    display: none !important;
}    
.sticky-add-to-cart.sticky-add-to-cart--active button.single_add_to_cart_button.button.alt {
    font-size: 95%;
}
.icon-right {
    right: -5%;
    top: 15%;
}    
}
@media (max-width: 549px) {
.hide-for-small, [data-show=hide-for-small] {
    display: block !important;
    font-size: 75% !important;
}
}
/* SECTION FULL WIDTH
------------------------------------------------------------------------------- */
.av-full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.av-full-width-section > * {
    max-width: 1050px !important;
    margin-left: auto;
    margin-right: auto;
}
div#content.content-area.page-wrapper .av-full-width-section {
    padding-bottom: -30px !important;
    margin-top: -30px !important;
}
/* AI FORMS ACF
------------------------------------------------------------------------------- */
/* Container for the ACF form */
.ai-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* Form fields */
.ai-form .acf-field {
    margin-bottom: 20px;
}
.ai-form .acf-label {
    margin-bottom: 5px;
    font-weight: bold;
}
.ai-form .acf-input input[type="text"],
.ai-form .acf-input input[type="email"],
.ai-form .acf-input input[type="url"],
.ai-form .acf-input textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Make sure padding doesn't affect total width */
}
.ai-form .acf-input textarea {
    min-height: 100px; /* Set minimum height for textareas */
}
/* Submit button */
.ai-form .acf-form-submit input[type="submit"] {
    background-color: #0073aa;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.ai-form .acf-form-submit input[type="submit"]:hover {
    background-color: #005a87;
}
.ai-form-success-message {
    color: green;
    background-color: #ebf9eb;
    border-left: 4px solid green;
    padding: 10px;
    margin-bottom: 20px;
}
/* CART / CHECKOUT
------------------------------------------------------------------------------- */
ul.woocommerce-error.message-wrapper {
    margin-bottom: 15px;
    border: none !important;
}
.woocommerce-cart .shop_table,
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table tr,
.woocommerce-cart .shipping__table,
.woocommerce-cart .shipping__table th,
.woocommerce-cart .shipping__table td,
.woocommerce-cart .shipping__table tr {
	border: none !important;
}
.woocommerce-cart .shop_table thead th,
.woocommerce-cart .cart_totals table.shop_table thead th {
	border-bottom: 2px solid #ececec !important;
}
.woocommerce-cart .shop_table tbody tr,
.woocommerce-cart .cart_totals table.shop_table tbody tr {
	border-bottom: 1px solid #ececec !important;
}
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th,
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table th {
	border: none !important;
}
.woocommerce-cart .shipping__inner,
.woocommerce-cart .shipping__table,
.woocommerce-cart .shipping__table tbody {
	border: none !important;
}
.woocommerce-cart .shipping__table tr {
	border-bottom: none !important;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tr {
	border: none !important;
}
.woocommerce-checkout-review-order-table thead th {
	border-bottom: 2px solid #e5e5e5 !important;
}
.woocommerce-checkout-review-order-table tbody tr {
	border-bottom: 1px solid #e5e5e5 !important;
}
.woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid #e5e5e5 !important;
}
.woocommerce-checkout-review-order-table .shipping__table,
.woocommerce-checkout-review-order-table .shipping__table th,
.woocommerce-checkout-review-order-table .shipping__table td,
.woocommerce-checkout-review-order-table .shipping__table tr {
	border: none !important;
}
.cart_totals,
.cart_totals table,
.cart_totals thead,
.cart_totals tbody,
.cart_totals tfoot,
.cart_totals tr,
.cart_totals th,
.cart_totals td {
	border: none !important;
	box-shadow: none !important;
}
.cart_totals > table thead th {
	border-bottom: 2px solid #ececec !important;
}
.cart_totals > h2 {
	display: none !important;
}
.cart_totals .shop_table > tbody > tr,
.cart_totals .shop_table > tfoot > tr {
	border-bottom: 1px solid #ececec !important;
}
.cart_totals .shop_table > tbody > tr > th,
.cart_totals .shop_table > tbody > tr > td,
.cart_totals .shop_table > tfoot > tr > th,
.cart_totals .shop_table > tfoot > tr > td {
	border: none !important;
}
.cart_totals .shipping__inner,
.cart_totals .shipping__table,
.cart_totals .shipping__table tbody,
.cart_totals .shipping__table tr,
.cart_totals .shipping__table th,
.cart_totals .shipping__table td {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.cart_totals .shipping__table tr {
	border-bottom: none !important;
}
.cart_totals .order-total {
	border-bottom: 1px solid #ececec !important;
}
/* CHECKOUT BREADCRUMBS - RESPONSIVE
------------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.checkout-breadcrumbs {
		font-size: 13px !important;
		line-height: 1.3 !important;
		letter-spacing: 0.02em !important;
	}
	.checkout-breadcrumbs.h2 {
		font-size: 13px !important;
	}

	.checkout-breadcrumbs a {
		padding: 0 4px !important;
	}
	.checkout-breadcrumbs .divider {
		margin: 0 4px !important;
		font-size: 10px !important;
	}
	.checkout-breadcrumbs.uppercase {
		text-transform: none !important;
	}
	.checkout-breadcrumbs {
		margin-bottom: 10px !important;
	}
}
