/*
 Theme Name:   Hello Biz Child
 Template:     hello-biz
 Version:      1.0.0
*/

@import url("../Hello Biz/style.css"); /* Optional in older WP versions */


.scroll-section,.contact-scrollbar,.shop-scrollbar {
  overflow: hidden;
}
.contact-scrollheading .elementor-heading-title,
.scroll-heading .elementor-heading-title,
.shopp-scrollheading .elementor-heading-title{
    white-space: nowrap;
}
.scroll-heading,.contact-scrollheading,.shopp-scrollheading {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 1s linear infinite;
  -webkit-animation: my-animation 1s linear infinite;
  animation: my-animation 60s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*.banner-inner{
  clip-path: polygon(0% 0%, 0% 74%, 100% 100%, 100% 0%);
}*/

  .elementor-element.hero-btn .elementor-button {
    max-width: 400px;
    width: 100%;
}
.footer-privacy-col a {
    color: #ffc012;
    transition: opacity .3s ease-in;
}
.footer-privacy-col a:hover {
    opacity: .8;
}
.elementor-element.badge-title span {
    font-family: "Knockout Medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 45px;
}
.story-slider img {
    max-height: 320px;
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -50px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next{
   right: -50px;
}
.contact-banner {
    clip-path: polygon(0% 0%, 0% 100%, 100% 89%, 100% 0%);
}
.product-cta::before,
.shop-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    background: #930f1c;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.shop-banner::before{
    background:#771113;
}
.email-subscribe {
    display: flex;
    align-items: center;
    gap: 33px;
    margin-top: 24px;
}
.email-subscribe label {
    flex-grow: 1;
}
.email-subscribe input[type="submit"] {
    flex-basis: auto;
    padding: 10px 30px;
    width: 245px;
    min-height: 70px;
    border: none;
    transition-property: background,color;
    transition: .3s ease-in;
}
.email-subscribe input[type="email"] {
    min-height: 70px;
    border-radius: 60px;
    padding: 10px 30px;
    font-size: 25px;
    font-family: "Knockout 53";
    text-transform: uppercase;
    border: 1px solid #000000;
}
.email-subscribe label input::-webkit-input-placeholder {
    color: #41210C;
}
.email-subscribe label input::placeholder{
    color: #41210C;
}
.email-subscribe input[type="email"]:focus-visible {
    outline: none;
}
.email-subscribe input[type="submit"]:hover {
    background: #47387b;
    color: #fff;
}
.woocommerce ul.products.elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}
.woocommerce  ul.products li.product,
.woocommerce .elementor-element.elementor-products-grid ul.products li.product{
   text-align: center;
}
.woocommerce  ul.products li.product .woocommerce-loop-product__title,
.single-prod-wrapper .prod-name h2,
.elementor-widget-woocommerce-products.elementor-wc-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px;
    color: #47387B;
    text-align: center;
    letter-spacing: 0.7px;
    order: 3;
    max-width: 290px;
    line-height: 100%;
    padding-bottom: 20px;
    font-family: "Knockout 53", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 15px 0px 20px;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link img,
body ul.products li.product a.woocommerce-loop-product__link img {
    margin-bottom: 38px;
    border-radius: 28px;
}
.woocommerce ul.products li.product .star-rating {
    color: #ffc012;
    font-size: 30px;
    display: none;
}
.woocommerce  ul.products li.product a.woocommerce-loop-product__link .price,
.single-prod-wrapper .prod-price {
    font-size: 19px;
    text-align: center;
    color: #19191A;
    font-family: "Knockout 53";
    letter-spacing: -0.2px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product .add_to_cart_button, 
body .woocommerce  ul.products li.product .add_to_cart_button,
.single-prod-wrapper a.button {
    background: #FFC012;
    border-radius: 100px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    color: #47387B;
    padding-left: 40px;
    padding-right: 40px;
    transition-property: background,color;
    transition: .3s ease-in;
    max-width: 100%;
    width: 360px;
    justify-content: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Knockout 53", sans-serif;
    font-weight: 400;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product .add_to_cart_button:hover,
body .woocommerce ul.products li.product .add_to_cart_button:hover,
.single-prod-wrapper a.button:hover{
    color: #fff;
    background: #47387B;
}
.woocommerce ul.products.elementor-grid li.product a.woocommerce-loop-product__link,
body .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flavourful-banner::before,
.sauce-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.flavourful-banner::before{
    background: #584598;
}
.sauce-banner::before {
    background: #91591B;
}
body:not(.single-product) .woocommerce  ul.products li.product:nth-child(2n+1) .berocket_better_labels_position {
    text-align: left;
    float: left;
}
body:not(.single-product) .woocommerce ul.products li.product:nth-child(2n+1)  .berocket_better_labels.berocket_better_labels_image{
    left: -45px !important;
}
.custom-rating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.custom-rating-wrapper .star,
.prod-rating .prod-rating-icon {
    color: #F59800 !important;
    font-size: 54px;
    margin-top: -10px;
    margin-right: 12px;
}
.custom-rating-wrapper .rating-value,
.custom-rating-wrapper .rating-count,
.custom-rating-wrapper .rating-value + span,
.gourmet-slider.shoppage-slider .custom-rating-wrapper .rating-value,
.gourmet-slider.shoppage-slider .custom-rating-wrapper .rating-count {
    font-size: 30px;
    color: #000;
    line-height: 115%;
    letter-spacing: 0.5px;
    font-family: "Knockout 32";
    font-weight: 400;
}
.category-slider .woocommerce ul.products li.product,
.gourmet-slider .woocommerce ul.products li.product {
    margin: 0 23px;
    display: flex;
    flex-direction: column;
}
ul.products .slick-slide{
    transition: opacity .3s ease-in;
}
.gourmet-slider ul.products li:not(.slick-active),
.category-slider ul.products li:not(.slick-active) {
    opacity: 0;
}
.category-slider ul.products li.slick-active,
.gourmet-slider ul.products li.slick-active {
    opacity: 1;
}
ul.products button.slick-arrow::before {
    display: none;
}
ul.products button.slick-arrow {
    padding: 0;
    color: transparent;
    background: transparent;
}
ul.products button.slick-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    height: 21px;
    width: 21px;
    border-top: 6px solid #47387B;
    border-left: 6px solid #47387B;
    transform: rotate(-45deg);
}
ul.products button.slick-arrow.slick-next::after {
    transform: rotate(135deg);
}
.category-slider .slick-list,
.gourmet-slider .slick-list{
    overflow: visible;
}
.gourmet-slider ul.products,
.category-slider  ul.products{
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    padding-top: 60px;
}
ul.products  .slick-prev {
    left: 15px;
    z-index: 1;
}
ul.products  .slick-next {
    right: 15px;
    z-index: 1;
}
.gourmet-slider .woocommerce ul.products li.product a.woocommerce-loop-product__link .price {
    color: #FFC012;
}
.gourmet-slider .woocommerce ul.products li.product .woocommerce-loop-product__title,
.gourmet-slider .custom-rating-wrapper .rating-value,.gourmet-slider .custom-rating-wrapper .rating-count{
    color: #fff;
}
.gourmet-slider.shoppage-slider .woocommerce ul.products li.product .woocommerce-loop-product__title,
.gourmet-slider.shoppage-slider .woocommerce ul.products li.product a.woocommerce-loop-product__link .price{
    color: #47387B;
}
.gourmet-slider ul.products button.slick-arrow::after {
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
}
.gourmet-slider.shoppage-slider ul.products button.slick-arrow::after{
     border-top: 6px solid #47387B;
    border-left: 6px solid #47387B;
}

ul.products button.slick-arrow.slick-disabled {
    opacity: .6;
}
.sauce-category .woocommerce ul.products.elementor-grid {
    justify-content: center;
    gap: 40px !important;
}
body.single-product .berocket_better_labels .berocket_better_labels_position_right {
    float: left;
    text-align: left;
}

body.single-product .berocket_better_labels.berocket_better_labels_image {
    left: -45px !important;
}
body.single-product h2.product_title {
    word-break: break-word;
}
body .woocommerce ul.products li.product .added_to_cart,
.custom-add-to-cart-wrap a.added_to_cart {
    font-size: 16px;
    color: #47387b;
    margin-top: 10px;
    font-family: "Knockout 53", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
body .gourmet-slider .woocommerce ul.products li.product .added_to_cart {
    color: #fff;
}
.single-prod-wrapper,
.custom-add-to-cart-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
body:not([class*=elementor-page-]) .site-main{
    max-width: 1360px;
    padding-left: 60px;
    padding-right: 60px;
}
.wp-block-woocommerce-cart-order-summary-block {
    background: #FFF5E5;
}
body:not([class*=elementor-page-]) .site-main .alignwide {
    margin-inline: 0;
}
body .wc-block-components-sidebar-layout.wc-block-cart {
    padding: 30px 0  55px;
    margin-bottom: 0px;
}
.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items {
    border: none;
    margin-bottom: 0px;
}
.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 20px;
    font-family: "Knockout 49", sans-serif;
}
.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    border: none;
    padding-left: 16px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
    color: #000;
    font-family: "Knockout 30";
    font-size: 25px;
    font-weight: 400;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-family: "Knockout 30";
    font-size: 20px;
}
.cart-count-wrapper .cart-count {
    font-size: 28px;
    font-weight: 700;
    color: #F8E3B1;
    font-family: "Roboto", sans-serif;
    line-height: 100%;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    line-height: normal;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    margin: 0 0 5px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__value {
    font-size: 16px;
}
.wp-block-woocommerce-cart-order-summary-block,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row  .wc-block-components-product-metadata,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__value{
    font-weight: 400;
    font-family: "Knockout 32";
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row  .wc-block-components-product-metadata {
    font-size: 14px;
}
.wc-block-cart .wc-block-components-quantity-selector:after {
    border: 1px solid #333;
}
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
    font-size: 18px;
    opacity: 1;
}
.wc-block-cart .wc-block-cart-item__quantity  .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    font-size: 27px;
}
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:hover,
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:focus {
    background: #771113;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #771113;
    font-size: 13px;
    text-decoration: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    font-size: 18px;
}
.wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 20px;
    font-family: "Knockout 49", sans-serif;
    padding: 12px 16px;
}
.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-button {
    background: #FFC012;
    color: #47387B;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-family: "Knockout 53", sans-serif;
}
.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-button:focus,
.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:focus,
body.woocommerce-checkout  .wc-block-components-totals-coupon__form .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:focus {
    box-shadow: none;
}
.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button,
body.woocommerce-checkout  .wc-block-components-totals-coupon__form .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    min-height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Knockout 53", sans-serif;
    border: none;
    background: #FFC012;
    color: #47387B;
    opacity: 1;
}
body.woocommerce-checkout,
body.woocommerce-checkout form {
    font-family: "Knockout 30";
}
body.woocommerce-checkout form,
body.woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
    font-weight: 400;
}
body.woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title {
    font-family: "Knockout 30", sans-serif;
    font-size: 2rem;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 30px 0 55px;
}
body.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    padding-top: 20px;
    margin-bottom: 30px;
}
body.woocommerce-checkout  .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    font-family: "Knockout 49", sans-serif;
}
body.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice.wc-block-components-notice-banner.is-error {
    margin: 0;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 20px;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    min-height: 55px;
    border: none;
    padding: 10px 35px;
    width: auto;
    font-size: 20px;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:focus{
    outline: none;
    box-shadow: none;
}
body.woocommerce-checkout .wc-block-components-checkbox label {
    align-items: center;
    font-size: .85em;
    font-family: "Knockout 49", sans-serif;
}
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    font-size: 0.75em;
}
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none;
}
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    height: 10px;
    margin-left: 3px;
    margin-top: -2px;
    width: 10px;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background: #FFF5E5;
    border: none;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    padding: 16px 20px;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0,0%,7%,.11);
    line-height: 110%;
}
body.woocommerce-checkout .wc-block-components-order-summary.is-large {
    padding: 0;
}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid hsla(0,0%,7%,.11);
}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
    border: none;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-button {
    padding: 0;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #F8E3B1;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-button .elementor-button-icon {
    flex-direction: row-reverse;
    color: #F8E3B1;
    gap: 10px;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-button .elementor-button-icon svg {
    fill: #F8E3B1;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-menu-cart__main {
    padding: 20px;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-menu-cart__close-button::after,.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-menu-cart__close-button::before {
    height: 2px;
    background: #303030;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-menu-cart__main {
    padding: 20px;
}
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__wrapper .elementor-menu-cart__close-button {
    width: 18px;
}
.elementor-menu-cart__product-name.product-name a {
    color: #000000;
}
.elementor-menu-cart__product-price.product-price .quantity {
    color: #999;
    font-family: "Knockout Medium", sans-serif;
    font-size: 17px;
}
.widget_shopping_cart_content .elementor-menu-cart__products.woocommerce-mini-cart::-webkit-scrollbar{
    width: 5px;
}
.widget_shopping_cart_content .elementor-menu-cart__products.woocommerce-mini-cart::-webkit-scrollbar-track{
    background: #cbcbcb;
    border-radius: 10px;
}
.widget_shopping_cart_content .elementor-menu-cart__products.woocommerce-mini-cart::-webkit-scrollbar-thumb{
    background: #771113;
    border-radius: 10px;
}
.elementor-menu-cart__footer-buttons a.elementor-button .elementor-button-text {
    color: #ffc012;
    font-family: "Knockout Medium", sans-serif;
    font-size: 20px;
}
.home-sausage-slider .single-prod-wrapper .prod-name h2,
.home-sausage-slider .custom-rating-wrapper .rating-value,
.home-sausage-slider .custom-rating-wrapper .rating-value + span,
.home-sausage-slider .single-prod-wrapper .prod-price{
    color: #fff;
}
.single-prod-wrapper .prod-name h2 a{
    color: inherit;
}
/* Responsive media */

@media(min-width: 1025px) and (max-width: 1399px){
.elementor-element.bbqabs-image img {
    width: 160px;
}
.elementor-element.houstonabs-img img {
    width: 100px;
}
.elementor-element.yellowbg-abs.elementor-widget.elementor-widget-image img {
    height: 200px;
}
.elementor-element.garlicabs-image img {
    width: 100px;
}
}

@media(min-width: 1024px) and (max-width: 1279px){
    .story-section .elementor-element.story-image img {
    max-width: 580px;
}
}
@media(max-width: 1024px){
    .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__product .product-name a {
    font-size: 15px;
}
.elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__product .product-price {
    font-size: 17px;
}
.single-prod-wrapper a.button{
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
}
}

@media(max-width: 1023px){
  .elementor-element.badge-title span {
    font-size: 37px;
}
.cart-count-wrapper .cart-count {
    font-size: 28px;
}
body:not([class*=elementor-page-]) .site-main{
    padding-left: 25px;
    padding-right: 25px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -20px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
    right: -20px;
}
ul.products li.product .berocket-label-user-image,
body.single-product .berocket_better_labels.berocket_better_labels_image .berocket-label-user-image {
    background-size: 100px 100px !important;
    width: 100px;
    height: 100px;
}
body.single-product .berocket_better_labels.berocket_better_labels_image {
    left: -15px !important;
}
.custom-rating-wrapper .rating-value, .custom-rating-wrapper .rating-count,
.custom-rating-wrapper .rating-value + span {
    font-size: 22px;
}
.custom-rating-wrapper .star,
.prod-rating .prod-rating-icon {
    font-size: 42px;
    margin-right: 8px;
}
.woocommerce  ul.products li.product .woocommerce-loop-product__title,
.single-prod-wrapper .prod-name h2, 
.elementor-widget-woocommerce-products.elementor-wc-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
}
.woocommerce  ul.products li.product a.woocommerce-loop-product__link .price,
.single-prod-wrapper .prod-price {
    font-size: 16px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product .add_to_cart_button, 
body .woocommerce  ul.products li.product .add_to_cart_button,
.single-prod-wrapper a.button {
    min-height: 60px;
    font-size: 20px;
}
body:not(.single-product) .woocommerce ul.products li.product:nth-child(2n+2) .berocket_better_labels.berocket_better_labels_image {
    right: -45px !important;
}
.gourmet-slider ul.products, .category-slider  ul.products {
    padding-left: 22px;
    padding-right: 22px;
}
}
@media(max-width: 768px){
    .gourmet-slider .slick-track,
    .category-slider .slick-track{
        display: flex;
    }
}
@media(max-width: 767px){
.elementor-element.badge-title span {
    font-size: 32px;
}
.cart-count-wrapper .cart-count {
    font-size: 20px;
}
.single-prod-wrapper a.button{
    width: 230px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product .add_to_cart_button, 
body .woocommerce  ul.products li.product .add_to_cart_button,
.single-prod-wrapper a.button {
    min-height: 55px;
    font-size: 18px;
}
.woocommerce  ul.products li.product a.woocommerce-loop-product__link .price,
.single-prod-wrapper .prod-price {
    font-size: 15px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product{
    width: 80%;
}
.banner-inner {
    clip-path: polygon(0% 0%, 0% 89%, 100% 100%, 100% 0%);
}
.woocommerce  ul.products li.product .woocommerce-loop-product__title, 
.single-prod-wrapper .prod-name h2,
.elementor-widget-woocommerce-products.elementor-wc-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    padding: 9px 0 20px;
}
.custom-rating-wrapper .rating-value, .custom-rating-wrapper .rating-count,
.custom-rating-wrapper .rating-value + span {
    font-size: 20px;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link img, body ul.products li.product a.woocommerce-loop-product__link img {
    margin-bottom: 18px;
    border-radius: 16px;
}
ul.products button.slick-arrow::after,
.gourmet-slider.shoppage-slider ul.products button.slick-arrow::after {
    border-top: 4px solid #47387B;
    border-left: 4px solid #47387B;
}
.gourmet-slider ul.products button.slick-arrow::after {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}
ul.products button.slick-arrow::after {
    height: 15px;
    width: 15px;
}
.elementor-element.contact-scrollbar {
    transform: skewY(-7deg);
}
.story-slider img {
    max-height: 250px;
    min-height: 250px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next svg, .story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev svg {
    width: 25px;
    height: 25px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
    right: -10px;
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
    left: -10px;
}
.email-subscribe input[type="email"] {
    min-height: 55px;
    padding: 10px 20px;
    font-size: 18px;
}
.email-subscribe input[type="submit"] {
    min-height: 55px;
    flex-grow: 1;
}
.elementor-element.footer-menu ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.email-subscribe {
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}
 body .wc-block-components-sidebar-layout.wc-block-cart {
    padding: 30px 0  25px;
}
}
@media(max-width: 389px){
    .elementor-element.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    right: -60px !important;
}
}

