html[lang="it-IT"] #e-n-tab-title-550200186,
html[lang="it-IT"] #e-n-tab-title-550200187,
html[lang="fr-FR"] #e-n-tab-title-550200186,
html[lang="fr-FR"] #e-n-tab-title-550200187,
html[lang="en-US"] #e-n-tab-title-550200186,
html[lang="en-US"] #e-n-tab-title-550200187 {
  display: none;
}
#countdown {
  color: #fff;
}
#header {
  /* overflow: hidden; */
}
.count-reviews {
  font-size: 85%;
}

.text-wrap {
  background-color: #222;
}

.text-container {
  margin: 0 0 0 3%;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 2em;
  max-width: 600px;
}

.text {
  position: absolute;
  left: -100%;
  top: 3px;
  white-space: nowrap;
  opacity: 0;
  animation-duration: 9s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  color: #fff;
}

.text-1 {
  animation-name: slideInOut1;
}

.text-2 {
  animation-name: slideInOut2;
}

.text-3 {
  animation-name: slideInOut3;
}

@keyframes slideInOut1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  5% {
    left: 0;
    opacity: 1;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  35% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes slideInOut2 {
  0%,
  30% {
    left: -100%;
    opacity: 0;
  }
  35% {
    left: 0;
    opacity: 1;
  }
  60% {
    left: 0;
    opacity: 1;
  }
  65% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes slideInOut3 {
  0%,
  60% {
    left: -100%;
    opacity: 0;
  }
  65% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 0;
    opacity: 1;
  }
  95% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

#stsb-header .sticky {
  background-color: #ff4400;
  /*    background-color: #daad3e;*/
  height: 50px;
  left: 0 !important;
  width: 100% !important;
  padding-bottom: 0px;
}
/*#header #stsb-header .sticky .elementor-widget-n-tabs .e-n-tab-title a {
	color: #daad3e;
}*/

#stsb-header
  .sticky
  .elementor-widget-n-tabs
  .e-n-tab-title:not(.e-active)
  .e-n-tab-title-text
  svg {
  /*    fill: #ff4400;*/
  fill: #222;
}
#stsb-header
  .sticky
  .elementor-widget-n-tabs
  .e-n-tab-title.e-normal.e-active
  a {
  color: #f8f5ef;
}

.stsb_small_cart_empty {
  color: #ccc;
}

#stsb-header .stsb_form_control,
#form-newsletter .stsb_form_control {
  padding-left: 20px;
}
.txt-rotate .elementor-heading-title span {
  transform: rotate(-3deg);
  display: inline-block;
}
.loop-products-ch .avm_price_amount,
#tag-precio .avm_price_amount {
  display: none;
}
.loop-products-ch .stsb_pm_price_item.stsb_pm_price,
.loop-products-ch .stsb_pm_price_item.stsb_pm_old_price {
  transform: rotate(3deg);
}

.borde-excentrico > .elementor-widget-container::after,
.stsb_grid_wrapper .borde-excentrico::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  left: 5px;
  bottom: 5px;
  border: 2px dashed #ff4400;
  border-radius: 50px;
  pointer-events: none;
}

a.elementor-button .stsb_loading {
  left: 10%;
  border: 3px solid #f40;
}

/*Breadcrumbs*/
.elementor.elementor-23
  .elementor-element.elementor-element-08e85b9
  .breadcrumb_item
  a,
#breadcrumbs .breadcrumb_item:last-child a {
  color: #ff4400;
}

/*Footer*/
.stsb_newsletter_acceptance_text a {
  color: #fff;
}
.stsb_newsletter_item .custom-checkbox input[type="checkbox"] {
  opacity: 1;
}

/*Apaño BO*/
#module-stsitebuilder-editor
  .elementor-edit-mode[data-elementor-type="category_min"],
#module-stsitebuilder-editor
  .elementor-edit-mode[data-elementor-type="manufacturer_min"],
#module-stsitebuilder-editor
  .elementor-edit-mode[data-elementor-type="product_min"] {
  min-width: 380px;
  width: inherit;
}

.elementor-widget-stcontactus .stsb_notification.stsb_notification_error {
  background: #f0a8a8;
  padding: 20px;
  border-radius: 6px;
}
.elementor-widget-stcontactus .stsb_notification.stsb_notification_success {
  background: #d0f0d0;
  padding: 20px;
  border-radius: 6px;
}

/*Pagina registro*/
.elementor-field-group-onepagecheckoutps_privacy_policy label {
  color: #fff;
}

/*blog*/
.es_blog {
}

.es_blog #wrapper {
  background-color: #f8f5ef;
}

@media (min-width: 992px) {
  #module-stblog-default .container,
  #module-stblog-category .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1550px) {
  #module-stblog-default .container,
  #module-stblog-category .container {
    width: 1550px;
    max-width: 100%;
  }
}

#blog-content-top {
  background-color: #222;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

#blog-content-top h1.page_heading {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.es_blog #left-column,
.es_blog #right-column,
.es_blog #content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .es_blog #wrapper > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .es_blog #left-column,
  .es_blog #right-column,
  .es_blog #content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #st_blog_block_archives,
  #st_blog_latest_comments,
  #blog_tags_block {
    display: none;
  }
}

.es_blog #right-column .block {
  margin-bottom: 10px;
  margin-left: 20px;
}
.es_blog #right-column .block:not(#stb_search_block_left) {
  background-color: #f5e8d4;
  border-radius: 30px;
  padding: 30px 30px 10px;
  position: relative;
}
/*.es_blog #right-column .block:not(#stb_search_block_left)::after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 2px dashed #ff4400;
    display: block;
    position: absolute;
    bottom: -6px;
    left: -6px;
}*/

.st_posts.product_list.row.grid {
  /*    display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 18px 10px;*/
}
.st_posts.product_list .product_list_item {
  /*    margin-top: 0;
        float: none;
        padding: 0;
        width: 330px;
        height: 274px;*/
  margin-bottom: 20px;
}

.es_blog .title_block {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.es_blog .block_content a {
  color: #222;
}
.es_blog .block_content a:hover {
  color: #ff4400;
}

/*#stb_search_block_left .block_content {margin: 0 10px 0 10px;}*/
#stb_search_block_left .title_block_inner {
  display: none;
}
#stb_search_block_left input.form-control {
  background-color: #ffcea3;
  border: 1px dashed #f40;
  border-radius: 15px 0 0 15px;
  height: 50px;
}
#stb_search_block_left button {
  background-color: #f40;
  width: 50px;
  border-radius: 0 15px 15px 0;
}

#blog_tags_block .block_content a {
  font-size: 12px;
}

.block_blog {
  position: relative;
}
.block_blog {
}
.block_blog picture::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 3%,
    rgba(0, 0, 0, 1) 77%,
    rgba(0, 0, 0, 1) 100%
  );
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  border-radius: 30px;
}
.block_blog picture {
  /* max-width: 370px; */
  overflow: hidden;
  /* display: flex; */
  /* justify-content: center; */
  /* margin: 50px 0 10px; */
  /* background-color: #fff; */
  border-radius: 30px;
  /* height: 250px; */
  aspect-ratio: dis;
  display: block;
}
.block_blog .pro_second_box {
  background: inherit !important;
}
.block_blog .pro_second_box {
  position: absolute;
  bottom: 8px;
  left: 15px;
  z-index: 3;
  padding-right: 10px;
}

.block_blog .pro_second_box .s_title_block {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-wrap: balance;
  margin-bottom: 10px;
}
.block_blog .pro_second_box .s_title_block a:hover {
  color: #f3f3f3;
}

.block_blog picture img {
  /*    margin-top:-12%;*/
  object-fit: cover;
  width: 100%;
}

.block_blog .pro_second_box .blog_info {
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
  display: flex;
  gap: 5px;
}
.blog_info span {
  display: flex;
  gap: 5px;
}
.blog_info span.link_color {
  text-overflow: ellipsis;
  /*    width: 120px;*/
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.block_blog .e-font-icon-svg.e-eye2,
.block_blog .e-font-icon-svg.e-clock2 {
  fill: #f40;
  display: flex;
  gap: 5px;
  width: 17px;
}
.block_blog .e-font-icon-svg.e-clock2 {
  width: 15px;
}

/*blog article*/

.es_blog .page-blog-article .blog_cover_box img,
.es_blog .page-blog-article img.img-responsive {
  max-width: 100%;
  height: auto;
}

.es_blog .page-blog-article .blog_cover_box img {
  margin: 40px auto;
  border-radius: 30px;
  overflow: hidden;
  background: #222;
}

@media (max-width: 990px) {
  .blog_content img,
  .blog_content video,
  .blog_content iframe {
    height: auto;
    max-width: 100%;
  }
  .es_blog #right-column .block {
    margin-left: 0;
  }
}

.page-blog-article .blog_info {
  display: flex;
  gap: 5px;
}

.blog_content .list-group {
  float: left;
}
.page-blog-article .e-font-icon-svg.e-eye2,
.page-blog-article .e-font-icon-svg.e-clock2 {
  fill: #f40;
  display: flex;
  gap: 5px;
  width: 20px;
}

.es_blog .pagination a {
  color: inherit !important;
  padding: 10px;
}
.es_blog .pagination {
  display: flex;
  align-items: center;
}
.es_blog .pagination i {
  display: none;
}
@media (max-width: 778px) {
  .page-blog-article .blog_info {
    font-size: 12px;
  }
  .es_blog .pagination {
    flex-direction: column;
  }
}
.es_blog .pagination .page-list {
  background: #f5e8d4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
}

.es_blog .gallery-container {
  display: flex;
  flex-direction: column-reverse;
}

.alert.alert-info {
  background-color: #fff;
  border-color: #f99b79;
  color: #f40;
}
.btn.disabled,
.btn.disabled:hover {
  color: #ddc6a2 !important;
  background: inherit;
  opacity: 1;
  border: 1px solid #ddc6a2;
}

#module-stblog-article .video_wraper {
  position: relative;
  padding-bottom: calc(56.25% * 0.75);
  width: 75%;
  height: 0;
  margin: 40px auto;
}
#module-stblog-article .video_wraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#blog_tags {
  padding: 15px 0;
  border-top: 2px solid #f40;
  border-bottom: 2px solid #f40;
  margin: 40px 10px 40px;
}

#stblog_leave_a_reply {
  display: none;
}
#blog_link_nav {
  padding: 15px 0;
  margin: 40px 10px 40px;
  display: flex;
  justify-content: space-between;
}
#blog_link_nav::after {
  content: inherit;
}
.gallery-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 1%;
}
.gallery-wrapper .gallery-item {
  width: 49%;
}

#st_blog_comment_reply_block {
  border: 3px dashed #f40;
  border-radius: 32px;
  padding: 50px;
}
.video_wraper iframe {
  width: 100%; /*370px;*/
  /*    height: 256px;*/
  border-radius: 30px;
}

#footer .stsb_heading span span {
  text-decoration: line-through;
}

[id^="zoid-paypal-message"] {
  background-color: #d9e3e8;
  border-radius: 6px;
  padding: 17px 10px 0px;
  /* display: inline; */
}

/*New palantillas recetas*/
.inline .elementor-image-box-content {
  display: flex;
  justify-content: space-between;
}

div.e-link-in-bio {
  --e-link-in-bio-container-width: 100%;
  --e-link-in-bio-content-width: 100%;
}
div.e-link-in-bio__identity {
  width: 260px;
  margin: 0 auto;
}

/*material-icons*/
/*.material-icons {
    display:none !important;
}*/
/*.product-comment-modal .material-icons[data-icon]::before, 
.product-comment-list-item .material-icons[data-icon]::before, 
.product-comments-additional-info .material-icons[data-icon]::before, 
#product-comments-list-header .material-icons[data-icon]::before, 
#product-comments-list-footer .material-icons[data-icon]::before {
        content: "";
}*/

i.material-icons::before {
  display: none;
}
i.material-icons {
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

i.material-icons.thumb_up {
  background: url("../icons/thumb_up.svg") no-repeat;
}
i.material-icons.thumb_down {
  background: url("../icons/thumb_down.svg") no-repeat;
}
i.material-icons.flag {
  background: url("../icons/flag.svg") no-repeat;
}
i.material-icons.chat {
  background: url("../icons/chat.svg") no-repeat;
}
i.material-icons.edit {
  background: url("../icons/edit.svg") no-repeat;
}
