.fullpagescroll header {
  background-color: rgba(255, 255, 255, 0.5);
}

.fullpagescroll footer {
  bottom: 0;
  transition: margin-bottom 0.5s ease 0s;
}

.fullpagescroll footer.active {
  margin-bottom: 0 !important;
}

.fullpagescroll .fps {
  transition: margin-top 0.5s ease 0s;
}

.fullpagescroll .fps.active {
  margin-top: 0 !important;
}

.fullpagescroll header,
.fullpagescroll footer {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
}

.fullpagescroll .header-placeholder header {
  position: relative;
}

.fullpagescroll .page-wrapper {
  min-height: 100%;
}
.fullpagescroll header .block-search {
  transition: margin-top 0.5s ease 0s;
}

@media screen and (min-width: 768px) {
  .fullpagescroll .nav-sections,
  .fullpagescroll .breadcrumbs {
    position: fixed;
    left: 0;
    width: 100%;
  }
  .fullpagescroll:not(.mobile-nav) .page-header .nav-sections.sticky-header-nav,
  .fullpagescroll:not(.mobile-nav) .page-header.sticky-header .nav-sections,
  .fullpagescroll:not(.mobile-nav)
    .header-placeholder
    .page-header
    .nav-sections {
    width: inherit;
  }
  .fullpagescroll .nav-sections {
    z-index: 2;
  }
  .fullpagescroll .breadcrumbs {
    z-index: 1;
  }
  .fullpagescroll header.active .block-search {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .fullpagescroll header {
    background-color: white;
  }
}

.fullpagescroll .breadcrumbs {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
}
.fullpagescroll .overlay {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.fullpagescroll #fullpage {
  position: fixed !important;
  top: 0;
  left: 0;
}
.fullpagescroll #fullpage .section.fp-section {
  background-color: white;
  padding: 0 !important;
  margin: 0 !important;
}

.fullpagescroll .button-row {
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 25px 0 20px 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fullpagescroll .button-row .white.button {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  font-size: 12px;
  height: 44px;
  width: 280px;
  max-width: calc(100vw - 20px);
  background-color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.review-book-index {
  margin-bottom: 15px;
}
.review-book-index a {
  text-decoration: underline;
}
.review-book-index a:hover {
  text-decoration: none;
}
.attribute-title {
  display: none;
}
.prod-detailed-section .additional-attributes-section,
.prod-detailed-section .product.attribute {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.prod-detailed-section .attribute-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #3c3b37;
  margin-bottom: 15px;
}
.prod-detailed-section .attribute-content {
  margin-bottom: 20px;
}
.prod-detailed-section [data-content-type="row"][data-appearance="contained"] {
  margin: 0 !important;
  max-width: 100%;
}
.estimated-time-of-arrival,
.price-buying-online-block,
.return-policy-block {
  margin-bottom: 15px;
}
.estimated-time-of-arrival #estimated-time-details,
.price-buying-online-block #price-buying-online-details,
.return-policy-block #return-policy-details {
  text-decoration: underline;
  cursor: pointer;
}
.estimated-time-hide.estimated-time-popup,
.pricing-information-hide.pricing-information-popup,
.return-policy-hide.return-policy-popup {
  display: none;
}
.estimated-time-of-arrival #estimated-time-details.estimated-time-hide:after,
.price-buying-online-block
  #price-buying-online-details.pricing-information-hide:after,
.return-policy-block #return-policy-details.return-policy-hide:after {
  display: none;
}
.estimated-time-of-arrival #estimated-time-details:after,
.price-buying-online-block #price-buying-online-details:after,
.return-policy-block #return-policy-details:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: block;
  cursor: default;
}
.estimated-time-popup,
.pricing-information-popup,
.return-policy-popup {
  background: #fff;
  padding: 40px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 640px;
  max-height: 92vh;
  overflow-y: auto;
  width: 94%;
}
.estimated-time-popup .estimated-time-close,
.pricing-information-popup .pricing-info-close,
.return-policy-popup .return-policy-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
}
.estimated-time-detail-table {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.estimated-time-detail-table th {
  background: #3c3b37;
  color: #fff;
}
.estimated-time-detail-table .highlight-td {
  background: #f7caac;
}

@media screen and (max-width: 767px) {
  .estimated-time-popup,
  .pricing-information-popup,
  .return-policy-popup {
    padding: 25px 20px;
  }
}

body.wp-sl
  div.sociallogin-wrapper
  div.sociallogin-block
  div.sociallogin-padding
  div.sociallogin-box
  a.sociallogin-button
  span.sl-fb:after {
  content: "Iniciar Sesión con Facebook";
}
body.wp-sl
  div.sociallogin-wrapper
  div.sociallogin-block
  div.sociallogin-padding
  div.sociallogin-box
  a.sociallogin-button
  span.sl-google:after {
  content: "Iniciar Sesión con Google";
}

@media screen and (max-width: 639px) {
  .price-buying-online-block {
    padding-left: 10px;
  }
  .product.media ._block-content-loading {
    min-height: 370px;
  }
}

/*Author page*/
.product-info-main .author-name {
  margin-bottom: 15px;
  font-size: 16px;
}
.product-info-main .author-name a {
  text-decoration: underline;
}
.author-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #f4f4f4;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.author-details-img {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.author-details-info {
  width: 100%;
  margin-bottom: 20px;
}
.column.main
  .products-grid.author-products
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions {
  text-align: center;
}
.author-products .product-item-actions .actions-primary > .stock.unavailable {
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .page-title-wrapper.author-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .author-details-wrapper {
    padding: 30px;
    margin-bottom: 50px;
  }
  .author-details-img {
    order: 1;
    width: 22%;
  }
  .author-details-info {
    width: 78%;
    padding-right: 30px;
  }
  .theme-pearl.page-layout-1column .products.products-grid.author-products {
    padding-top: 0 !important;
  }
}

/*Author page*/
.catalog-product-view .custom-slider {
  margin-top: 50px;
}
.catalog-product-view .custom-slider .content-heading .title {
  text-align: center;
}
.catalog-product-view .custom-slider .owl-stage {
  display: flex;
}

/* review section css */
.amreview-info-wrapper .amreview-summary-info .amreview-showmore {
  padding: 12px 16px;
  background-color: #ff5500;
  border: 1px solid #ff5500;
  color: #fff;
}
.amreview-info-wrapper .amreview-summary-info .amreview-showmore:hover {
  background-color: #cc4400;
  border: 1px solid #cc4400;
}
.amrev-comment-toolbar .amrev-comment .amrev-combtn span {
  font-size: 12px;
  line-height: 18px;
  color: #026bb3 !important;
}
.amrev-comment-toolbar .amrev-comment .amrev-combtn:hover {
  background-color: transparent;
  border: none;
}

.amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus,
.amrev-comment-toolbar .amreview-helpful-wrap .amreview-minus {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.catalog-category-view .page-wrapper .page-bottom {
  max-width: 100%;
}
.catalog-category-view .page-bottom .custom-slider .owl-stage-outer .owl-stage {
  display: flex;
}

/* contact page category slider css */
.page-bottom:has(#configurable_category_carousel) {
  max-width: 100%;
}
#configurable_category_carousel.block-products-list {
  margin: 50px 0 70px;
}
.category-product-list {
  letter-spacing: 0;
  line-height: normal;
}
.category-product-list .owl-stage-outer .owl-stage {
  display: flex;
  margin-bottom: 20px;
}
.category-product-list .owl-thumbs {
  display: none;
}
/* 
#configurable_category_carousel
  .category-product-list
  .owl-item
  .category-item {
  width: 100%;
} */

.category-product-list .category-item {
  height: 100%;
}
.category-product-list .category-item .product-item-link {
  color: #000;
}
.category-product-list .category-item .product-item-photo {
  display: inline-block;
}
.products-grid .category-product-list .category-item .product-item-info {
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.products-grid .category-product-list .category-item .product-item-info:hover {
  background-color: #fff;
  box-shadow: 0px 4px 15px #828282;
  border-width: 0;
}
.products-grid .category-product-list .owl-stage-outer {
  padding-left: 10px;
  padding-right: 10px;
}
.products-grid .category-product-list .owl-controls .owl-dots {
  bottom: -20px;
}
.products-grid .category-product-list .owl-controls .owl-nav .owl-prev,
.products-grid .category-product-list .owl-controls .owl-nav .owl-next {
  background: transparent !important;
}
.products-grid .category-product-list .owl-controls .owl-nav .owl-prev {
  left: -10px !important;
}
.products-grid .category-product-list .owl-controls .owl-nav .owl-next {
  right: -10px !important;
}
.products-grid
  .category-product-list
  .owl-controls
  .owl-nav
  .owl-prev:hover::before,
.products-grid
  .category-product-list
  .owl-controls
  .owl-nav
  .owl-next:hover::before {
  background-color: #000 !important;
}

@media (max-width: 768px) {
  #configurable_category_carousel.block-products-list {
    margin: 20px 0 50px;
  }
}
@media (max-width: 599px) {
  .category-product-list .category-item {
    padding: 0 10px;
  }
  .products-grid .category-product-list .category-item .product-item-info {
    width: 95%;
  }
}

.saving-percentage-container .saving-perc {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 0 10px;
  background: #ec690f;
}

.mp-product-slider-content .products-grid .product-item .product-item-name a {
  color: #3c3b37 !important;
  font-size: 14px !important;
}

.mp-product-slider-content .owl-nav .owl-prev span,
.mp-product-slider-content .owl-nav .owl-next span {
  color: #3c3b37 !important;
  font-size: 65px !important;
  padding: 5px;
}

.mp-product-slider-content .owl-nav .owl-prev,
.mp-product-slider-content .owl-nav .owl-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mp-product-slider-content .owl-nav .owl-prev:hover,
.mp-product-slider-content .owl-nav .owl-next:hover {
  background: transparent !important;
  border: unset;
}

.mp-product-slider-content .owl-nav .owl-prev:hover span,
.mp-product-slider-content .owl-nav .owl-next:hover span {
  color: #000 !important;
}

.custom-slider-content {
  position: relative !important;
  min-height: 400px !important;
}
.cssload-slider-loader-div {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
.cssload-slider-loader {
  position: absolute;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}

.cssload-slider-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.cssload-slider-inner.cssload-slider-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid rgb(0, 0, 0);
}

.cssload-slider-inner.cssload-slider-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid rgb(0, 0, 0);
}

.cssload-slider-inner.cssload-slider-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid rgb(0, 0, 0);
}

.logo-slider-content .banner-item .item-image {
  padding: 25px;
}

.logo-slider-content .owl-dots {
  left: 0;
}

.logo-slider-content .owl-dots .owl-dot {
  background: transparent;
  border: unset;
}

.logo-slider-content .owl-dots .owl-dot:hover {
  background: transparent;
  border: unset;
}

.logo-slider-content .owl-dots .owl-dot span {
  border: 1px solid #d6d6d6;
  background: #fff;
}

.logo-slider-content .owl-nav .owl-prev span,
.logo-slider-content .owl-nav .owl-next span {
  color: #3c3b37;
  font-size: 65px;
  padding: 5px;
}

.logo-slider-content .owl-nav .owl-prev,
.logo-slider-content .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider-content .owl-nav .owl-prev:hover,
.logo-slider-content .owl-nav .owl-next:hover {
  background: transparent;
  border: unset;
}

.logo-slider-content .owl-nav .owl-prev:hover span,
.logo-slider-content .owl-nav .owl-next:hover span {
  color: #000;
}

.catalog-product-view .mp-product-slider-block .title {
  text-align: center;
}

.catalog-product-view .product-reviews-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalog-product-view .reviews-actions {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.catalog-product-view
  .product-reviews-summary
  .reviews-actions
  a:not(:last-child) {
  margin-right: 0;
}

.catalog-product-view .block-actions {
  line-height: 34px;
}

.catalog-product-view .block-actions .action.select {
  background-color: #febd69;
  border: #febd69 1px solid;
  padding: 7px 15px;
  line-height: 1;
}
.catalog-product-view .block-actions .action.select:hover {
  background-color: #f3a847;
  border: #f3a847 1px solid;
  text-decoration: none;
}

.catalog-product-view .block-actions .action.select span {
  color: #ffffff;
}

.mp-product-slider-content.product-list-slider .owl-nav .owl-prev,
.mp-product-slider-content.product-list-slider .owl-nav .owl-next {
  background: transparent !important;
  border: unset !important;
}

.mp-product-slider-content.product-list-slider .product-item .price-box {
  margin: 10px 0 15px;
}

.mp-product-slider-content.product-list-slider
  .product.details
  .field.choice.related {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-product-slider-content.product-list-slider
  .product.details
  .field.choice.related
  .label {
  display: inline-block;
  color: #3c3b37;
  width: auto;
  clip: unset;
  height: auto;
  margin: 6px 0 0;
  position: unset;
}

.mp-product-slider-content.product-list-slider
  .product.details
  .product-item-actions {
  display: none;
}

@media (min-width: 768px), print {
  .page-products
    .custom-slider-content
    .grid.products-grid
    :not(.widget-product-grid)
    .product-item {
    width: 100% !important;
  }
}

.theme-pearl.store-view-default
  .amreview-submit-form
  .review-form
  .action.submit.primary {
  background-color: #f50;
  border: 1px solid #f50;
}
.theme-pearl.store-view-default
  .amreview-submit-form
  .review-form
  .action.submit.primary:hover {
  background-color: #c40;
  border: 1px solid #c40;
}

@media (max-width: 767px) {
  .theme-pearl.store-view-default .action.primary {
    background-color: #f50;
    border: 1px solid #f50;
    color: #fff;
    transition-duration: 0.3s;
    transition-property: background-color;
  }
  .theme-pearl.store-view-default .action.primary:hover {
    background-color: #c40;
    border: 1px solid #c40;
    color: #fff !important;
  }
}

.mp-product-slider-block.block-products-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.mp-product-slider-block.block-products-list .block-viewall{
  margin-top: 1.2rem;
  text-decoration: underline;
}
.mp-product-slider-block.block-products-list .block-viewall:hover{
  text-decoration: none;
}
.theme-pearl .page-wrapper .page-footer .footer-v3{
  background-color: #232F3E;
}
.copyright{
  background-color: #131A22;
}
#featured_category_slider .products-grid .product-item .product-item-info .product-item-photo{
  display: block;
}
#featured_category_slider .products-grid .product-item .product-item-name{
  margin: 0;
}
#featured_category_slider .products-grid .product-item .product-item-name .product-item-link{
  padding: 5px;
  display: block;
}
@media (max-width: 767px) {
  .mp-product-slider-block.block-products-list .block-viewall{
    margin-top: 0;
  } 
}
@media (min-width: 769px){
  .page-wrapper .page-header{
    background: #131921;
  }
  .page-wrapper .page-header.sticky-header .page-header, .page-wrapper .page-header.sticky-header-mobile .page-header{
    background: #131921 !important;
  }
  body:not(.mobile-nav) .page-wrapper .page-header.sticky-header .navigation, body:not(.mobile-nav) .page-wrapper .nav-sections.sticky-header .navigation,
  .page-wrapper .nav-sections:not(.mobile-nav) .nav-sections-items{
    background: #131921 !important;
  }
  .theme-pearl .page-wrapper .header-placeholder .page-header-v1 .header.content .desktop-logo{
    margin-right: 0;
  }
  .theme-pearl .page-wrapper .header-placeholder .page-header-v1 .header.content{
    flex-wrap: nowrap;
  }
  .theme-pearl .page-wrapper .header-placeholder .page-header-v1 .header.content .block-search{
    width: 65%;
    margin: 0 auto;
  }
  .page-wrapper .header-placeholder .page-header .header.content .block-search input{
    width: 100%;
  }
  .header-placeholder .minicart-wrapper {
    margin-left: 20px;
  }
  .page-header{
    background: #303e4f;
  }
  .theme-pearl .page-wrapper .page-header-v1 .header.content .desktop-logo a.logo img{
    filter: brightness(0) invert(1);
  }
  .page-wrapper .page-header .header.content .block-search input, .page-wrapper .page-header .header_right .block-search input{
    color: #fff;
  }
  .page-wrapper .page-header .block-search .action.search:before{
    color: #fff !important;
  }
  .page-wrapper .page-header .header.links .authorization-link a:before, .page-wrapper .page-header .minicart-wrapper .action.showcart:before{
    color: #fff !important;
  }
  .nav-sections:not(.mobile-nav) .nav-sections-items{
    background: #303e4f !important;
  }
  .nav-sections:not(.mobile-nav) .navigation ul li.level0>a:hover,
  .nav-sections:not(.mobile-nav) .navigation ul li.level0>a:visited,
  .nav-sections:not(.mobile-nav) .navigation ul li.level0>a{
    color: #fff !important;
  }
  .nav-sections:not(.mobile-nav) .navigation ul li.level0:hover>a, .nav-sections:not(.mobile-nav) .navigation ul li.level0>a.ui-state-focus{
    color: #fff !important;
  }
  .page-header.sticky-header .page-header, .page-header.sticky-header-mobile .page-header{
    background: #303e4f !important;
  }
  body:not(.mobile-nav) .page-header.sticky-header .navigation, body:not(.mobile-nav) .nav-sections.sticky-header .navigation{
    background: #303e4f !important;
  }
  .minicart-wrapper .action.showcart .counter.qty{
    background: #ec690f;
    border-color: #ec690f;
    color: #fff;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number{
    color: #fff;
  }
  :root .theme-pearl .page-wrapper .page-header .logo img{
    width: auto;
    height: 100px;
    max-width: unset;
  }
  :root .theme-pearl .page-wrapper .page-header.sticky-header .logo img{
    width: auto;
    height: 50px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .header.content .desktop-logo a.logo img{
    min-width: unset;
  }
  .footer-v3 .footer-v3-list li a{
    padding: 2px 0;
    display: block;
  }
  .mp-product-slider-content .products-grid .product-item .product-item-name a{
    padding: 4px;
    display: inline-block;
  }
}
@media (min-width: 1366px){
  #featured_category_slider .products-grid .product-item .product-item-info .product-item-photo{
    min-height: 244px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .unset-logo .logo img {
    width: auto;
    height: 46px;
  }
  .mp-product-slider-content .owl-nav .owl-prev span, .mp-product-slider-content .owl-nav .owl-next span{
    display: inline-block;
  }
}
@media only screen and (min-width: 380px) and (max-width: 480px) {
  #featured_category_slider .products-grid .product-item .product-item-info .product-item-photo{
    min-height: 180px;
  }
}
.whatsapp-chat {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-chat .hide-element{
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}
@media (max-width: 480px) {
  .whatsapp-chat img{
    max-width: 50px;
  }
}