

/* === ASSET CSS HASH: e652f28b18b94e776ef6d3405584a62c292ab759 === */
/* Menu Widget Styles - Scoped under .menu-wrapper */

.menu-wrapper {
  padding: 70px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .menu-wrapper {
    padding: 120px 0;
  }
}

.menu-wrapper a {
  text-decoration: none !important;
  color: #212529;
}

.menu-wrapper .section-header {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

@media (min-width: 576px) {
  .menu-wrapper .section-header {
    margin-bottom: 50px;
    margin-top: -10px;
  }
}

.menu-wrapper .section-header .header-img {
  margin: 10px 0 15px;
}

.menu-wrapper .section-header > span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: var(--secondary_color);
}

.menu-wrapper .section-header h2 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .menu-wrapper .section-header h2 {
    margin-bottom: 15px;
    font-size: 48px;
  }
}

.menu-wrapper .section-wrapper {
  position: relative;
}

.menu-wrapper .section-wrapper .tab-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.menu-wrapper .section-wrapper .tab-bar .tablinks {
  display: flex;
  align-items: center;
  padding: 12px 23px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-top: 2px solid transparent;
}

@media (max-width: 575px) {
  .menu-wrapper .section-wrapper .tab-bar {
    margin-left: -8px!important;
    margin-right: -8px;
  }
  
  .menu-wrapper .section-wrapper .tab-bar .tablinks {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 8px;
    padding: 15px 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  .menu-wrapper .section-wrapper .tab-bar .tablinks:first-child,
  .menu-wrapper .section-wrapper .tab-bar .tablinks:last-child {
    margin-left: 8px!important;
    margin-right: 8px!important;
  }
  
  .menu-wrapper .section-wrapper .tab-bar .tablinks img {
    margin-right: 0;
    margin-bottom: 8px;
    max-width: 35px;
    max-height: 35px;
  }
  
  .menu-wrapper .section-wrapper .tab-bar .tablinks span {
    margin-left: 0;
    font-size: 13px;
    white-space: normal;
    line-height: 1.3;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .menu-wrapper .section-wrapper .tab-bar .tablinks {
    margin: 10px;
    margin-right: 10px;
  }
}

.menu-wrapper .section-wrapper .tab-bar .tablinks:hover {
  box-shadow: 0 0 15px rgba(136, 136, 136, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.menu-wrapper .section-wrapper .tab-bar .tablinks.active {
  border-top: 2px solid var(--secondary_color);
}

.menu-wrapper .section-wrapper .tab-bar .tablinks:first-child {
  margin-left: 0;
}

.menu-wrapper .section-wrapper .tab-bar .tablinks:last-child {
  margin-right: 0;
}

.menu-wrapper .section-wrapper .tab-bar .tablinks img {
  margin-right: 10px;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  display: block;
}

.menu-wrapper .section-wrapper .tab-bar .tablinks span {
  font-weight: 700;
  color: var(--primary_color_font);
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-wrapper .section-wrapper .tabcontent {
  display: none;
}

.menu-wrapper .section-wrapper .tabcontent.active {
  display: block;
}

.menu-wrapper .rating i {
  color: var(--secondary_color);
}

.menu-wrapper .product-item.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin: 5px;
  border-radius: var(--general_border_radius);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 576px) {
  .menu-wrapper .product-item.style-2 {
    flex-direction: row;
    text-align: left;
  }
}

.menu-wrapper .product-item.style-2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.menu-wrapper .product-item.style-2:hover .product-thumb .price {
  background: #fff;
  border-color: var(--secondary_color);
  color: var(--secondary_color);
}

.menu-wrapper .product-item.style-2:hover .product-content .product-title h6 a {
  color: var(--secondary_color);
}

.menu-wrapper .product-item.style-2 .product-thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (min-width: 576px) {
  .menu-wrapper .product-item.style-2 .product-thumb {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.menu-wrapper .product-item.style-2 .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--general_border_radius);
}

.menu-wrapper .product-item.style-2 .product-thumb .price {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 4px solid #fff;
  background: var(--secondary_color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-wrapper .product-item.style-2 .product-content {
  width: 100%;
}

@media (min-width: 576px) {
  .menu-wrapper .product-item.style-2 .product-content {
    width: calc(100% - 150px);
    padding: 0 10px 0 0;
  }
}

.menu-wrapper .product-item.style-2 .product-content .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: dashed #e6e6e6;
  border-width: 1px;
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  .menu-wrapper .product-item.style-2 .product-content .product-title {
    justify-content: center;
    flex-direction: column;
  }
  
  .menu-wrapper .product-item.style-2 .product-content .product-title h6 {
    width: 100%;
  }
}

.menu-wrapper .product-item.style-2 .product-content .product-title h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.menu-wrapper .product-item.style-2 .product-content .product-title h6 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-wrapper .product-item.style-2 .product-content .product-title .rating {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .menu-wrapper .product-item.style-2 .product-content .product-title .rating {
    margin-bottom: 0;
  }
}

.menu-wrapper .product-item.style-2 .product-content .product-desc p {
  color: #696969;
  font-size: 15px;
  margin-bottom: 0;
}



/* === ASSET CSS HASH: a75177c1f5857431969a8e6c00e50c9d89232f22 === */
/* Menu Card Widget Styles - Scoped under .menu-card-wrapper */

.menu-card-wrapper {
  padding: 70px 0;
}
.menu-card-wrapper a{
    text-decoration: none !important;
    color: #212529;
  }
@media (min-width: 1200px) {
  .menu-card-wrapper {
    padding: 120px 0;
  }
}

.menu-card-wrapper .foodlist-item {
  margin-bottom: 60px;
}

.menu-card-wrapper .foodlist-item:last-child {
  margin-bottom: 0;
}

.menu-card-wrapper .foodlist-item.style-2 {
  background: rgba(204, 71, 117, 0.1);
  padding: 5px;
  margin-bottom: 40px;
}

.menu-card-wrapper .col-lg-6:nth-child(2) .foodlist-item.style-2 {
  background: rgba(14, 167, 111, 0.1);
}

@media (min-width: 576px) {
  .menu-card-wrapper .col-lg-6:nth-child(2) .foodlist-item.style-2 .product-header {
    background: var(--primary_color);
  }
}

.menu-card-wrapper .col-lg-6:nth-child(2) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: var(--primary_color);
}

.menu-card-wrapper .col-lg-6:nth-child(3) .foodlist-item.style-2 {
  background: rgba(159, 82, 255, 0.1);
}

@media (min-width: 992px) {
  .menu-card-wrapper .col-lg-6:nth-child(3) .foodlist-item.style-2 {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .menu-card-wrapper .col-lg-6:nth-child(3) .foodlist-item.style-2 .product-header {
    background: var(--secondary_color);
  }
}

.menu-card-wrapper .col-lg-6:nth-child(3) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: var(--secondary_color);
}

.menu-card-wrapper .col-lg-6:nth-child(4) .foodlist-item.style-2 {
  margin-bottom: 0;
  background: rgba(255, 193, 57, 0.1);
}

@media (min-width: 576px) {
  .menu-card-wrapper .col-lg-6:nth-child(4) .foodlist-item.style-2 .product-header {
    background: var(--third_color);
  }
}

.menu-card-wrapper .col-lg-6:nth-child(4) .foodlist-item.style-2 .product-header .ph-content h5 {
  color: var(--third_color);
}

.menu-card-wrapper .product-header {
  padding: 60px 0;
  margin: 5px;
  background: #fff;
  position: relative;
}

@media (min-width: 576px) {
  .menu-card-wrapper .product-header {
    background: var(--secondary_color);
  }
}

.menu-card-wrapper .product-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  background: url(imagenes/bg-shape.png) no-repeat;
  z-index: 0;
}

@media (max-width: 575px) {
  .menu-card-wrapper .product-header::after {
    display: none;
  }
}

.menu-card-wrapper .product-header .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .menu-card-wrapper .product-header .bg-shape {
    display: none;
  }
}

.menu-card-wrapper .product-header .ph-content {
  position: relative;
  z-index: 1;
}

.menu-card-wrapper .product-header .ph-content img {
  margin-bottom: 10px;
}

.menu-card-wrapper .product-header .ph-content h5 {
  margin-bottom: 10px;
  color: var(--secondary_color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .menu-card-wrapper .product-header .ph-content h5 {
    font-size: 24px;
    line-height: 24px;
  }
}

.menu-card-wrapper .rating i {
  color: var(--secondary_color);
}

.menu-card-wrapper .product-item.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin: 5px;
  border-radius: var(--general_border_radius);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 576px) {
  .menu-card-wrapper .product-item.style-2 {
    flex-direction: row;
    text-align: left;
  }
}

.menu-card-wrapper .product-item.style-2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.menu-card-wrapper .product-item.style-2:hover .product-thumb .price {
  background: #fff;
  border-color: var(--secondary_color);
  color: var(--secondary_color);
}

.menu-card-wrapper .product-item.style-2:hover .product-content .product-title h6 a {
  color: var(--secondary_color);
}

.menu-card-wrapper .product-item.style-2 .product-thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .menu-card-wrapper .product-item.style-2 .product-thumb {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.menu-card-wrapper .product-item.style-2 .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--general_border_radius);
}

.menu-card-wrapper .product-item.style-2 .product-thumb .price {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 4px solid #fff;
  background: var(--secondary_color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-card-wrapper .product-item.style-2 .product-content {
  width: 100%;
}

@media (min-width: 576px) {
  .menu-card-wrapper .product-item.style-2 .product-content {
    width: calc(100% - 150px);
    padding: 0 10px 0 0;
  }
}

.menu-card-wrapper .product-item.style-2 .product-content .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: dashed #e6e6e6;
  border-width: 1px;
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  .menu-card-wrapper .product-item.style-2 .product-content .product-title {
    justify-content: center;
    flex-direction: column;
  }
  
  .menu-card-wrapper .product-item.style-2 .product-content .product-title h6 {
    width: 100%;
  }
}

.menu-card-wrapper .product-item.style-2 .product-content .product-title h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.menu-card-wrapper .product-item.style-2 .product-content .product-title h6 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-card-wrapper .product-item.style-2 .product-content .product-title .rating {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .menu-card-wrapper .product-item.style-2 .product-content .product-title .rating {
    margin-bottom: 0;
  }
}

.menu-card-wrapper .product-item.style-2 .product-content .product-desc p {
  color: #696969;
  font-size: 15px;
  margin-bottom: 0;
}




/* === ASSET CSS HASH: 9fe8be416c19745ff9a6512da01209ef2f4b9b9d === */
/* Shop Page Widget Styles - Scoped under .shop-page-wrapper */

.shop-page-wrapper {
  padding: 70px 0;
  background: #fafafa;
}
img {
 max-width: 100% !important;
}
.shop-page-wrapper a{
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .shop-page-wrapper {
    padding: 120px 0;
  }
}

.shop-page-wrapper .shop-title {
  padding: 16px 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-page-wrapper .shop-title p {
  margin-bottom: 0;
  color: var(--primary_color_font);
}

.shop-page-wrapper .shop-title .product-view-mode a {
  color: var(--primary_color_font);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page-wrapper .shop-title .product-view-mode a.active {
  color: var(--secondary_color);
}

.shop-page-wrapper .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-page-wrapper .shop-product-wrap.grid .product-list-item {
  display: none;
}

.shop-page-wrapper .shop-product-wrap.list .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page-wrapper .shop-product-wrap.list .product-item {
  display: none;
}

.shop-page-wrapper .shop-product-wrap .product-item,
.shop-page-wrapper .shop-product-wrap .product-list-item {
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: var(--general_border_radius);
}

.shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb::after,
.shop-page-wrapper .shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}

.shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page-wrapper .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
  z-index: 9;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb {
  height: auto;
  width: auto;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb::after,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb img,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
  border-radius: var(--general_border_radius);
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: var(--secondary_color);
  color: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a:hover,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a:hover {
  background: var(--primary_color);
}

.shop-page-wrapper .shop-product-wrap .product-item .product-thumb .price {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 4px solid #fff;
  background: var(--secondary_color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb .price {
  background: #fff;
  border-color: var(--secondary_color);
  color: var(--secondary_color);
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content {
  padding: 20px 0 10px;
  text-align: center;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content h6,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content h6 a,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 a {
  color: var(--primary_color_font);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content h6 a:hover,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 a:hover {
  color: var(--secondary_color);
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content p,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content p {
  color: #696969;
  margin-bottom: 5px;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content p i,
.shop-page-wrapper .shop-product-wrap .product-list-item .product-content p i {
  color: var(--secondary_color);
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content .cat-name {
  display: block;
  margin-bottom: 5px;
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 14px;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content .rating {
  margin-top: 10px;
}

.shop-page-wrapper .shop-product-wrap .product-item .product-content .rating i {
  color: var(--secondary_color);
}

/* Product List Item Styles */
.shop-page-wrapper .shop-product-wrap .product-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .shop-page-wrapper .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 {
  margin-bottom: 10px;
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-content .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary_color);
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 576px) {
  .shop-page-wrapper .shop-product-wrap .product-list-item .product-content .price {
    margin-right: 15px;
  }
}

.shop-page-wrapper .shop-product-wrap .product-list-item .product-content .rating {
  display: inline-block;
  transform: translateY(-5px);
}

/* Pagination Styles */
.shop-page-wrapper .paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .shop-page-wrapper .paginations {
    margin-bottom: 0;
  }
}

.shop-page-wrapper .paginations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-page-wrapper .paginations ul li {
  padding: 5px;
}

.shop-page-wrapper .paginations ul li a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
  color: #696969;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.shop-page-wrapper .paginations ul li a.active,
.shop-page-wrapper .paginations ul li a:hover {
  color: #fff;
  background: var(--secondary_color);
}

.shop-page-wrapper .paginations ul li a.dot {
  box-shadow: none;
}

.shop-page-wrapper .paginations ul li a.dot:hover {
  background: transparent;
  color: #696969;
}

/* Animation */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* Magnific Popup Image Styles */
.shop-page-wrapper .mfp-image-holder .mfp-img {
  max-width: 100%;
  height: auto;
  padding: 0;
}

.shop-page-wrapper .mfp-container {
  padding: 20px;
}

.shop-page-wrapper .mfp-figure {
  line-height: 0;
}

.shop-page-wrapper .mfp-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.shop-page-wrapper .mfp-bottom-bar {
  margin-top: 0;
}




/* === ASSET CSS HASH: d1ab92748774658628061c9d92687c0376f02497 === */
/* Scoped styles for mediox_about widget */
.about-wrapper {
  /* Section Space */
}

.about-wrapper .section-space {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-wrapper .section-space {
    padding: 100px 0;
  }
}

/* Sec Title */
.about-wrapper .sec-title--center {
  text-align: center;
  margin-bottom: 49px;
}

.about-wrapper .sec-title--center .sec-title__top {
  justify-content: center;
}

.about-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.about-wrapper .sec-title__tagline {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 16px;
  color: var(--primary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

.about-wrapper .sec-title__title {
  font-family: var(--primary_font);
}

@media (max-width: 767px) {
  .about-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.about-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
}

@media (max-width: 767px) {
  .about-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Mediox Ratings */
.about-wrapper .mediox-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}

.about-wrapper .mediox-ratings__icon {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: var(--primary_color);
  transition: all 500ms ease;
}

.about-wrapper .mediox-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* Testimonials Two */
.about-wrapper .testimonials-two {
  position: relative;
  background-color: #FFFFFF;
}

.about-wrapper .testimonials-two .container {
  position: relative;
  z-index: 1;
}

/* Equalize carousel items height */
.about-wrapper .testimonials-two__carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.about-wrapper .testimonials-two__carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.about-wrapper .testimonials-two__carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-wrapper .testimonials-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 26px;
  bottom: 55px;
  opacity: 0.3;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 767px) {
  .about-wrapper .testimonials-two__shape {
    display: none;
  }
}

/* Testimonial Card Two */
.about-wrapper .testimonial-card-two {
  position: relative;
  padding: 30px 40px 0px;
  border-radius: var(--general_border_radius);
  background-color: #ECF0F5;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

@media (max-width: 767px) {
  .about-wrapper .testimonial-card-two {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.about-wrapper .testimonial-card-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0;
  mix-blend-mode: multiply;
  border-radius: inherit;
  transition: all 500ms ease;
}

.about-wrapper .testimonial-card-two:hover .testimonial-card-two__bg {
  opacity: 0.2;
}

.about-wrapper .testimonial-card-two__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.about-wrapper .testimonial-card-two__top {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.about-wrapper .testimonial-card-two__quote-icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--primary_color);
}

.about-wrapper .testimonial-card-two__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-wrapper .testimonial-card-two__ratings {
  position: relative;
  padding: 13px;
  background-color: var(--primary_color);
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.about-wrapper .testimonial-card-two__ratings::before,
.about-wrapper .testimonial-card-two__ratings::after {
  content: "";
  background-color: var(--primary_color);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.about-wrapper .testimonial-card-two__ratings::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}

.about-wrapper .testimonial-card-two__ratings::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}

.about-wrapper .testimonial-card-two:hover .testimonial-card-two__ratings::before,
.about-wrapper .testimonial-card-two:hover .testimonial-card-two__ratings::after {
  width: calc(50% + 6px);
}

.about-wrapper .testimonial-card-two .mediox-ratings {
  gap: 7px;
}

.about-wrapper .testimonial-card-two .mediox-ratings__icon {
  font-size: 14px;
  color: #FFFFFF;
}

.about-wrapper .testimonial-card-two__quote {
  margin: 0;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--primary_font);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .testimonial-card-two__quote {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .testimonial-card-two__quote {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about-wrapper .testimonial-card-two__quote {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .testimonial-card-two__quote {
    margin-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .about-wrapper .testimonial-card-two__quote {
    font-size: 16px;
  }
}

.about-wrapper .testimonial-card-two__bottom {
  display: flex;
  align-items: flex-end;
  gap: 40px 30px;
  margin-top: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .testimonial-card-two__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .about-wrapper .testimonial-card-two__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-wrapper .testimonial-card-two__identity {
  position: relative;
  padding: 18px 24px 15px;
  border-radius: 20px 20px 0px 0px;
  background-color: var(--primary_color);
  overflow: hidden;
  z-index: 1;
}

.about-wrapper .testimonial-card-two__identity::before,
.about-wrapper .testimonial-card-two__identity::after {
  content: "";
  background-color: var(--primary_color);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.about-wrapper .testimonial-card-two__identity::before {
  left: -5px;
  border-radius: 20px 0 0 0;
}

.about-wrapper .testimonial-card-two__identity::after {
  right: -5px;
  border-radius: 0 20px 0 0;
}

.about-wrapper .testimonial-card-two:hover .testimonial-card-two__identity::before,
.about-wrapper .testimonial-card-two:hover .testimonial-card-two__identity::after {
  width: calc(50% + 6px);
}

.about-wrapper .testimonial-card-two__name {
  margin: 0;
  margin-bottom: 2px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  font-family: var(--primary_font);
}

.about-wrapper .testimonial-card-two__designation {
  margin: 0;
  font-size: 15px;
  color: #D9E1EB;
  text-transform: capitalize;
  font-family: var(--primary_font);
  line-height: 1.5;
}

.about-wrapper .testimonial-card-two__image {
  position: relative;
  flex-shrink: 0;
}

.about-wrapper .testimonial-card-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  border: 2px solid var(--primary_color);
  border-radius: 1000px 1000px 0px 0px;
}

.about-wrapper .testimonial-card-two__image img {
  position: relative;
  max-width: 100%;
  height: auto;
  border-radius: 1000px 1000px 0px 0px;
  z-index: 1;
}

/* Owl Carousel */
.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: none !important;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--secondary_color_font);
  background-color: #ECF0F5;
  border-radius: 50%;
  border: 1px solid #D9E1EB;
  transition: all 400ms ease;
}

@media (max-width: 767px) {
  .about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 55px;
    height: 55px;
  }
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: #FFFFFF;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 50px!important;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #707882;
  transition: all 400ms ease;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  background-color: rgba(0, 165, 241, 0.1);
  transition: all 400ms ease;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--primary_color);
}

.about-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}




/* === ASSET CSS HASH: 0db3e6ff874d50173262b8daef6925e83bdfb4f7 === */
/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes zump {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

/* Section Title Styles */
.faq-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.faq-wrapper .sec-title__tagline {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .faq-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.faq-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
  color: #ffffff;
}

@media (max-width: 767px) {
  .faq-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Section Space */
.faq-wrapper .section-space-two {
  padding-top: 118px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .faq-wrapper .section-space-two {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .section-space-two {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

/* FAQ One Styles */
.faq-wrapper .faq-one {
  position: relative;
  background-color: var(--primary_color_font);
  counter-reset: faqNumber;
}

.faq-wrapper .faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: screen;
}

.faq-wrapper .faq-one--home2 .faq-one__bg {
  mix-blend-mode: overlay;
  opacity: 0.2;
}

.faq-wrapper .faq-one .container {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one__content {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one .sec-title {
  margin-bottom: 49px;
}

.faq-wrapper .faq-one .faq-accordion {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one .faq-accordion .accordion {
  background-color: transparent;
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .accordion + .accordion {
  margin-top: 21px;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title {
  position: relative;
  padding: 15.5px 65px 15.5px 60px;
  background-color: transparent;
  border: 1px solid rgba(217, 225, 235, 0.2);
  cursor: pointer;
  overflow: hidden;
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title::after {
  content: "0" counter(faqNumber);
  counter-increment: faqNumber;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 600;
  background-color: rgba(51, 193, 237, 0.2);
  z-index: 1;
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.35;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 430px) {
  .faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
    font-size: 18px;
  }
}

@media (max-width: 412px) {
  .faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
    font-size: 16px;
  }
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 14px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid rgba(217, 225, 235, 0.2);
  border-radius: 50%;
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::after,
.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  background-color: var(--secondary_color_font);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::after {
  width: 11px;
  height: 1px;
}

.faq-wrapper .faq-one .faq-accordion .active.accordion {
  border-radius: 0;
  background-color: transparent;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title {
  border: 1px solid rgba(217, 225, 235, 0.2);
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title::after {
  color: #ffffff;
  background-color: var(--secondary_color);
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon {
  background-color: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon::after,
.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon::before {
  background-color: var(--secondary_color);
  opacity: 1;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 600ms cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 500ms ease-in-out, 
              padding-top 500ms ease-in-out,
              padding-bottom 500ms ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-content {
  max-height: 5000px;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content .inner {
  padding: 11px 0 0;
  transition: opacity 400ms ease-in-out;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content p {
  color: #ffffff;
}

.faq-wrapper .faq-one__image {
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -120px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -100px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .faq-wrapper .faq-one__image {
    position: absolute;
    right: 15px;
    bottom: -120px;
    left: 46px;
  }
}

@media (min-width: 1400px) {
  .faq-wrapper .faq-one__image {
    right: auto;
    left: 0px;
  }
}

@media (min-width: 1600px) {
  .faq-wrapper .faq-one__image {
    left: 46px;
  }
}

.faq-wrapper .faq-one__image__one,
.faq-wrapper .faq-one__image__two,
.faq-wrapper .faq-one__image__shape {
  max-width: 100%;
  height: auto;
}

.faq-wrapper .faq-one__image__two {
  display: none;
}

@media (min-width: 768px) {
  .faq-wrapper .faq-one__image__two {
    display: inline-block;
    max-width: 440px;
    margin-left: -140px;
  }
}

@media (min-width: 992px) {
  .faq-wrapper .faq-one__image__two {
    max-width: 100%;
    margin-left: -100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrapper .faq-one__image__two {
    display: none;
  }
}

@media (min-width: 1400px) {
  .faq-wrapper .faq-one__image__two {
    margin-left: -160px;
    max-width: 440px;
  }
}

@media (min-width: 1600px) {
  .faq-wrapper .faq-one__image__two {
    max-width: 100%;
  }
}

.faq-wrapper .faq-one--home2 .faq-one__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 65px;
  left: 52px;
  z-index: -1;
  animation: rotate 5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 40px;
  }
}

@media (max-width: 991px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 20px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    display: none;
  }
}

.faq-wrapper .faq-one--home2 .faq-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 242px;
  right: -1px;
  animation: zump 2s linear infinite;
}

@media (max-width: 991px) {
  .faq-wrapper .faq-one--home2 .faq-one__shape {
    display: none;
  }
}

/* Utility Classes */
.faq-wrapper .gutter-y-50 {
  margin-top: -50px;
}

.faq-wrapper .gutter-y-50 > * {
  margin-top: 50px;
}


