/* 
    Theme Name: Tasty Creations and Brewed to Perfection
    Author: Losangeleslogodesigns
    Author URI: http://losangeleslogodesigns.com/
    Version: 1.4
*/

@charset "UTF-8";

/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st2 --------------- */
.tc-topNav-st2 {
  position: relative;
  padding: 10px 4vw;
  border-bottom: 1px solid #161616;
}

.tc-topNav-st2 .welcome {
  position: relative;
  font-size: 16px;
  color: #161616;
}

.tc-topNav-st2 .welcome::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -5px;
  width: 15px;
  height: 8px;
  background-image: url(../img/vec1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tc-topNav-st2 .social-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-topNav-st2 .social-links a {
  font-size: 15px;
  opacity: 0.5;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
}

.tc-topNav-st2 .social-links a:hover {
  opacity: 1;
}

.tc-navbar-st2 {
  position: relative;
  padding: 0 4vw;
  color: #b5b5b5;
}

.tc-navbar-st2 .float-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -47px;
  width: 140px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  z-index: 999;
}

.tc-navbar-st2 .float-logo .logo {
  position: relative;
  z-index: 20;
}

.tc-navbar-st2 .float-logo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tc-navbar-st2 .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  padding: 30px 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-navbar-st2 .nav-item .nav-link:hover,
.tc-navbar-st2 .nav-item .nav-link.active {
  color: var(--cr-brown1);
}

.tc-navbar-st2 .nav-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tc-navbar-st2 .nav-icons .menu-item {
  position: relative;
}

.tc-navbar-st2 .nav-icons .menu-item .nav-link {
  position: relative;
  padding: 0;
  font-size: 16px;
}

.tc-navbar-st2 .nav-icons .menu-item .nav-link::before {
  position: absolute;
  /* content: ""; */
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-navbar-st2 .nav-icons .menu-item .nav-link::after {
  position: absolute;
  /* content: ""; */
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-topNav-st2 {
    padding: 10px 0;
  }

  .tc-topNav-st2 .welcome {
    display: none;
  }

  .tc-topNav-st2 .social-links a {
    margin: 5px;
  }

  .tc-topNav-st2 .butn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
    padding: 5px 15px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    font-size: 12px;
  }

  .tc-navbar-st2 {
    padding: 15px;
  }

  .tc-navbar-st2 .navbar-toggler {
    border: 0;
  }

  .tc-navbar-st2 .nav-item .nav-link {
    padding: 5px 0;
    margin: 0;
  }

  .tc-navbar-st2 .float-logo {
    width: 120px;
    height: 155px;
  }
}

/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
}

.tc-header-st2 .header-slider {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.tc-header-st2 .header-slider .swiper-slide-active .content-float {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.tc-header-st2 .header-slider .img {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.tc-header-st2 .header-slider .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.3;
}

.tc-header-st2 .header-slider .content-float {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.tc-header-st2 .header-slider .content-float .info {
  text-align: center;
}

.tc-header-st2 .header-slider .content-float .info .hero-logo h1 {
  color: #fff;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 .header-slider {
    height: 600px;
  }

  .tc-header-st2 .header-slider .img {
    height: 600px;
  }
}

/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 140px 0;
}

.tc-services-st2 .vec2 {
  position: absolute;
  top: 80px;
  right: 4vw;
  max-width: 20%;
}

.tc-services-st2 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.tc-services-st2 .service-card {
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #fff3;
  border-radius: 20px;
}

.tc-services-st2 .service-card .img {
  position: relative;
  border-radius: 20px;
  height: 160px;
  overflow: hidden;
  margin: 25px 0;
}

.tc-services-st2 .service-card .more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-services-st2 .service-card:hover {
  border-color: var(--cr-brown1);
}

/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding-bottom: 140px;
  background-color: #171717;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .tc-about-st2 .container,
  .tc-about-st2 .container-lg,
  .tc-about-st2 .container-md,
  .tc-about-st2 .container-sm,
  .tc-about-st2 .container-xl,
  .tc-about-st2 .container-xxl {
    max-width: 1650px;
    padding: 0;
  }
}

.tc-about-st2 .imgs .img1 {
  position: relative;
  -webkit-margin-end: 7vw;
  margin-inline-end: 7vw;
}

.tc-about-st2 .imgs .img2 {
  position: relative;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 3vw;
  margin-inline-end: 3vw;
  width: 160px;
  height: 160px;
  margin-top: 50px;
}

.tc-about-st2 .info {
  position: relative;
  padding-top: 140px;
}

.tc-about-st2 .info .icon-list {
  position: relative;
  padding-top: 30px;
}

.tc-about-st2 .info .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}

.tc-about-st2 .info .icon-list li .icon {
  width: 32px;
  height: 32px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-about-st2 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 100px auto 0;
}

.tc-about-st2 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}

.tc-about-st2 .rotate-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st2 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff2;
}

.tc-about-st2 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tc-about-st2 .video-card {
  position: relative;
  margin-top: 100px;
}

.tc-about-st2 .video-card .img {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.tc-about-st2 .video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: var(--cr-brown1);
  border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 25px;
  outline: 10px solid #bd967522;
}

.tc-about-st2 .visitors {
  position: relative;
  margin-top: 30px;
  font-size: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 5px;
}

.tc-about-st2 .visitors .txt {
  color: transparent;
  -webkit-text-stroke: 1px #fff3;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-about-st2 .visitors .num {
  color: var(--cr-brown1);
}

.tc-about-st2 .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-about-st2 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .visitors {
    font-size: 50px;
  }

  .tc-about-st2 .video-card .play-btn {
    left: 50%;
  }
}

/* --------------- clients st2 --------------- */
.tc-clients-st2 {
  position: relative;
  padding-bottom: 140px;
  background-color: #171717;
  overflow: hidden;
}

.tc-clients-st2 .title {
  position: relative;
  text-align: center;
}

.tc-clients-st2 .title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 1px dashed var(--cr-brown1);
}

.tc-clients-st2 .title .txt {
  position: relative;
  font-size: 24px;
  padding: 10px 40px;
  color: #fff;
  background-color: var(--cr-brown1);
  border-radius: 50px;
  font-weight: 400;
  z-index: 20;
}

.tc-clients-st2 .brand {
  position: relative;
  height: 90px;
  width: 100%;
  margin-top: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-clients-st2 .brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-clients-st2 .brand:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.tc-clients-st2 .lines {
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-clients-st2 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

/* --------------- menus st2 --------------- */
.tc-menus-st2 {
  position: relative;
  padding: 60px 0;
}

.tc-menus-st2 .nav-pills {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  border: 1px dashed #fff2;
  margin: 0 auto;
  padding: 12px 25px;
}

.tc-menus-st2 .nav-pills .nav-item {
  position: relative;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.tc-menus-st2 .nav-pills .nav-item::after {
  position: absolute;
  content: "/";
  right: 5px;
  top: 10px;
}

.tc-menus-st2 .nav-pills .nav-item:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.tc-menus-st2 .nav-pills .nav-item:last-of-type::after {
  display: none;
}

.tc-menus-st2 .nav-pills .nav-item .nav-link {
  font-size: 16px;
  color: #161616;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}

.tc-menus-st2 .nav-pills .nav-item .nav-link.active {
  background-color: var(--cr-brown1);
  color: #fff;
}

.tc-menus-st2 .menu-list {
  display: flex;
  flex-wrap: wrap;
}

.tc-menus-st2 .list-item {
  position: relative;
  display: block;
  padding: 30px 20px;
  flex: 0 0 50%;
}

.tc-menus-st2 .list-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 95%;
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33%, #fff4),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #161616 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}

.tc-menus-st2 .list-item .img {
  width: 85px;
  height: 95px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menus-st2 .list-item .inf {
  width: 100%;
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
  display: flex;
  align-items: center;
}

.tc-menus-st2 .list-item .price {
  text-align: end;
  line-height: 1.4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-menus-st2 .list-item .price .new-price {
  color: #161616 !important;
}

.tc-menus-st2 .list-item .discount {
  font-size: 13px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  background-color: var(--cr-brown1);
  margin-top: 10px;
  display: inline-block;
}

.tc-menus-st2 .list-item .main-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-menus-st2 .list-item .num {
  font-size: 20px;
  color: var(--cr-brown1);
  height: 100%;
}

.tc-menus-st2 .list-item .float-img {
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 20;
  max-width: unset;
  max-height: unset;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tc-menus-st2 .list-item:hover::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33%, var(--cr-brown1)),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    var(--cr-brown1) 33%,
    rgba(255, 255, 255, 0) 0%
  );
}

.tc-menus-st2 .list-item:hover .float-img {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-menus-st2 .list-item .row > .col-lg-1 {
    display: none;
  }

  .tc-menus-st2 .list-item .main-inf {
    margin-bottom: 20px;
  }

  .tc-menus-st2 .list-item .price {
    text-align: start;
  }
}

/* --------------- team st2 --------------- */
.tc-team-st2 {
  position: relative;
}

@media (min-width: 1400px) {
  .tc-team-st2 .container,
  .tc-team-st2 .container-lg,
  .tc-team-st2 .container-md,
  .tc-team-st2 .container-sm,
  .tc-team-st2 .container-xl,
  .tc-team-st2 .container-xxl {
    max-width: 1650px;
    padding: 0;
  }
}

.tc-team-st2 .team-card {
  display: block;
  position: relative;
}

.tc-team-st2 .team-card .img {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.tc-team-st2 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-team-st2 .team-card .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 20;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tc-team-st2 .team-card:hover .img::after {
  opacity: 0.6;
}

.tc-team-st2 .team-card:hover .info {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .tc-team-st2 .team-card .img {
    height: 230px;
    margin-bottom: 24px;
  }
}

/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
  padding: 140px 0;
  background-color: #171717;
  overflow: hidden;
}

.tc-testimonials-st2 .testimonials-slider {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-st2 .testimonials-slider .swiper-button-next,
.tc-testimonials-st2 .testimonials-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
}

.tc-testimonials-st2 .testimonials-slider .swiper-button-next {
  right: 0;
}

.tc-testimonials-st2 .testimonials-slider .swiper-button-prev {
  left: 0;
}

.tc-testimonials-st2 .shaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-testimonials-st2 .lines {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.tc-testimonials-st2 .title {
  position: relative;
}

.tc-testimonials-st2 .title h2 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--cr-brown1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.tc-testimonials-st2 .title h2 .icon {
  height: 30px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.tc-testimonials-st2 .main-text {
  font-size: 30px;
  text-align: center;
  font-style: italic;
  color: #fff;
}

.tc-testimonials-st2 h6 {
  color: #fff !important;
}

.tc-testimonials-st2 .user-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.tc-testimonials-st2 .user-inf .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* --------------- packets st2 --------------- */
.tc-packets-st2 {
  position: relative;
  padding: 140px 0;
}

.tc-packets-st2 .packet-row {
  position: relative;
  margin-bottom: 140px;
}

.tc-packets-st2 .packet-row:nth-of-type(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tc-packets-st2 .packet-row:last-of-type {
  margin-bottom: 0;
}

.tc-packets-st2 .img {
  position: relative;
  height: 540px;
  max-height: 100vw;
  padding: 25px;
}

.tc-packets-st2 .img .bg-shap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}

.tc-packets-st2 .img .main-img {
  position: relative;
  z-index: 20;
}

.tc-packets-st2 .info .tags a {
  position: relative;
  font-size: 16px;
  color: var(--cr-brown1);
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #fff2;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.tc-packets-st2 .info .more-link {
  display: block;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #fff2;
}

.tc-packets-st2 .info .more-link:hover {
  color: var(--cr-brown1);
  border-color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {
  .tc-packets-st2 .info .tags a {
    font-size: 12px;
    padding: 8px 20px;
  }
}

/* --------------- blog st2 --------------- */
.tc-blog-st2 {
  position: relative;
  padding-bottom: 140px;
}

.tc-blog-st2 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.tc-blog-st2 .post-card {
  position: relative;
  background-color: #171717;
}

.tc-blog-st2 .post-card .img {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
}

.tc-blog-st2 .post-card .info {
  position: relative;
  padding: 30px 30px 20px;
}

.tc-blog-st2 .post-card .info .tags {
  position: relative;
  margin-bottom: 15px;
}

.tc-blog-st2 .post-card .info .tags a {
  font-size: 16px;
  color: var(--cr-brown1);
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
}

.tc-blog-st2 .post-card .info .tags a i {
  font-size: 13px;
}

.tc-blog-st2 .post-card .info .more-link {
  display: block;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: 40px;
  border-top: 1px dashed #fff2;
}

.tc-blog-st2 .post-card .info .more-link:hover {
  color: var(--cr-brown1);
  border-color: var(--cr-brown1);
}

.tc-blog-st2 .post-card .info .date {
  position: absolute;
  bottom: 20px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: var(--cr-brown1);
  color: #fff;
}

/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
  overflow: hidden;
}

.tc-footer-st2 .foot-suscribe {
  position: relative;
  text-align: center;
  padding: 140px 0;
}

.tc-footer-st2 .foot-suscribe .from-group {
  position: relative;
}

.tc-footer-st2 .foot-suscribe .from-group .form-control {
  position: relative;
  min-height: 60px;
  background-color: transparent;
  border-radius: 60px;
  border-color: #fff2;
  margin-top: 30px;
  padding: 15px 40px;
  color: #fff;
}

.tc-footer-st2
  .foot-suscribe
  .from-group
  .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-footer-st2 .foot-suscribe .from-group .form-control::-moz-placeholder {
  color: #999;
}

.tc-footer-st2 .foot-suscribe .from-group .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-footer-st2 .foot-suscribe .from-group .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-footer-st2 .foot-suscribe .from-group .form-control::placeholder {
  color: #999;
}

.tc-footer-st2 .foot-suscribe .from-group .butn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-footer-st2 .foot-suscribe .lines {
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-footer-st2 .foot-suscribe .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tc-footer-st2 .footer-links {
  position: relative;
  padding: 150px 0 75px;
  background-color: #171717;
}

.tc-footer-st2 .footer-links .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-footer-st2 .footer-links .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tc-footer-st2 .links a {
  font-size: 16px;
  line-height: 2;
}

.tc-footer-st2 .links a:hover {
  color: var(--cr-brown1);
}

.tc-footer-st2 .links.links-m0 a {
  margin: 2px 0;
}

.tc-footer-st2 .shap {
  position: absolute;
  left: 4vw;
  bottom: 130px;
  max-width: 15%;
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 .foot-suscribe .from-group .butn {
    position: relative;
    margin-top: 20px;
  }

  .tc-footer-st2 .shap {
    bottom: 100px;
  }
}

.home-st2 {
  background-color: #ffffff;
  color: #161616;
}

.home-st2 h1,
.home-st2 h2,
.home-st2 h3,
.home-st2 h4,
.home-st2 h5,
.home-st2 h6 {
  color: #000000;
  font-weight: 400;
}

.home-st2 .swiper-button-next,
.home-st2 .swiper-button-prev {
  width: 90px;
  height: 90px;
  border: 1px solid #fff3;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-st2 .swiper-button-next::after,
.home-st2 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.home-st2 .swiper-button-next:hover,
.home-st2 .swiper-button-prev:hover {
  background-color: #bd967533;
  border-color: #bd967533;
  color: var(--cr-brown1);
}

.home-st2 .swiper-button-next {
  right: 3vw;
}

.home-st2 .swiper-button-next:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}

.home-st2 .swiper-button-prev {
  left: 3vw;
}

.home-st2 .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}

.home-st2 .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-st2 .slider-controls .swiper-pagination {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}

.home-st2 .slider-controls .swiper-prev,
.home-st2 .slider-controls .swiper-next {
  cursor: pointer;
}

.tc-about-st5 {
  padding: 60px 0;
}

.tc-about-st5 .row {
  align-items: center;
}

/* --------------- products st4 --------------- */
.tc-products-st4 {
  position: relative;
  padding: 60px 0;
  background-color: #bd967511;
}

.tc-products-st4 .nav-pills {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 50px;
  border: 1px dashed #fff2;
  margin: 0 auto 50px;
  padding: 12px 25px;
}

.tc-products-st4 .nav-pills .nav-item {
  position: relative;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.tc-products-st4 .nav-pills .nav-item::after {
  position: absolute;
  content: "/";
  right: 5px;
  top: 10px;
}

.tc-products-st4 .nav-pills .nav-item:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.tc-products-st4 .nav-pills .nav-item:last-of-type::after {
  display: none;
}

.tc-products-st4 .nav-pills .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}

.tc-products-st4 .nav-pills .nav-item .nav-link.active {
  background-color: var(--cr-brown1);
  color: #fff;
}

.tc-products-st4 .products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.tc-products-st4 .product-card {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.tc-products-st4 .product-card h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tc-products-st4 .product-card:hover .img .main-img {
  opacity: 0.4;
}

.tc-products-st4 .product-card:hover .icons {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.tc-products-st4 .product-card .img .main-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-products-st4 .product-card .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-products-st4 .product-card .icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #171717;
  color: #fff;
  margin: 3px;
}

.tc-products-st4 .product-card .icons a:hover {
  background-color: var(--cr-brown1);
}

.tc-products-st4 .vec3 {
  position: absolute;
  top: 50px;
  right: calc((100vw - 1320px) / 2);
  max-width: 18%;
}

@media screen and (max-width: 991px) {
  .tc-products-st4 {
    overflow: hidden;
  }
}

.tc-instagram-st1 {
  position: relative;
}

.tc-instagram-st1 .img {
  display: block;
  position: relative;
  height: 370px;
  overflow: hidden;
}

.tc-instagram-st1 .img:hover::after {
  opacity: 0.7;
}

.tc-instagram-st1 .img:hover .icon {
  opacity: 1;
}

.tc-instagram-st1 .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-instagram-st1 .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-instagram-st1 .img {
    height: 200px;
  }
}

/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  padding-top: 0px;
}

.tc-footer-st1 .foot-suscribe {
  position: relative;
  padding: 60px 0 40px;
}

.tc-footer-st1 .foot-suscribe::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #000000 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}

.tc-footer-st1 .foot-suscribe .from-group {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control {
  position: relative;
  min-height: 60px;
  background-color: transparent;
  border-radius: 60px;
  border-color: #00000022;
  margin-top: 30px;
  padding: 15px 40px;
  color: #000;
}

.tc-footer-st1
  .foot-suscribe
  .from-group
  .form-control::-webkit-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::-moz-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control:-ms-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::-ms-input-placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .form-control::placeholder {
  color: #999;
}

.tc-footer-st1 .foot-suscribe .from-group .butn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-footer-st1 .footer-links {
  position: relative;
  padding: 50px 0;
}

.tc-footer-st1 .links a {
  font-size: 16px;
  margin: 7px 0;
}

.tc-footer-st1 .links a:hover {
  color: var(--cr-red1);
}

.tc-footer-st1 .links.links-m0 a {
  margin: 2px 0;
}

.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.tc-footer-st1 .foot::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33%, #fff4),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #181818 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 10px;
  background-repeat: repeat-x;
}

.foot-logo img {
  width: 200px;
}

.tc-menus-st2 .icon img {
  filter: invert(1);
}

.tc-inner-header-st1 {
  position: relative;
  padding: 160px 0;
  background-color: #252526;
  background-size: cover;
}

.tc-inner-header-st1 .title {
  position: relative;
  text-align: center;
}

.tc-inner-header-st1 .title h2 {
  color: #fff;
}

.tc-inner-header-st1 .title .links a {
  font-size: 16px;
  color: var(--cr-red1);
}

.tc-inner-header-st1 .title .links {
  color: #fff;
}

.tc-inner-header-st1 .title .links a:last-of-type {
  color: #fff;
}

.tc-contact-st7 {
  position: relative;
  padding: 60px 0;
  background-color: #ededed;
}

.tc-contact-st7 .map {
  position: relative;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
}

.tc-contact-st7 .map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.tc-contact-st7 .contact {
  position: relative;
  margin-top: 100px;
}

.tc-contact-st7 .contact .contact-cards .inf-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.tc-contact-st7 .contact .contact-cards .inf-item .icon {
  height: 35px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
}

.tc-contact-st7 .contact .contact-cards .inf-item h6 {
  line-height: 2;
}

.tc-contact-st7 .contact .contact-form {
  position: relative;
  padding: 45px;
  background-color: #ffffff;
  border-radius: 20px;
}

.tc-contact-st7 .contact .contact-form .form-group {
  margin-top: 30px;
}

.tc-contact-st7 .contact .contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #00000054;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000000;
}

.tc-contact-st7
  .contact
  .contact-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #ababab;
}

.tc-contact-st7
  .contact
  .contact-form
  .form-group
  .form-control::-moz-placeholder {
  color: #ababab;
}

.tc-contact-st7
  .contact
  .contact-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #ababab;
}

.tc-contact-st7
  .contact
  .contact-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #ababab;
}

.tc-contact-st7 .contact .contact-form .form-group .form-control::placeholder {
  color: #ababab;
}

.tc-footer-st1 .foot p a {
  color: #000 !important;
}

.tc-footer-st1 .foot-suscribe .from-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* WOOCOMMERCE */
#prod-container {
  display: flex;
  padding: 50px 1%;
  gap: 30px;
}

@media only screen and (max-width: 500px) {
  #prod-container {
    padding-top: 0px;
    gap: 30px;
    flex-direction: column;
  }
}

.related.products,
#sidebar,
.tabs.wc-tabs,
.woocommerce-Tabs-panel h2:nth-child(1),
.woocommerce-breadcrumb {
  display: none;
}

#prod-container .woocommerce-product-gallery,
#prod-container .summary {
  flex: 0 0 50%;
}

#prod-container .woocommerce-product-gallery__image a {
  width: 100%;
}

#prod-container .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#prod-container .entry-summary {
  margin: auto;
}

#prod-container h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
}

#prod-container .price {
  color: #3a3a3a !important;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

#prod-container .cart {
  justify-content: start;
  margin-top: 20px;
  align-items: start;
  flex-wrap: wrap;
}

.salad-shop form.cart:has(#yith-wapo-container .yith-wapo-block) {
    display: flex !important;
}

#yith-wapo-container {
  flex: 0 0 100%;
}

#prod-container .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  margin-top: 0px;
  flex-wrap: wrap;
}

#prod-container .single_add_to_cart_button {
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  margin-left: 6px;
  background-color: #fe7f32;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  border: 1px solid #e8e8e8;
}

#prod-container .product_meta {
  margin-top: 20px;
}

#prod-container [class~="quantity"] {
  margin-right: 0;
  margin-left: 0px;
}

#prod-container .qty {
  width: 120px !important;
  height: 100% !important;
  text-align: center;
  background-color: #ffffff;
  padding: 19px 0;
  text-align: center !important;
  margin-right: 8px;
  border: 1px solid #00000017;
  border-radius: 12px;
}

.wc-block-components-notice-banner {
  line-height: 2;
  padding: 6px 16px !important;
}

.woocommerce-cart-form__cart-item img {
  width: 65px;
  height: 65px;
}

.woocommerce-cart-form {
  padding: 60px 0 0 0;
}

.woocommerce-cart-form .product-name a {
  color: #000;
  font-weight: 600;
}

.cart-collaterals {
  margin-bottom: 60px;
}

.woocommerce-cart-form input {
  height: 42px;
}

.coupon {
  display: flex;
}

.coupon input {
  width: 150px !important;
  margin-right: 12px;
}

.coupon input[type="email"],
.coupon input[type="text"] {
  padding: 25px 12px 25px !important;
}

@media only screen and (min-width: 1500px) {
  .woo .container {
    max-width: 1400px;
  }
}

.wc-block-components-product-name {
  font-family: "Belleza", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}

.wc-block-components-product-details:nth-child(1)
  .wc-block-components-product-details__quantity {
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 6px 0 16px 16px !important;
  vertical-align: middle !important;
}

.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 4px;
  background-color: #fe7f32;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 8px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  text-decoration: none;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header-image {
  text-align: left !important;
  font-size: 16px !important;
  color: #000 !important;
}

.description-div {
  border-top: 1px solid #dbdbdb;
  padding: 50px 0;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 4px !important;
}

.woo {
  padding-top: 50px;
}

.product_meta {
  display: none;
}

.quantity {
  position: relative;
}

.quantity button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

button.plus {
  position: absolute;
  right: 15px;
  top: 14px;
}

button.minus {
  position: absolute;
  left: 8px;
  top: 14px;
}

.woocommerce-product-gallery ol.flex-control-nav {
  display: flex;
  width: 97%;
  overflow-x: auto;
  max-width: 620px;
  margin-top: 20px;
  gap: 6px;
  list-style: none;
}

.woocommerce-product-gallery ol.flex-control-nav li {
  flex: 0 0 20%;
  margin-bottom: 6px;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100%;
  border: 1px solid #936b34;
  object-fit: cover;
  border-radius: 6px;
  height: auto;
}

.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border: 3px solid #946b35;
}

.variations_form.cart {
  display: block !important;
}

.woo a {
  color: #000;
}

.woo-variation-items-wrapper .variable-items-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

table.variations {
  width: 100%;
}

table.variations .nice-select {
  display: none !important;
}

table.variations tbody tr {
  display: flex;
  flex-direction: column;
}

table.variations tbody tr .label label {
  font-weight: bold;
}

table.variations tbody tr ul {
  padding: 0;
  margin-top: 0px;
}

.variable-items-wrapper li {
  display: inline-block;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 9px 2px;
  border-radius: 30px;
  text-align: center;
  background-color: #eceef1;
  font-weight: 500;
}

.variable-items-wrapper li.selected {
  background: #fe7f32;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.reset_variations {
  color: #000;
}

.variable-items-wrapper li .variable-item-span {
  width: 100%;
  font-size: 12px;
}

th.label {
  width: 100%;
  display: block;
}

.value.woo-variation-items-wrapper,
table.variations .label {
  display: block;
  padding-left: 0;
}

table.variations .label {
  vertical-align: baseline;
  margin-bottom: 10px;
}

th.label {
  width: 100%;
  display: block;
}

.product-content .box-title a {
  font-size: 20px;
  color: #000;
  height: 60px;
}

.product_meta {
  display: none;
}

#prod-container p {
  margin: 0 0 2px 0;
  padding-top: 7px;
  color: #000;
}

td,
th {
  padding: 2px 12px;
}

.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-quantity-selector__input {
  height: 34px;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 3px;
}

.prodprice p {
  display: inline;
  margin-right: 4px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  display: inline-block;
  margin-right: 10px;
  background-color: #fe7f32;
  color: #fff;
  padding: 0 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 11px;
}

.wc-block-components-checkout-step__description {
  font-size: initial !important;
  color: #000;
}

.wc-block-components-title.wc-block-components-title {
  line-height: normal;
  font-size: 39px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  height: fit-content !important;
  padding: 1.1rem 2rem !important;
  font-size: 1rem !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 1.9625em !important;
  top: 2.062em !important;
  font-size: 12px !important;
}

.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
  transform: translateY(-20px) scale(0.75) !important;
  font-size: 13px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1.2rem 2rem !important;
  font-size: 1rem !important;
  height: fit-content !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: fit-content !important;
}

.wc-block-components-address-form__address_2-toggle {
  font-size: 20px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  font-size: 20px !important;
}

.wc-block-components-checkbox label {
  align-items: center !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
  font-size: 18px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-size: 18px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
}

.wc-block-components-totals-item span {
  font-size: 17px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper {
  cursor: initial !important;
}

#search-suggestions {
  display: none;
}

.search-suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 1000;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
}

.suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease-in-out;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 12px;
}

.suggestion-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.suggestion-info {
  flex: 1;
  overflow: hidden;
}

.suggestion-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-item:hover {
  background-color: #f9f9f9;
}

.suggestion-item a:hover .suggestion-title {
  color: #0073aa;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 2em !important;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  background: #fe7f32;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  width: fit-content;
}

.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: #000 !important;
  height: 43px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  height: 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}

.woocommerce-message a {
  color: #000;
}

.woocommerce-message a:hover {
  color: red;
}

.woocommerce-message {
  margin-bottom: 0;
  border-top: 1px solid #fff;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  display: block;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-metadata,
.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description
  p {
  color: #000;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-formatted-money-amount {
  color: #000;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  color: #000;
}

.wpcf7-submit {
  background-color: #fe7f32 !important;
  color: #fff !important;
}.

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  display: block;
}

.nav-icons .cart {
  margin-right: 20px;
  position: relative;
}

.nav-icons .cart svg {
  stroke: #000;
  fill: none;
}

.nav-icons .cart span {
  font-size: 7px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: -6px;
  top: -4px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: #ff0000;
  transition: all 0.3s ease-in-out;
}

.yith-wapo-block *, .yith-wapo-block *:before, .yith-wapo-block *:after {
    box-sizing: border-box;
    background: transparent !important;
}

.yith-wapo-block .yith-wapo-addon .addon-header {
    margin-bottom: 10px;
}

#wapo-total-price-table {
    background: transparent !important;
}

@media screen and (max-width: 1280px) {
  .tc-footer-st1 .foot-suscribe .from-group {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .home-st2 br {
    display: none;
  }

  .home-st2 .fsz-50 {
    font-size: 30px !important;
  }

  .home-st2 .fsz-45 {
    font-size: 25px !important;
  }

  .home-st2 .fsz-40 {
    font-size: 25px !important;
  }

  .home-st2 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-st2 .fsz-30 {
    font-size: 18px !important;
  }

  .home-st2 .mb-50 {
    margin-bottom: 30px !important;
  }

  .home-st2 .mt-5 {
    margin-top: 2rem !important;
  }

  .home-st2 .butn.size-1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 13px 20px;
  }

  .tc-header-st2 .header-slider .content-float .info .hero-logo h1 {
    font-size: 32px;
  }

  .tc-navbar-st2 .nav-icons {
    display: none;
  }

  .navbar-toggler-icon {
    color: #000;
    filter: invert(1);
  }

  .home-st2 h1,
  .home-st2 h2,
  .home-st2 h3,
  .home-st2 h4,
  .home-st2 h5,
  .home-st2 h6 {
    font-size: 30px !important;
  }

  .fsz-20 {
    font-size: 20px !important;
  }

  .tc-menus-st2 {
    padding: 30px 0;
  }

  .tc-testimonials-st2 {
    padding: 30px 0;
  }

  .tc-products-st4 {
    padding: 30px 0 0;
  }

  .tc-products-st4 .product-card {
    margin-bottom: 30px;
  }

  .tc-products-st4 .row .col-lg-3 {
    width: 50%;
  }

  .tc-products-st4 .product-card h6 {
    font-size: 20px !important;
  }

  .tc-menus-st2 .list-item .main-inf h6 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }

  .tc-menus-st2 .row {
    justify-content: center;
  }

  .tc-menus-st2 .row .col-lg-6 {
    width: 50%;
  }

  .tc-menus-st2 .list-item {
    padding: 10px;
  }

  .tc-menus-st2 .list-item .row {
    justify-content: center;
    text-align: center;
  }

  .tc-menus-st2 .list-item .main-inf {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .tc-menus-st2 .list-item .inf {
    justify-content: center;
    padding-inline-end: 0;
  }

  .tc-menus-st2 .list-item .price {
    text-align: center !important;
  }

  .tc-inner-header-st1 {
    padding: 60px 0;
  }

  .tc-about-st5 .main-cont {
    margin-bottom: 30px;
  }

  .tc-about-st5 {
    padding: 30px 0;
  }

  .tc-menus-st2 .list-item .img {
    margin-inline-end: 0;
    margin-bottom: 10px;
  }

  .tc-footer-st1 .links.links-m0 a {
    margin-bottom: 0 !important;
  }

  .tc-footer-st1 .foot-suscribe {
    padding: 30px 0 40px;
  }

  .tc-footer-st1 .footer-links {
    padding: 0px 0 30px;
  }

  .tc-contact-st7 {
    padding: 30px 0;
  }

  .tc-contact-st7 .contact {
    margin-top: 0;
  }

  .tc-contact-st7 .contact .contact-cards .inf-item h6 {
    font-size: 18px !important;
  }

  .tc-contact-st7 .contact .contact-form {
    margin-top: 20px;
  }

  .tc-instagram-st1 {
    margin-top: 30px !important;
  }

  .tc-footer-st1 .foot-suscribe .from-group .form-control {
    padding: 15px 12px;
  }

  .tc-testimonials-st2 .shaps {
    display: none;
  }
}
