/*////GENERAL PAGE////*/
/*////////////////////*/

/*////GENERAL SLIDER////*/
.yagidka-custom-general-slider {
  position: relative;
  /*margin-top: -50px;*/
}

.general-slider-desktop {
  display: block !important;
}

.general-slider-mobile {
  display: none !important;
}


#rev_slider_11_1 h2{
    font-family: "Montserrat Alternates" !important;
}

.apple-chancery-font{
	font-family: -apple-system, Roboto, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
}

@media screen and (max-width: 1199px) {
  .yagidka-custom-general-slider {
    /*margin-top: -30px;*/
  }

  div#n2-ss-2 .nextend-arrow {
    display: none !important;
  }
}


@media screen and (max-width: 991px) {
  .general-slider-desktop {
    display: none !important;
  }

  .general-slider-mobile {
    display: block !important;
  }
}


@media screen and (max-width: 450px) {
    #rev_slider_11_1 .slide-3-rotate{
        transform: rotate(90deg);
    }
}
/*////GENERAL SLIDER////*/

/*////GENERAL CATEGORY////*/
.yagidka-custom-title {
  text-transform: uppercase;
  color: #522a6c;
  cursor: default;
}

.yagidka-custom-general-category-wrapper {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.yagidka-custom-general-category-wrapper .panel-grid-cell {
  width: 33.3333% !important;
}

.yagidka-custom-general-category-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 15px 60px 15px;
}

.yagidka-custom-general-category-left {
  padding: 10px 100px 10px 20px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  min-height: 110px;
  justify-content: center;
  background: linear-gradient(to right, #522a6c 0%, #522a6c 41%, #522a6c 63%, #522a6c 100%);
  border-radius: 10px;
}

.yagidka-custom-general-category-left .yagidka-custom-general-category-left-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.yagidka-custom-general-category-left .yagidka-custom-general-category-left-title:hover,
.yagidka-custom-general-category-left .yagidka-custom-general-category-left-title:focus {
  color: #fff;
}

.yagidka-custom-general-category-left .yagidka-custom-general-category-left-description {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.yagidka-custom-general-category-right .yagidka-custom-general-category-right-image {
  width: 146px;
  height: 146px;
  display: flex;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -73px;
  border-radius: 50%;
  border: 2px solid #522a6c;
}

.yagidka-custom-general-category-right .yagidka-custom-general-category-right-image img {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
	width: 100%;
}

.yagidka-custom-general-category-right .yagidka-custom-general-category-right-image .new-cat {
  position: absolute;
  width: 50px;
  right: -20px;
  top: -25px;
  border: none !important;
}

/* .hidden-loader {
  opacity: 0;
  transition: 0.3s;
}

.loader {
  border: 3px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: #522a6c transparent;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.loader-mask {
  position: absolute;
  background-color: #fff;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: 2;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
} */

.pulse {
  -webkit-animation: pulse-cat 2s ease-in-out;
  animation: pulse-cat 2s ease-in-out;
}

@-webkit-keyframes pulse-cat {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse-cat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .yagidka-custom-general-category-wrapper {
    flex-wrap: wrap !important;
  }

  .yagidka-custom-general-category-wrapper .panel-grid-cell {
    width: 50% !important;
  }

  .yagidka-custom-general-category-left {
    width: 85%;
  }
}

@media screen and (max-width: 815px) {
  .yagidka-custom-general-category-wrapper .panel-grid-cell {
    width: 100% !important;
  }
}

@media screen and (max-width: 780px) {
  .yagidka-custom-general-category-body {
    margin: 0 15px 35px 15px;
  }
}

@media screen and (max-width: 650px) {
  .yagidka-custom-general-category-left {
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  .yagidka-custom-general-category-left .yagidka-custom-general-category-left-title {
    font-size: 17px;
    font-weight: 500;
  }
}

@media screen and (max-width: 350px) {
  .yagidka-custom-general-category-left-description {
    display: none;
  }
}
/*////GENERAL CATEGORY////*/

/*////DELIVERY BLOCK////*/
.delivery-pay-wrapper {
  display: flex;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  -moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  border-radius: 10px;
  margin: 0 15px 0 15px;
  background-color: #f9f3fc;
}

.delivery-pay-wrapper .panel-grid-cell .textwidget.custom-html-widget {
  display: flex;
  justify-content: space-between;
}

.delivery-pay-line {
  display: none;
  height: 1px;
  width: 90%;
  background-color: #522a6c !important;
}

.delivery-pay-wrapper .delivery-body,
.delivery-pay-wrapper .pay-body {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 20px;
}

.delivery-body-extra{
  max-width: 340px;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 14px;
  font-family: 'SKODA Next';
}

.delivery-body-extra a{
    background: #522a6c;
    padding: 2px 7px;
    color: white;
    border-radius: 5px;
    border: 2px solid #522a6c;
}

.delivery-body-extra a:hover{
    background: transparent;
    color: #522a6c;
}

.delivery-pay-wrapper .delivery-body .delivery-title p,
.delivery-pay-wrapper .pay-body .pay-title p {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.delivery-pay-wrapper .delivery-body .delivery-items,
.delivery-pay-wrapper .pay-body .pay-items {
  display: flex;
  flex-direction: column;
}

.delivery-pay-wrapper .delivery-body .delivery-items .delivery-item,
.delivery-pay-wrapper .pay-body .pay-items .pay-item {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px;
  align-items: center;
}

.delivery-pay-wrapper .delivery-body .delivery-items .delivery-item .delivery-img,
.delivery-pay-wrapper .pay-body .pay-items .pay-item .pay-img {
  width: 100px;
  padding-right: 15px;
  flex-shrink: 0;
}

.delivery-pay-wrapper .delivery-body .delivery-items .delivery-item .delivery-item-text,
.delivery-pay-wrapper .pay-body .pay-items .pay-item .pay-item-text {
  font-size: 14.4px;
  margin: 0;
}

.delivery-pay-wrapper .delivery-body .delivery-aditional-info p,
.delivery-pay-wrapper .pay-body .pay-aditional-info p {
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  text-align: center;
  padding: 0 15px;
}

@media screen and (max-width: 950px) {
  .delivery-pay-wrapper .panel-grid-cell .textwidget.custom-html-widget {
    flex-wrap: wrap;
  }

  .delivery-pay-line {
    display: block;
    order: 2;
  }

  .delivery-pay-wrapper .delivery-body,
  .delivery-pay-wrapper .pay-body {
    width: 100%;
  }

  .delivery-pay-wrapper .pay-body{
    order: 1;
  }

  .delivery-pay-wrapper .delivery-body{
    order: 3;
  }

  .delivery-pay-wrapper .delivery-body-extra{
    max-width: 370px;
    padding: 0 15px;
    order: 4;
  }
}

@media screen and (max-width: 550px) {
  .delivery-pay-wrapper .delivery-body .delivery-items .delivery-item,
  .delivery-pay-wrapper .pay-body .pay-items .pay-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .delivery-pay-wrapper .delivery-body .delivery-items .delivery-item .delivery-img,
  .delivery-pay-wrapper .pay-body .pay-items .pay-item .pay-img {
    padding-right: 0px;
  }

  .delivery-pay-wrapper .delivery-body .delivery-items .delivery-item .delivery-item-text,
  .delivery-pay-wrapper .pay-body .pay-items .pay-item .pay-item-text {
    width: 100%;
    text-align: center;
  }

  .delivery-pay-wrapper .delivery-body .delivery-aditional-info p,
  .delivery-pay-wrapper .pay-body .pay-aditional-info p {
    padding-top: 15px;
  }

  .delivery-pay-wrapper .delivery-body-extra{
    text-align: center;
  }
}
/*////DELIVERY BLOCK////*/

/*////RECIPES SLIDER////*/
.wppsac-post-carousel.design-1 {
  *padding: 0 15px;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
  border-radius: 10px;
  background-color: #f9f3fc;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  -moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides .wppsac-post-image-bg a img {
  border-radius: 10px 10px 0 0;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides .wppsac-post-content-position {
  padding: 0 20px;
}

.wppsac-post-carousel.design-1
  .wppsac-carousel-slides
  .wppsac-post-content-position
  .wppsac-post-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.wppsac-post-carousel.design-1
  .wppsac-carousel-slides
  .wppsac-post-content-position
  .wppsac-post-title
  a {
  color: #522a6c;
  transition: 0.3s;
}

.wppsac-post-carousel.design-1
  .wppsac-carousel-slides
  .wppsac-post-content-position
  .wppsac-post-title
  a:hover {
  color: #522a6c;
}

.wppsac-post-carousel.design-1
  .wppsac-carousel-slides
  .wppsac-post-content-position
  .wppsac-sub-content {
  font-size: 14.4px;
  color: #522a6c;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  font-family: "SKODA Next" !important;
}

.wppsac-post-carousel.design-1
  .wppsac-carousel-slides
  .wppsac-post-content-position
  .wppsac-post-date {
  color: #522a6c;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-family: "SKODA Next" !important;
}

.wppsac-post-carousel.design-1 .slick-dots li {
  border-bottom: none !important;
}

.wppsac-post-carousel.design-1 .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid transparent;
  background: #d2d2d2 !important;
}

.wppsac-post-carousel.design-1 .slick-dots li.slick-active button {
  background: #522a6c !important;
}

.yagidka-custom-single-btn {
  position: relative;
  z-index: 1;
}

.yagidka-custom-single-btn a {
  padding: 12.5px 23px !important;
  text-transform: uppercase;
  color: #522a6c !important;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 10px !important;
}

.yagidka-custom-single-btn a span {
  color: #522a6c !important;
  transition: 0.3s;
  font-weight: 600 !important;
  font-size: 14.4px !important;
}

.yagidka-custom-single-btn a:hover span {
  color: #fff !important;
}
/*////RECIPES SLIDER////*/

/*////REVIEWS SLIDER////*/
.reviews-slider .reviwes-body {
  position: relative;
}

.reviews-slider .reviwes-item {
  position: relative;
  margin-top: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: #f9f3fc;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 65px 20px 20px;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  -moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
}

.reviews-slider .slick-dots {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.reviews-slider .slick-dots li {
  list-style: none !important;
  display: inline-block !important;
  margin: 0 2px !important;
  padding: 0px !important;
  border-bottom: none !important;
}

.reviews-slider .slick-dots li button {
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid transparent;
  background: #d2d2d2;
  text-indent: -99999px;
}

.reviews-slider .slick-dots li.slick-active button {
  background: #522a6c !important;
}

.reviews-slider .reviews-avatar {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
}

.reviews-slider .reviews-avatar-image {
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #522a6c;
}

.reviews-slider .reviews-avatar-image img {
  border-radius: 50%;
  border: 10px solid #fff;
}

.reviews-slider .reviwes-author {
  padding-top: 10px !important;
}

.reviews-slider .reviwes-author .client {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #522a6c;
}

.reviews-slider .reviwes-content {
  text-align: center;
  width: 100%;
}

.reviews-slider .reviwes-content .reviwes-product-name {
  font-size: 15px !important;
  color: #522a6c;
  font-weight: 600;
  padding: 0 !important;
  margin: 8px 0 !important;
}

.reviews-slider .reviwes-content .reviwes-text p {
  font-size: 14.4px;
  color: #522a6c;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px !important;
}

.reviwes-product-btn {
  padding: 20px 0;
}

.reviwes-product-btn a {
  border: 2px solid #522a6c;
  padding: 11px 23px !important;
  text-transform: uppercase;
  border-radius: 10px !important;
  color: #522a6c !important;
  transition: 0.3s;
  font-weight: 600 !important;
  font-size: 14.4px !important;
}

.reviwes-product-btn a:hover {
  color: #fff !important;
  background-color: #522a6c;
}
/*////REVIEWS SLIDER////*/

/*////INSTAGRAM SLIDER////*/
.insta-gallery-feed.insta-gallery-square
  .insta-gallery-list
  .insta-gallery-item
  .insta-gallery-image-wrap
  .insta-gallery-image {
  border-radius: 10px;
}

.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
  border-radius: 10px;
}

.insta-gallery-feed.insta-gallery-square
  .insta-gallery-list
  .insta-gallery-item
  .insta-gallery-image-wrap {
  border-radius: 10px;
}
/*////INSTAGRAM SLIDER////*/

/*////GENERAL PAGE////*/
/*////////////////////*/
