@charset "UTF-8";

/*
Theme Name: MadeEasy by DIGITZ
Theme URI: https://thedigitz.com/our-work
Author: DIGITZ
Author URI: https://thedigitz.com/
Description: MadeEasy theme by DIGITZ
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 7.4
Version: 1.19
Text Domain: madeeasy
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* @font-face {
  font-family: "Panton";
  src: local("Panton Bold"), local("Panton-Bold"),
    url("assets/webfonts/Panton-Bold.woff2") format("woff2"),
    url("assets/webfonts/Panton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Panton";
  src: local("Panton"), local("Panton-Regular"),
    url("assets/webfonts/Panton-Regular.woff2") format("woff2"),
    url("assets/webfonts/Panton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url('assets/webfonts/brandon_reg-webfont.eot');
  src: url('assets/webfonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/webfonts/brandon_reg-webfont.woff2') format('woff2'),
       url('assets/webfonts/brandon_reg-webfont.woff') format('woff'),
       url('assets/webfonts/brandon_reg-webfont.ttf') format('truetype'),
       url('assets/webfonts/brandon_reg-webfont.svg#brandon_grotesqueregular') format('svg');
  font-weight: normal;
  font-style: normal;

} */

:root {
    font-size: 10px;
}

section {
    position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

b,
strong {
    font-weight: 700;
}

a {
    display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: #6d6e71;
}

ol,
ul {
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    color: inherit;
}

img {
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-size: 1.6rem;
    position: relative;
    overflow-y: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.object-fit-cover {
    object-fit: cover;
}

.overflow-none {
    overflow: hidden !important;
}

.color-fff {
    color: #fff !important;
}

.color-pink {
    color: #e7004c !important;
}

.color-grey {
    color: #6d6e71 !important;
}

.color-lgrey {
    color: #8B93A5 !important;
}

.color-cb {
    color: #24272a !important;
}

.bg-fff {
    background: #fff;
}

.bg-pink {
    background: #e7004c;
}

.bg-grey {
    background: #6d6e71;
}

.bg-cb {
    background: #24272a;
}


/* .bg-grey-gred {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 4%, #fff 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 4%, #fff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 4%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
} */

.bg-l-grey {
    background: #ededee;
}

.border-grey {
    border: 1px solid #939598;
}

.border-d-grey {
    border: 1px solid #6d6e71;
}

.border-pink {
    border: 1px solid #e7004c;
}

.site-notice {
    text-align: center;
    padding: 8px 0;
    background: #e9004c;
    color: #fff;
}

.navbar {
    padding-bottom: 0px;
}

.custom-nav {
    font-size: 1.7rem;
    font-weight: 700;
    padding-left: 2rem;
}

.custom-nav>li {
    padding: 0 0.5rem;
}

.custom-nav>li>a {
    font-weight: 400;
    color: #262626;
    font-size: 1.8rem;
    padding: 22px 12px !important;
    line-height: 26px;
}

.custom-nav>li>a.active {
    font-weight: 700;
}

.tab-pane h3.woocommerce-loop-product__title {
    margin: auto !important;
}

.custom-nav .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: none;
    position: relative;
    color: #EA094B;
    font-size: 16px;
    transform: translateY(2.2px);
    vertical-align: baseline;
    transition: all 0.6s ease-in-out;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s ease-out, opacity 0.3s ease-out, top 0.2s ease-out;
    top: calc(100% + 2px);
    border-left-color: #ea094b;
    border-left-style: solid;
    border-left-width: 5px;
    min-width: 200px !important;
}

.dropdown-item {
    padding: 16px 24px 16px 12px;
    font-weight: 400 !important;
    color: #231f20;
    font-size: 17px;
    border-bottom: 1px solid #e9e9e9;
}

.dropdown-item:last-child {
    border-bottom: 0px;
}

.nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #e9004c;
}

.language-selector {
    font-size: 1.7rem;
}

.language-selector select {
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    color: #ccc;
}

.language-selector select option {
    color: #000;
}

.country-selector {
    font-size: 1.7rem;
}

.country-selector select {
    border: 1px solid #999999;
    border-radius: 0;
    background: transparent;
    outline: none;
    color: #ccc;
    padding: 0.5rem;
}

.country-selector select option {
    color: #000;
}

.button-with-icon-and-badge a {
    position: relative;
    box-shadow: 0 1px 4px 0;
    border-radius: 32px;
    position: relative;
    background: #e6094a;
}


/* .xoo-wsc-bki{
    color: #e7004c;
}
.xoo-wsc-ft-btn{
    color: #fff;
    border: none;
}
.xoo-wsc-ft-buttons-cont a{
    background-color: #e7004c !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.xoo-wsc-ft-btn:hover{
    color: #fff;
}
.xoo-wsc-ft-btn{
    color: #fff;
} */

.button-with-icon-and-badge .badge-c {
    left: 0px;
    top: 3px;
    background: #fff;
    color: #000;
    font-size: 10px;
    min-width: 13px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-size: 11px;
    width: 14px;
    height: 14px;
    line-height: 15px;
    overflow: hidden;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
}

.wc-quick-view-product .view-product-details {
    margin: 0em 0 0 !important;
}

.nav-cart-btn a {
    padding: 14px 14px;
    margin-right: 15px;
    cursor: pointer;
    outline: 7px solid #e6094a;
    border: 2px solid #fff;
    min-width: 47px;
    min-height: 46px;
    box-shadow: 0px 0px 16px 5px;
}

.cart-basket {
    min-width: 21px;
    min-height: 20px;
}

.search-nav a {
    margin-right: 1rem;
}

.search-nav a svg {
    width: 2rem;
    fill: #666666;
}

.fav-btn i {
    font-size: 2rem;
    margin-right: 11px;
    font-weight: 500;
    background: #24272a;
    padding: 9px 10px;
    color: #fff;
    border-radius: 33px;
    line-height: initial;
}

.logged-in-user {
    color: #262626;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.logged-in-user p {
    font-size: 2rem;
    color: #24272a;
    font-weight: 400;
}

.hero-section .item {
    overflow: hidden;
}

.hero-section img {
    width: 100% !important;
}

.hero-section .caption {
    left: 4.5vw;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30%;
}

.hero-section .caption h5 {
    font-size: 2.5rem;
}

.hero-section .caption h2 {
    font-size: 5.5rem;
}

.hero-section .caption p {
    font-size: 2rem;
    line-height: 1.4em;
}

.hero-section .caption a.btn-c {
    font-size: 2.2rem;
}

.hero-section .caption-inner .bg-img {
    z-index: 0;
    position: relative;
    max-width: 100%;
}

.hero-section .caption-inner .caption-content {
    z-index: 1;
    width: 79%;
    top: 44%;
    left: 11%;
    /*transform: translateX(-50%) translateY(-50%);*/
    text-align: center;
}

.hero-section .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-section .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: none !important;
}

.hero-section .owl-dots .owl-dot.active {
    border-color: #fff;
    background: #ed1c24;
}

.pt-8 {
    padding-top: 5rem;
}

.pb-8 {
    padding-bottom: 5rem;
}

.stats-box .item img {
    max-width: 50%;
}

.stats-box h1 {
    font-size: 3.6rem;
}

.text-1 p {
    font-size: 2rem;
    line-height: 1.4em;
}

.btn-type-1 {
    padding: 16px 23px;
    font-size: 1.5rem;
    width: 200px;
    border-radius: 15px;
}

.btn-type-2 {
    padding: 4px 20px;
    font-size: 1.5rem;
}

.stats-box {
    background: #f7f7f7;
    border-radius: 0px 0px 100px 100px;
}

.stats-box p {
    height: 42px;
}

.stats-box .item-2 {
    position: relative;
}

.stats-box .item {
    padding: 0 2rem;
}

.add-on-single {
    border-left: 2px dashed #939598;
}

.add-on-single:first-child {
    border-left: 0px;
}

.text-g h2 {
    font-size: 5rem;
}

.text-g p {
    font-size: 2.2rem;
    line-height: 2.7rem;
}

.cat-tabs {
    padding-top: 0rem;
}

.cat-slider-section {
    padding: 6rem 10rem;
}

.cat-slider-section .slider-item {
    border-left: 1px solid #fff;
}

.cat-slider-section .first {
    position: relative;
    left: -1px;
}

.cat-slider-section .slider-item img {
    margin: 0 auto;
    width: auto;
}

.cat-slider-section .slider-item h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #24272A;
    font-weight: 500;
    padding-top: 8px;
}

.cat-slider-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    pointer-events: none;
    text-align: center;
    margin: 35px 0 0;
}

.cat-slider-section .owl-prev {
    position: relative;
    left: -15px;
}

.cat-slider-section .owl-next {
    position: relative;
    right: -15px;
}

.cat-slider-section i {
    background: #EA094B;
    padding: 9px 10px;
    border-radius: 100px;
}

.cat-slider-section .owl-nav>* {
    pointer-events: all;
    outline: none !important;
}

.cat-slider-section .owl-carousel {
    padding-bottom: 1.5rem;
}


/* Footer */

footer {
    background: #e9004c;
    padding: 25px 0;
    position: relative;
}

.footer-links li {
    display: inline-block;
    padding: 0 3px;
    font-size: 2rem;
    color: #fff;
}

.footer-links li:first-child {
    padding: 0;
}

.newsletter-box {
    width: 100%;
    background: #fff;
    background: #fff;
    padding: 17px 15px;
    border-radius: 17px
}

.newsletter-box .wpcf7-not-valid-tip {
    position: absolute;
    top: 42px;
    font-weight: 600;
}

.newsletter-box .wpcf7 .ajax-loader {
    display: none;
}

.newsletter-box .wpcf7 form .wpcf7-response-output {
    border-color: transparent;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.newsletter-box .wpcf7 form.invalid .wpcf7-response-output,
.newsletter-box .wpcf7 form.unaccepted .wpcf7-response-output,
.newsletter-box .wpcf7 form.sent .wpcf7-response-output {
    display: inline-block;
}

.newsletter-box h3 {
    font-size: 2.7rem;
    padding-bottom: 15px;
}

.newsletter-box input[type="email"] {
    background: #e6e7e8;
    border: none;
    outline: none;
    padding: 8px;
    width: 66%;
    line-height: 21px;
    float: left;
}

.newsletter-box input[type="email"]::placeholder {
    color: #939598;
}

.newsletter-box [type="submit"] {
    background: #6d6e71;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    outline: none;
    height: 37px;
    line-height: initial;
    width: 30%;
    float: left;
    margin-left: 10px;
}

.social-block,
.payment-block,
.apps-block {
    display: inline-block;
}

.social-block li,
.payment-block li,
.apps-block li {
    display: inline-block;
}

.social-block li {
    margin-right: 4px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
}

.social-block li i {
    color: #fff;
    font-size: 2.2rem;
    margin: 0px;
}

.social-block li .fa-facebook-f {
    color: #1877f2;
}

.social-block li .fa-instagram {
    color: #e4405f;
}

.social-block li .fa-twitter {
    color: #1da1f2;
}

.social-block li .fa-youtube {
    color: #cd201f;
}

.footer-blocks {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.foot-b1 {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.foot-b2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.payment-block {
    margin-top: 16px;
}

.payment-block li {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 15px;
}

.payment-block li img {
    border-radius: 2px;
}

.apps-block li img {
    width: 140px;
}

.apps-block h5 {
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}

.copyright-text p {
    color: #fff;
    font-size: 1.3rem;
    padding-top: 15px;
}

.live-chat-wrap {
    position: relative;
}

.live-chat-btn {
    position: absolute;
    right: 0;
    top: -63px;
}


/*footer*/


/*experiment share section*/

.experiment-share .fa-instagram {
    font-size: 28px;
    color: #58595b;
    margin-top: 26px;
}


/*experiment share section*/


/*trending recipes*/

.tr-recipes {
    margin-top: 5rem;
}

.tr-recipes .owl-nav {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.tr-recipes .item h4 {
    color: #24272a;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 11px;
    text-align: center;
    line-height: 3.2rem;
}

.tr-vid-box {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.tr-vid-box .img-overlay {
    display: none;
}

.tr-vid-box img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 30px;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.tr-vid-box .icon {
    color: white;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}


/*trending recipes*/


/*Special Season*/

.ss-content-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ss-content-wrap {
    background: #fff;
    border-radius: 70px;
}

.season-special-box {
    background: #f7f7f7;
    border-radius: 100px;
    z-index: 1;
}

.season-special-box h2 {
    padding-bottom: 5rem;
}

.p-detail-block h4 {
    color: #24272a;
    font-size: 3.6rem;
}

.p-detail-block p {
    padding: 25px 0;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #b2b2b2;
}

.p-detail-block>span {
    padding: 0 0 20px 0;
    display: block;
    color: #b2b2b2;
    font-size: 1.7rem;
}

.ss-content-wrap .p-detail-block {
    padding-left: 40px;
}

.ss-img {
    padding-left: 0px;
    padding-right: 0px;
}

.ss-img img {
    display: inline-block;
    width: 100%;
    border-radius: 0px 70px 70px 0px;
}


/*Special Season*/


/* Best Seller */

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.bs-slides {
    margin-top: 7rem;
    padding: 0 90px;
}

.product-box {
    width: 100%;
}

.p-img {
    text-align: center;
    padding: 30px 50px;
    position: relative;
}

.p-img img {
    display: inline-block;
}

.rating {
    padding-bottom: 6px;
    text-align: left;
}

.rating .fas.fa-star {
    color: #b1b3b6;
    cursor: pointer;
}

.rating .fas.fa-star.filled {
    color: #e9004c;
}

.product-box .p-detail-block {
    margin-top: 8px;
    text-align: left;
}

.discount-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ea094b;
    color: #fff;
    padding: 4px 12px;
    font-size: 2rem;
    font-weight: bold;
}

.bs-slides .owl-nav {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e9004c;
    font-size: 7rem;
    width: 105%;
    outline: none;
    z-index: -1;
}


/* Best Seller */


/* Insta Reel */

#sb_instagram .sbi_photo_wrap {
    border-radius: 30px;
}

#sb_instagram .sbi_info p {
    color: #24272a;
    font-size: 1.8rem;
}


/* Insta Reel */


/*Products Page*/

.cat-tabs .nav-tabs {
    border: none;
    text-align: center;
    width: 100%;
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    */
}

.cat-tabs .nav-item {
    margin: 6px 0;
    /*width: 16%;*/
}

.cat-tabs .nav-tabs .nav-link:hover,
.cat-tabs .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.cat-tabs .nav-tabs .nav-link.active,
.cat-tabs .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #e9004c;
    border-color: transparent;
}

.cat-recip-prod {
    margin: 25px 0px 0;
}


/*
.cat-recip-prod .tab-pane ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
*/

.prod-cat-tabslide button {
    font-size: 5rem !important;
    top: 3%;
    color: #e9004c !important;
}

.prod-cat-tabslide button.owl-prev {
    position: absolute;
    left: -30px;
}

.prod-cat-tabslide button.owl-next {
    position: absolute;
    right: -30px;
}

.cat-recip-prod .tab-pane li {
    width: 18%;
    display: inline-block;
    padding: 15px 0;
}


/*Products Page*/


/*Bundles Page*/

.cat-tabs.bundles-tab {
    padding: 20px 200px 0;
}

.cat-tabs.bundles-tab .nav-item {
    margin: 6px 4px;
    width: 48%;
}

.bundles-products {
    padding: 3rem 0;
}

.bundles-products .col-md-4 {
    padding: 8px;
}

.bundle-single {
    position: relative;
}

.bundle-single img {
    max-width: 100%;
    display: inline-block;
}

.bundle-single .bundle-items {
    padding: 10px 0px 0;
    min-height: 95px;
    max-height: 95px;
    overflow-y: auto;
}

.bundle-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #e9004c;
    text-align: center;
    width: 100%;
}

.bundle-name.discount {
    justify-content: space-between;
}

.bundle-single h4 {
    text-align: center;
    padding: 10px 11px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #ffff;
}

.bundle-img {
    background: #ededee;
    min-height: 209px;
    text-align: center;
}

.item-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.9rem;
    padding: 2px 10px;
    color: #6d6e71;
    font-weight: 500;
}

.bundle-single hr {
    border-top: 1px solid #dadadb;
}

.item-single.bundle-total {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 5px;
    margin-top: 8px;
}

.bundle-btns {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seperator {
    width: 100%;
    height: 2px;
    border-top: 1px solid #d6d7d8;
    padding: 0;
    margin: 20px 0;
}

.single-cat-slider h3 {
    font-size: 2.4rem;
    color: #6d6e71;
    padding: 14px 0;
    font-weight: 700;
}

.single-cat-slider .owl-nav {
    position: absolute;
    left: 50%;
    right: 0;
    top: 42%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #cdcdcd;
    font-size: 7rem;
    width: 105%;
    outline: none;
    z-index: -1;
}


/*Bundles Page*/


/*modal*/

.generic-modal .modal-content {
    background: #f6f6f6;
}

.generic-modal .modal-header {
    border: none;
    border-radius: 0px;
    position: absolute;
    right: 8px;
    z-index: 1;
}

.generic-modal button {
    font-size: 4rem;
    opacity: 1;
    outline: none;
    color: #605d5d;
}

.generic-modal button.close:hover {
    color: #605d5d;
    text-decoration: none;
}

.generic-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5rem;
}

.generic-modal .close:not(:disabled):not(.disabled):hover,
.generic-modal .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

.pb-modal-img {
    text-align: center;
    position: relative;
    min-height: 530px;
    display: flex;
    justify-content: center;
}

.prb-modal .pb-modal-img,
.ob-modal .pb-modal-img {
    min-height: 314px;
}

.pb-modal-img img {
    align-self: center;
    display: inline-block;
}

.pb-modal-img .discount-tag {
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    font-size: 2.5rem;
}

.detail-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pb-modal-detail h2 {
    font-size: 3.5rem;
}

.detail-head .rating {
    display: flex;
    align-items: center;
    padding: 0;
}

.detail-head .rating .fas.fa-star {
    margin: 0 2px;
}

.p-ingrediants ul {
    display: flex;
    flex-wrap: wrap;
}

.p-ingrediants li {
    flex: 0 50%;
    color: #6d6e71;
    font-size: 1.6rem;
    margin: 4px 0;
    padding: 0 14px;
    position: relative;
}

.p-ingrediants li:before {
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    color: #e9004c;
    background: #e9004c;
    border-radius: 100%;
    font-size: 6px;
    left: 0;
    margin-top: 4px;
}

.p-ingrediants span {
    padding: 8px 0px;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
}

.pb-modal-detail h5 {
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom: 4px;
}

.p-desc {
    padding-top: 10px;
}

.p-desc p {
    color: #6d6e71;
    font-size: 1.6rem;
    margin: 2px 0;
    line-height: 2.3rem;
}

.pb-modal-detail hr {
    border-top: 1px solid #6c6d70;
}

.pb-modal-detail .seperator {
    margin: 10px 0;
}

.packaging-detail span {
    font-size: 1.6rem;
}

.packaging-detail span b {
    font-size: 2.1rem;
}

.detail-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-btns a {
    display: block;
}

.p-other-images {
    padding-top: 15px;
}


/*modal*/


/*cart*/

.cart-generic-content h2,
.generic-content h2 {
    font-size: 4rem;
    padding: 0 0 22px;
}

.cart-generic-content,
.generic-content {
    margin: 0 5rem;
}

.item-img {
    background: #ededee;
    padding: 2rem;
    display: inline-block;
}

.cart-itmes {
    padding: 3rem;
}

.citem-single {
    padding: 2rem 0;
    border-bottom: 1px solid #d6d7d8;
}

.citem-single:first-child {
    padding-top: 0;
}

.citem-single:last-child {
    border: none;
}

.item-title h5 {
    font-size: 2.8rem;
}

.item-price h6 {
    display: inline-block;
    color: #6d6e71;
    font-weight: 500;
    font-size: 1.9rem;
    padding-right: 15px;
}

.item-price s {
    color: #c4c4c4;
}

.item-title {
    padding-bottom: 10px;
}

.item-img img {
    max-width: 100%;
    min-height: auto;
}

.item-quant ul {
    display: flex;
    align-items: center;
}

.item-quant ul li {
    margin-right: 10px;
}

.item-quant ul li i {
    background: #e3e3e3;
    padding: 12px 15px;
    color: #6d6e71;
    font-weight: 500;
    cursor: pointer;
}

.item-quant ul li input[type="text"],
.item-quant input[type="number"] {
    height: 38px;
    border: 1px solid #6d6e71;
    outline: none;
    width: 49px;
    text-align: center;
}

.item-price {
    padding-bottom: 10px;
}

.info-part {
    padding: 3rem;
}

.info-part h5 {
    font-size: 2.8rem;
}

.promo-code span {
    font-size: 1.3rem;
}

.promo-code input[type="text"] {
    border: 1px solid #6d6e71;
    outline: none;
    height: 40px;
    width: 100%;
    margin: 10px 0;
    text-indent: 5px;
}

.promo-code button {
    border: none;
    padding: 10px 32px;
    font-size: 1.7rem;
}

.shop-summary {
    padding-top: 30px;
}

.sitem-single {
    padding: 10px 0;
    font-size: 1.8rem;
    color: #6d6e71;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d7d8;
}

.sitem-single:last-child {
    border: none;
}

.info-part-btns {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.rp-single {
    background: #fff;
    padding: 18px;
}

.rp-single h5 {
    font-size: 2.8rem;
}

.add-product {
    float: right;
    background: #e9004c;
    color: #fff;
    padding: 4px 15px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
}

.realted-products h4 {
    font-size: 2.8rem;
    padding: 30px 0;
}

.offer-text {
    padding: 0px 40px;
}

.offer-text h2 {
    font-size: 4rem;
    padding-bottom: 14px;
}

.offer-text ul {
    padding-bottom: 14px;
}

.offer-text li {
    flex: 0 50%;
    color: #6d6e71;
    font-size: 1.6rem;
    margin: 4px 0;
    padding: 0 14px;
    position: relative;
}

.offer-text li:before {
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    color: #e9004c;
    background: #e9004c;
    border-radius: 100%;
    font-size: 6px;
    left: 0;
    margin-top: 4px;
}

.checkout-tabs {
    padding: 8px;
}

.checkout-tabs li {
    width: 50%;
    text-align: center;
    border: 1px solid #e9004c;
}

.checkout-tabs a {
    padding: 13px 0px;
    border-radius: 0px !important;
}

.checkout-tabs .nav-link.active {
    background-color: #e9004c;
}

#chekcout-tabContent {
    padding: 13px 0px;
}

#pills-tabContent {
    padding: 8px;
}

.tab-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.tab-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d7d8;
    margin-bottom: 18px;
    outline: none;
    padding-top: 10px;
    color: #6d6e71;
    font-weight: 600;
}

.tab-form input::placeholder {
    color: #6d6e71;
    font-weight: 600;
}

.tab-foot h6 {
    font-weight: 500;
    color: #6d6e71;
}

.tab-foot h6 a {
    text-decoration: underline !important;
    color: #e9004c;
    font-weight: 600;
}

.wizard-form {
    padding: 3rem;
}

.form-basic label {
    font-size: 1.5rem;
    color: #6d6e71;
    width: 100%;
    font-weight: 500;
}

.form-basic select,
.form-basic input[type="text"],
.form-basic input[type="password"],
.form-basic input[type="number"],
.form-basic input[type="email"],
.form-basic .input-text {
    width: 100%;
    border: 1px solid #6d6e71;
    height: 40px;
    margin: 16px 0px;
    outline: none;
    font-weight: 500;
    padding: 0 10px;
    font-size: 16px;
}

.form-basic textarea {
    width: 100%;
    border: 1px solid #6d6e71;
    margin: 16px 0px;
    outline: none;
    font-weight: 500;
    text-indent: 10px;
    font-size: 16px;
    resize: none;
}

.form-basic button {
    border: none;
    outline: none;
}

.col-md-12.pay-option {
    padding: 20px 15px;
}

.pay-option span {
    color: #6d6e71;
    font-weight: 700;
    font-size: 2.1rem;
    padding-left: 13px;
}

.wizard-head {
    padding: 10px 0 30px;
    position: relative;
}

.wizard-head li {
    z-index: 2;
}

.wizard-head li:last-child {
    text-align: right;
}

.wizard-head li span {
    width: 34px;
    height: 34px;
    border: 1px solid #6d6e71;
    display: inline-block;
    border-radius: 22px;
    background: #fff;
}

.wizard-head li.active span {
    background: #e9004c;
    border: 1px solid #e9004c;
}

.wizard-head li h4 {
    font-weight: bold;
    color: #bfbebe;
    font-size: 2.1rem;
    padding-top: 14px;
}

.wizard-head li.active h4 {
    color: #6d6e71;
}

.wizard-head .centerline {
    width: 95%;
    height: 3px;
    background: #6d6e71;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

a.button.wc-backward {
    background: #e7004c;
    color: #fff;
    border-radius: 0px;
    padding: 13px 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
}

a.button.wc-backward:hover {
    background: #e7004c;
    color: #fff;
}

h4.product-subtotal {
    padding-top: 25px;
    font-size: 1.9rem;
    color: #6d6e71;
}

.product-thumbnail img {
    width: 100px !important;
}

span.woocommerce-input-wrapper {
    width: 100%;
}


/*cart*/


/* Thankyou */

.message h2 {
    font-size: 4.5rem;
    padding: 12px 0px;
}

.message h3 {
    font-size: 3.2rem;
    padding: 12px 0px;
}

.message h4 {
    font-size: 2.5rem;
    padding: 5px 0px;
}


/* Thankyou */


/* Track */

.ot-head {
    background: #6d6e71;
    padding: 12px 8px;
    font-size: 2.2rem;
    color: #ededee;
    margin-bottom: 36px;
}

.ot-status-info {
    position: relative;
    padding-bottom: 38px;
}

.ot-status-info li span {
    width: 42px;
    height: 42px;
    border: 1px solid #6d6e71;
    display: inline-block;
    border-radius: 22px;
    position: relative;
    background: #6d6e71;
}

.ot-status-info li span:after {
    content: "";
    background: #6d6e71;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8%;
    border-radius: 20px;
}

.ot-status-info li.active span {
    background: #fff;
    border: 1px solid #e9004c;
}

.ot-status-info li.active span:after {
    background: #e9004c;
}

.centrline {
    width: 85%;
    height: 3px;
    background: #6d6e71;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.ot-status-info li {
    text-align: center;
}

.ot-status-info li:nth-child(even) {
    text-align: center;
}

.ot-status-info li h4 {
    font-size: 2.2rem;
    color: #6d6e71;
    font-weight: 700;
    padding: 10px 0;
}

.ot-status-info li label {
    font-size: 2rem;
    color: #6d6e71;
    font-weight: 500;
}

.order-num input {
    outline: none;
    padding: 5px 0px;
    text-indent: 8px;
    color: #6d6e71;
    font-size: 1.8rem;
    border: none;
}

.order-num input::placeholder {
    color: #6d6e71;
}

form.order-num {
    position: relative;
}

.order-num button {
    position: absolute;
    right: 2px;
    top: 22%;
    background: #fff;
    border: none;
    font-size: 20px;
    padding: 0 12px;
    outline: none;
}


/* Track */


/* Recipes */

.recipe-page-head
/* .featured-recipe h3 { */

{
    font-size: 5rem;
    padding: 0 0 10px;
    font-weight: 400;
    color: #24272A;
    text-align: center;
}


/* .featured-recipe-foot h3 {
  text-transform: capitalize;
  padding-bottom: 0;
  text-align: left;
}

.featured-recipe-foot {
  padding: 2.8rem 0;
  background: #f2f2f3;
}

.featured-recipe-foot i {
  padding-top: 0px !important;
} */

.recipe-page-para
/*.featured-recipe p  */

{
    font-size: 2.2rem;
    line-height: 2.7rem;
    color: #8B93A5;
    padding-top: 10px;
    font-weight: 500;
    text-align: center;
    margin: 0 10rem;
}

.featured-recipe-cont {
    padding: 0 0 44px;
}


/* .featured-recipe-img img {
  display: block;
  object-fit: cover;
  object-position: top right;
  height: 80vh !important;
  width: 100% !important;
} */

.feat-recipe-slider {
    padding: 5rem 0;
}


/* .feat-recipe-slider .item img {
    object-fit: cover;
    height: 22vh !important;
    object-position: top right;
} */

.feat-recipe-slider .owl-item.active.center .item {
    transform: scale(1);
    z-index: 1;
    transition: 0.3s;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
}

.feat-recipe-slider .owl-item .item {
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s;
    background: #fff;
    border-radius: 20px;
}

.feat-slides {
    padding: 0px 0 34px;
}

.feat-slides-capt {
    padding: 16px 9px;
}


/* .featured-recipe-foot .lr-spacing {
  padding-left: 10rem;
  padding-right: 10rem;
} */

.lr-spacing {
    padding-left: 8rem;
    padding-right: 8rem;
}

.feat-slides-capt h4 {
    font-size: 1.5rem;
    padding: 0px 0 15px;
    color: #24272A;
}

.feat-slides-capt p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #8B93A5;
}


/* .recipe-of-day {
  margin-top: 6rem;
  position: relative;
  margin-top: 4vw;
  background-image: url(assets/images/recipe-bg.jpg);
  background-color: #f0efed;
  background-position: center center;
  height: auto;
  background-size: cover;
}

.recipe-of-day h3 {
  font-size: 4.1rem;
  color: #404042;
  font-family: "Panton", sans-serif;
  text-transform: initial;
  text-align: left;
  margin-bottom: 10.5rem;
  padding: 0;
  margin-top: 0;
  width: 100%;
}

.recipe-of-day .lside img {
  height: 67vh !important;
  object-fit: cover;
  object-position: top right;
}

.recipe-of-day .rside {
  padding: 5rem 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.recipe-of-day .rside h4 {
  color: #d91e48;
  font-size: 3rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}

.recipe-of-day .rside .rating {
  font-size: 2.5rem;
  width: 100%;
}

.recipe-of-day .rside p {
  width: 100%;
  font-size: 2rem;
  color: #4a4949;
} */


/* .recent-recipes {
  padding-bottom: 4rem;
}

.recent-recipes hr {
  margin: 65px 74px 0;
  border-top: 1px solid #d91e48;
}

.recent-recipes .recipe-single {
  margin: 6rem 0;
} */

.blog-slide-wrap,
.chefs-slide-wrap {
    padding: 5rem 0;
}

.blog-slides .item {
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s;
    padding: 0;
    margin: 0;
}

.blog-slides h4 {
    font-size: 1.8rem;
    padding: 1.5rem;
    margin: 0;
    position: relative;
    text-transform: initial;
    line-height: 2.3rem;
    color: #24272A;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

.blog-slides .item img {
    border-radius: 25px;
}

.blogs-sec .owl-dots {
    padding-top: 12px;
}

.blogs-sec hr {
    margin: 65px 74px;
    border-top: 1px solid #E9E9E9;
}

.chefs-sec .owl-nav {
    display: none;
}

.submit-recipe-sec {
    position: relative;
    padding: 50px 0;
}

.submit-recipe-sec img {
    width: 100%;
}

.submit-recipe-cta {
    width: 35%;
    margin: auto;
    background: #fff;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 28px;
    box-shadow: 0px 4px 50px 0px #00000026;
    border-radius: 25px;
    text-align: center;
}

.submit-recipe-cta h2 {
    color: #EA094B;
    font-size: 4.5rem;
    padding-bottom: 15px;
}

.submit-recipe-cta p {
    color: #24272A;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 10px 25px;
}

.submit-recipe-sec [class*=sbr-circle-] {
    position: absolute;
    overflow: hidden;
}

.submit-recipe-sec .sbr-circle-1 {
    left: -70%;
    top: -48%;
    animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-1 img {
    width: 100px;
}

.submit-recipe-sec .sbr-circle-2 {
    left: -60%;
    top: 56%;
    animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
    animation-direction: reverse;
}

.submit-recipe-sec .sbr-circle-2 img {
    width: 130px;
}

.submit-recipe-sec .sbr-circle-3 {
    right: 95%;
    top: 98%;
    animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
    animation-direction: reverse;
}

.submit-recipe-sec .sbr-circle-3 img {
    width: 100px;
}

.submit-recipe-sec .sbr-circle-4 {
    right: 110%;
    bottom: 70%;
    animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-4 img {
    width: 80px
}

.submit-recipe-sec .sbr-circle-5 {
    right: 70%;
    bottom: 114%;
    animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
    animation-direction: reverse;
}

.submit-recipe-sec .sbr-circle-5 img {
    width: 70px
}

.submit-recipe-sec .sbr-circle-6 {
    left: 75%;
    bottom: -40%;
    animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-6 img {
    width: 86px;
}

.submit-recipe-sec .sbr-circle-7 {
    left: 105%;
    bottom: 80%;
    animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-7 img {
    width: 130px;
}

.submit-recipe-sec .sbr-circle-8 {
    right: -30%;
    bottom: 15%;
    animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-8 img {
    width: 110px;
}

.submit-recipe-sec .sbr-circle-9 {
    left: 125%;
    bottom: -20%;
    animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-10 {
    left: 141%;
    top: -2%;
    animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}

.submit-recipe-sec .sbr-circle-10 img {
    width: 115px;
}

.submit-recipe-sec .sbr-circle-11 {
    top: -50%;
    right: -70%;
    animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
    animation-direction: reverse;
}

@keyframes anim_circle {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(5%, -5%, 0);
    }
    50% {
        transform: translate3d(10%, 0, 0);
    }
    75% {
        transform: translate3d(5%, 5%, 0);
    }
    100% {
        transform: translate3d(0%, 0%, 0);
    }
}

@keyframes anim_up_down {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes anim_left_right {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5%);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-5%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes anim_left_right2 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(3%);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-3%);
    }
    100% {
        transform: translateX(0);
    }
}


/* .veg1 img {
  position: absolute;
  right: 0;
  width: 14%;
  top: -100px;
  z-index: 10;
}

.fork img {
  position: absolute;
  z-index: 10;
  margin-top: -16rem;
  width: 26%;
}

.leaf img {
  position: absolute;
  margin-top: -42px;
  z-index: 10;
  left: 16px;
} */


/* Me Content Card*/

.me-content-card.grid-5 {
    width: 19.5%;
}

.me-content-card {
    display: inline-block;
    padding: 0 5px 18px;
}

.me-cc-thumb.rad-20 img {
    border-radius: 20px;
}

.Cthumb img {
    object-fit: cover;
    height: 38vh !important;
}

.me-cc-content {
    padding: 10px 0px;
}

.me-cc-content h4 {
    font-size: 1.6rem;
    padding: 0px 0 15px;
    color: #24272A;
}

.me-cc-content p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #8B93A5;
}

.recipe-single h4 {
    font-size: 1.6rem;
    padding: 0px 0 15px;
    color: #24272A;
}

.recipe-single p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-top: 10px;
    font-weight: 500;
}

.recipe-single {
    margin-bottom: 60px;
    border: 1px solid #d2d2d2;
    background: #fff;
    min-height: 280px;
}

.recipe-listing h2 {
    padding: 0;
}

.recipe-single a {
    display: block;
}

.recipe-single img {
    object-fit: cover;
    height: 55vh !important;
    object-position: top right;
}

.recipe-single .rating {
    font-size: 2.5rem;
}

.rec-sin-det {
    padding: 6rem 3rem;
}

.wish-list-btn i {
    font-size: 4rem;
    cursor: pointer;
    color: #e7004c;
    padding-top: 5px;
}

.filter-btn {
    padding: 16px 15px;
    font-size: 2.5rem;
    color: #404042;
    margin-right: -1px;
    cursor: pointer;
}

.filter-btn.open {
    background: #d8d0d0;
}

.filter-opt-expand {
    display: none;
    background: #d8d0d0;
    padding: 16px;
    margin-bottom: 20px;
}

.filter-opt-expand label {
    font-size: 1.5rem;
    color: #d91e48;
    text-transform: uppercase;
    font-family: "Panton SemiBold";
    padding-bottom: 6px;
}

.filter-opt-expand .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 0.9vw;
    line-height: 1.42857143;
    color: #555;
    background-color: inherit;
    background-image: none;
    border: 1px solid #69696b;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: center;
}

.filter-opt-expand .btn {
    margin-top: 25px;
    width: 100%;
    padding: 6px;
    color: #fff;
    background-color: #d91e48;
    font-size: 1.5rem;
    border-radius: 6px;
    outline: none;
}

.recipe-detail h1 {
    font-size: 4rem;
    padding: 0 0 22px;
}

.recipe-detail>h1 {
    padding: 40px 0;
}

.recipe-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align: center;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 50%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 2rem 0 2rem 0;
}

.woocommerce div.product .product_title {
    color: #24272a;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 4rem;
}

.wc-points-rewards-product-message {
    padding: 14px 0;
    display: inline-block;
}

.related.products h3 {
    font-size: 5rem;
    font-weight: 400;
    color: #24272A;
    margin-bottom: 4rem;
    text-transform: capitalize;
    text-align: center;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
    margin: 3rem 0 0 0;
    display: inline-block;
}


/* .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #ea094b;
   background: #fef2f6;
} */

.product .summary span.woocommerce-Price-amount.amount {
    color: #e7004c;
    font-size: 3rem;
    font-weight: 400;
}

.woocommerce-product-details__short-description {
    color: #8B93A5;
    line-height: 2.1rem;
    margin: 0 0 3rem 0;
}

.woocommerce p {
    line-height: 2.1rem;
}

div#tab-description h2 {
    display: none;
}

.qib-button:not(#qib_id):not(#qib_id) {
    height: 45px !important;
    width: 50px !important;
    background: none !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 45px !important;
}

.entry-summary form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 45px !important;
}


/* .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fef2f6;
  color: #fff;
} */

.woocommerce ul.products li.product .price {
    color: #ea094b;
    font-weight: 400;
    font-size: 2.4rem;
    margin: 0;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce ul.products li.product .price del {
    color: #b2b2b2;
    font-size: 1.8rem;
    font-weight: 400;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #cac9c9;
    padding: 1rem;
    border-radius: 5px;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #cac9c9;
    padding: 1rem;
    border-radius: 5px;
}

address {
    line-height: 2.5rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 1rem;
}

.woocommerce ul.order_details {
    margin: 2rem 0 3em;
}

.woocommerce ul.order_details li {
    font-size: 0.8em;
}

.berocket_single_filter_widget {
    background: #ededee;
    padding: 2rem 1rem 2rem 1rem;
    margin: 0 0 3rem 0;
    line-height: 2rem;
}

.bapf_head h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
}

.single-product .product-sidebar {
    display: none;
}

.master-tips-page h3 {
    font-size: 3.5rem;
}

.master-tips-desc p {
    font-size: 2rem;
    line-height: 2.7rem;
    color: #6d6e71 !important;
    padding: 8px 0 12px;
}

.mt-list-head h4 {
    line-height: 2.5rem;
    min-height: 30px;
    margin-top: 10px;
    font-size: 2.2rem;
}

.mt-list-desc p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #6d6e71 !important;
}

.mt-epi-listing {
    padding: 15px 7px 18px;
}

.tab-pane a.btn-type-1.bg-pink.color-fff.text-uppercase {
    padding: 1.3rem 3rem 1.3rem 3rem;
}

.product_meta span {
    line-height: 2.5rem;
}

.sku_wrapper {
    display: block;
}

.posted_in {
    display: block;
}

.cat-tabs .nav-link {
    background-color: #6d6e71;
    color: #fff;
    padding: 16px 4px;
    text-align: center;
    border: transparent;
    border-radius: 0px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 640px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: auto;
    }
    .tr-recipes .owl-nav {
        top: 35%;
        width: 90%;
    }
    .cat-tabs .nav-link {
        padding: 12px 4px;
        font-size: 1.2rem;
    }
    .tr-recipes .item h4 {
        font-size: 2.5rem;
        margin-top: 10px;
    }
    .text-g h2 {
        font-size: 3rem;
    }
    .products .berocket_better_labels_position.berocket_better_labels_position_right span {
        font-size: 11px !important;
        width: 30px !important;
        height: 30px !important;
        margin-right: 5px !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 320px) {
    .btn-play {
        width: 18%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0px;
        right: 0;
        margin: auto;
        cursor: pointer;
    }
}

@media (min-width: 961px) {
    .btn-play {
        width: 7%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cat-tabs .nav-link {
        font-size: 1.1rem;
    }
}

@media (min-width: 961px) {
    .featured-video-image {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .featured-video-image {
        height: auto;
        object-fit: cover;
        width: 100%;
        object-position: center center;
    }
}

.recipe-video iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipe-desc p {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #8B93A5 !important;
    padding: 16px 0;
}

.serving-cont {
    padding: 15px 0;
    text-align: center;
}

.serving-cont li {
    display: inline-block;
    padding: 32px 22px;
}

.serving-cont label {
    font-size: 2rem;
    color: #24272A;
    padding-right: 12px;
    line-height: 2.5rem;
}

.serving-cont span {
    height: 120px;
    width: 120px;
    border: 1px solid #9A9A9A40;
    border-radius: 100%;
    padding: 50px 0px;
    display: inline-block;
    color: #EA094B;
    font-size: 2rem;
}


/* .serving-cont li:first-child {
  padding: 0;
}

.serving-cont li:last-child {
  border: 0px;
} */


/* .serving-cont i {
  float: left;
  font-size: 3rem;
  padding-right: 4px;
  color: #e7004c;
} */

.i-made-sec {
    padding: 56px 0;
    background: #F7F7F7;
    border-radius: 100px;
    display: none;
}

.i-made-sec h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #24272A;
    padding: 0 0 18px;
}

.i-made-sec .recipe-showcase {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.i-made-sec .recipe-showcase li {
    margin-right: 10px;
    width: 95px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recipe-showcase li img {
    border-radius: 15px;
}

.i-made-sec .recipe-showcase li.add_img {
    height: 95px;
    cursor: pointer;
    border: 1px solid #EA094B;
    border-radius: 15px;
    font-size: 2.5rem;
}

.rec-desc {
    margin: 6rem 0;
}

.rec-desc h2 {
    text-align: left;
    font-size: 3.5rem;
    font-weight: 400;
    color: #24272A;
    padding: 18px 0;
}

.rec-desc h4 {
    padding: 10px 0;
    font-size: 2.4rem;
    color: #EA094B;
}

.rec-desc strong,
.rec-desc b {
    font-weight: 400;
}

.rec-desc li {
    color: #8B93A5;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 6px 0;
    padding: 0 14px;
    position: relative;
    list-style: none;
}

.rec-desc li strong {
    color: #EA094B;
}


/*
.rec-desc li:before {
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    color: #e9004c;
    background: #e9004c;
    border-radius: 100%;
    font-size: 3.5px;
    left: 0;
    margin-top: 8px;
    line-height: initial;
}
*/

.rec-desc li:before {
    position: absolute;
    content: url("assets/images/me-bull-img.jpg");
    left: 0;
    line-height: initial;
}

.recipe-ingredients ul {
    display: flex;
    flex-wrap: wrap;
}

.recipe-ingredients li {
    flex: 0 50%;
}

.rec-desc.recipe-ingredients {
    border-right: 1px solid #E9E9E9;
}

.rec-soc-rel {
    padding: 3rem 0 0;
}

.rec-soc-rel .btn-type-1 {
    padding: 14px 22px;
    border-radius: 6px;
    font-size: 1.7rem;
}

.rec-avg-rating label {
    font-size: 1.6rem;
    padding-bottom: 8px;
    color: #333;
}

.rec-avg-rating i {
    font-size: 2.4rem;
}

.soc-share {
    text-align: right;
}

.soc-share .btn-type-1 {
    margin-top: 40px;
}

.rec-share-btn {
    padding: 0 0 0 1rem;
    border-left: 1px solid #E9E9E980;
}

.rec-whishlist-btn {
    padding: 0 1rem 0px 0;
}

.rec-share-btn i {
    font-size: 4rem;
    color: #24272a;
}

.rec-whishlist-btn i {
    font-size: 4rem;
    color: #e9004c;
    cursor: pointer;
}

.rec-share-icons {
    display: none;
    text-align: right;
    padding: 16px 0 0;
}

.rec-share-btn {
    cursor: pointer;
}

.rec-share-icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.rec-share-icons li {
    padding: 0 14px;
    font-size: 2.5rem;
    color: #695e5e;
    list-style-type: none;
}

.related-recipes h3,
.related-products h3 {
    text-align: center;
    font-size: 5rem;
    font-weight: 400 !important;
    margin-bottom: 4rem;
    color: #24272A !important;
}

.recomm-recipe-caption,
.rel-prod-caption {
    padding: 10px 8px;
    text-align: center;
}

.recomm-recipe-caption h4 {
    font-size: 1.9rem;
    padding: 0px 0 15px;
    font-weight: 400 !important;
    color: #24272A !important;
}

.single-rela-prod img {
    padding: 18px 12px;
    position: relative;
    background: #fbfbfb;
    border-radius: 24px;
}

.rel-prod-caption h4 {
    color: #24272a;
    font-size: 2rem !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
    text-align: center;
    padding-top: 0 !important;
    line-height: 2.5rem;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rel-prod-caption h5 {
    color: #ea094b;
    font-weight: 400;
    font-size: 2.5rem;
    margin: 0;
    padding-bottom: 10px;
}

.recomm-recipe-rating i {
    font-size: 2rem;
}

.recomm-recipe-wl {
    color: #e9004c;
    text-align: right;
    cursor: pointer;
    font-size: 2.5rem;
}

.recomm-recipes .single-recomm-recipe {
    overflow: hidden;
    margin-top: 3vw;
    transform: scale(1);
    transition: 0.3s;
    margin-bottom: 3vw;
    border-radius: 15px;
}

.recomm-recipes .owl-item.active.center .single-recomm-recipe {
    transform: scale(1);
    z-index: 1;
    transition: 0.3s;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
}

.recomm-recipes .owl-dots,
.feat-recipe-slider .owl-dots,
.blog-slides .owl-dots {
    text-align: center;
}

.recomm-recipes button.owl-dot,
.feat-recipe-slider button.owl-dot,
.blog-slides button.owl-dot {
    outline: none;
    background: #c2c3c5;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    margin-right: 6px;
    border: none;
}

.recomm-recipes button.owl-dot.active,
.feat-recipe-slider button.owl-dot.active,
.blog-slides button.owl-dot.active {
    background: none;
    border: 2px solid #c92d52;
}

.recomm-recipes .owl-nav,
.feat-recipe-slider .owl-nav,
.blog-slides .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    margin: 35px 0 0;
}

.recomm-recipes .owl-nav button,
.feat-recipe-slider .owl-nav button,
.blog-slides .owl-nav button {
    color: #fff !important;
    font-size: 30px !important;
}

.recomm-recipes .owl-nav button i,
.feat-recipe-slider .owl-nav button i,
.blog-slides .owl-nav button i {
    background: #EA094B;
    padding: 9px 10px;
    border-radius: 100px;
}

.recomm-recipes button.owl-prev,
.feat-recipe-slider button.owl-prev,
.blog-slides button.owl-prev {
    position: relative;
    left: -15px;
}

.recomm-recipes button.owl-next,
.feat-recipe-slider button.owl-next,
.blog-slides button.owl-next {
    position: relative;
    right: -15px;
}

.recomm-recipes .item img {
    object-fit: cover;
    height: 25vh !important;
    object-position: top right;
}

.recipe-packshot img {
    position: absolute;
    left: -76px;
    bottom: 36%;
    width: 13vw;
    transform: rotate(16deg);
    z-index: 1;
}

.post-pagination {
    text-align: center;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-pagination a,
.post-pagination span,
.pgntn-page-pagination-block a,
.pgntn-page-pagination-block span {
    color: #d2d2d2 !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #d2d2d2 !important;
    padding: 10px 14px !important;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 1px !important;
}

.post-pagination a:hover,
.pgntn-page-pagination-block a:hover {
    color: #e9004c !important;
}

.post-pagination span.current,
.pgntn-page-pagination-block span.current {
    color: #e9004c !important;
}

.recipe-related-images {
    padding: 5rem 0 2rem;
}

.realted-images .owl-item img {
    width: 100%;
    border-radius: 15px;
}

nav.woocommerce-pagination {
    display: none !important;
}

.imade-btn {
    padding: 13px 12px !important;
}

.imade-btn img {
    float: left;
}

.imade-btn span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #000;
}

.slider-cont {
    position: relative;
}

.slider-cont .search form {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 2;
    width: 60%;
    margin-left: 20%;
}

.slider-cont .search form input {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #d91e48;
    height: 6.6rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 100px;
    box-shadow: 0px 4px 4px 0px #00000008;
}


/*.slider-cont .search form input:focus {
   border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(199, 34, 73, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(199, 34, 73, 0.5);
  background: rgba(255, 255, 255, 0.7);
  color: #d91e48; 
}*/

.slider-cont .search form input::placeholder {
    color: #8B93A5BF;
    opacity: 1;
}

.slider-cont .search .searchbtn {
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    border: 0;
    background: inherit;
    outline: none;
}

.slider-cont .search .searchbtn i {
    font-size: 2.2rem;
    background: #EA094B;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
}

.bundle-modal .woocommerce-tabs,
.bundle-modal .related.products {
    display: none;
}

.bundle-modal .modal-header .close {
    font-size: 2.5rem;
    outline: none;
}

.bundle-modal .woocommerce-product-gallery {
    opacity: 1 !important;
}

.bundle-modal .woocommerce div.product div.summary {
    margin-bottom: 0;
}

.bundle-modal .woocommerce div.product form.cart {
    margin-bottom: 0;
}

.bundle-modal .seperator {
    display: none;
}

.bundle-modal #main {
    max-width: 100%;
}

.bundle-modal .sku_wrapper {
    display: none;
}

.bundle-modal .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: none;
}

.bundle-modal .wc-prl-recommendations {
    display: none;
}

.bundle-modal .modal-content {
    border-radius: 30px;
}

.imade-modal h4 {
    font-size: 2rem;
}

.imade-modal .close {
    font-size: 2rem;
}

.imade-modal input {
    height: 40px;
}

.imade-modal .form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* Recipes */


/* Blogs */

.recipe-single .author-date {
    font-size: 1.2222rem;
}

.recipe-single .author-date {
    font-weight: 300;
    font-size: 1.3rem;
    color: #424040;
    margin-top: 3rem;
}

.blog-desc p {
    padding: 15px 0 4px;
    line-height: 2.2rem;
    color: #4a4949;
    font-weight: 500;
}

.blog-deatail .row {
    padding-bottom: 26px;
}

.blog-deatail p {
    padding: 0px 0 12px;
    line-height: 2.2rem;
    color: #4a4949;
    font-weight: 500;
}

.blog-deatail p a {
    color: #e7004c;
}

.blog-deatail {
    margin-top: 18px;
}

.blog-deatail h3 {
    text-align: left;
    font-size: 2.2rem;
    color: #e7004c !important;
    padding: 14px 0 24px;
    font-weight: 700;
    line-height: 3rem;
}


/* Blogs */


/*Master Tips*/

.master-tips-page h2 {
    text-align: center;
    font-size: 4rem;
    padding: 40px 0;
}

.bundles-type {
    margin: 5rem 0 0 0;
}

@media (min-width: 320px) {
    .mt-feat-video iframe {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 961px) {
    .mt-feat-video iframe {
        width: 100%;
        height: 543px;
    }
}

.cust-padd {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}


/*Master Tips*/


/* Chefs */

.chefs-detail h3 {
    font-size: 2.8rem;
}

.chefs-detail .btn-type-1 {
    border-radius: 5px;
    padding: 8px 24px;
    margin: 23px 0;
}

.chefs-detail p {
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: #4a4949;
    padding-top: 0;
    font-weight: 500;
}


/* Chefs */


/* Inner Content */

.inner-content h1 {
    font-size: 3.6rem;
    padding: 0 0 10px;
    font-weight: 700;
    color: #e7004c;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.inner-content h2 {
    font-size: 2.7rem;
    padding: 14px 0;
    font-weight: 700;
    color: #6d6e71;
}

.inner-content p {
    font-size: 1.7rem;
    line-height: 2.3rem;
    color: #6d6e71;
}

.inner-content p a {
    font-weight: 700;
}

.inner-content a {
    font-weight: 700;
}

.inner-content h3 {
    font-size: 2.2rem;
    padding: 14px 0;
    font-weight: 700;
    color: #6d6e71;
}

.woocommerce-info {
    border-top-color: #6d6e71;
}

.woocommerce-info::before {
    color: #6d6e71;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    position: relative;
    top: initial;
    right: 0;
    margin-left: 0.53em;
}

a.added_to_cart.wc-forward {
    margin-left: 5px;
}

.woocommerce-message::before {
    content: "\e015";
    color: #e7004c;
}

.woocommerce-message {
    border-top-color: #e7004c;
}

span.woocommerce-Price-currencySymbol {
    padding-right: 5px;
}

button[name="apply_coupon"] {
    border-radius: 0px !important;
    background-color: #e7004c !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 10px 12px !important;
    outline: none;
}

button[name="update_cart"] {
    background: #6d6e71 !important;
    border-radius: 0px !important;
    color: #fff !important;
    outline: none !important;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 140px;
}

.checkout-button {
    background-color: #e7004c !important;
    border-radius: 0px !important;
}

.checkout-button {
    background-color: #e7004c !important;
    border-radius: 0px !important;
}

.summary.entry-summary .single_add_to_cart_button {
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 15px !important;
    outline: none;
    color: #ea094b !important;
    background-color: #fef2f6 !important;
}

.summary.entry-summary .single_add_to_cart_button.added {
    color: #fff !important;
    background: #ea094b !important;
}

.summary.entry-summary .single_add_to_cart_button:hover {
    color: #ea094b !important;
    background: #fef2f6 !important;
}

.summary.entry-summary .single_add_to_cart_button.added:hover {
    color: #fff !important;
    background: #ea094b !important;
}

.summary.entry-summary input.qty {
    height: 45px;
    border-radius: 15px;
    border: 1px solid #6d6e71;
    outline: none;
}

.woocommerce ul.products li.product a img {
    text-align: center;
    padding: 18px 12px;
    position: relative;
    background: #fbfbfb;
    border-radius: 24px;
}

.product.type-product h3.woocommerce-loop-product__title {
    color: #24272a;
    font-size: 1.9rem !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
    text-align: center;
    padding-top: 0 !important;
    line-height: 2.5rem;
    /* width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    padding-bottom: 6px !important;
}

.related.products .product h3 {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 160px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.woocommerce ul.products li.product .button {
    padding: 1.4rem 0;
    font-size: 1.6rem !important;
    color: #ea094b;
    background: #fef2f6;
    border-radius: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}

.woocommerce ul.products li.product .button.ajax_add_to_cart.added {
    background: #ea094b;
    color: #fff;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    content: url(assets/images/btn-tick.png);
}

.cat-products .price {
    height: 44px;
}

.wcps-design-1 .woocommerce ul.products li.product,
.wcps-design-1 .woocommerce-page ul.products li.product {
    text-align: left !important;
}

.woocommerce div.product form.cart .variations {
    margin-top: 10px;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-width: 100% !important;
    border: 1px solid #6d6e71 !important;
    height: 40px;
    outline: none;
    font-weight: 500;
    padding: 0 10px !important;
    font-size: 16px;
    border-radius: 0px !important;
}

.woocommerce div.product form.cart .variations label {
    font-size: 3rem;
}

.woocommerce form.checkout_coupon {
    padding: 10px;
    border-radius: 0px;
}

.woocommerce-form-coupon .input-text {
    height: 35px;
    border-radius: 0px;
    border: 1px solid #6d6e71;
}

.woocommerce-checkout h3 {
    font-weight: 500;
    color: #6d6e71;
    font-size: 2.1rem;
    padding-top: 14px;
    padding-bottom: 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border-radius: 0px;
    outline: none;
    background-color: #e7004c;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #6d6e71;
    border-radius: 0px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.woocommerce ul.products {
    margin-bottom: 0px;
}

.cat-products h1 {
    font-size: 4rem;
    padding: 0 0 10px;
    font-weight: 400;
    color: #24272a;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.woocommerce .woocommerce-result-count {
    color: #58595b;
    font-size: 2.3rem !important;
}

.cat-products select.orderby {
    width: 100%;
    min-width: 100% !important;
    border: 1px solid #6d6e71 !important;
    height: 40px;
    outline: none;
    font-weight: 500;
    padding: 0 10px !important;
    font-size: 16px;
    border-radius: 0px !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range {
    background: #6c6d70;
}

.password-input {
    width: 100%;
}

.woocommerce button.button {
    letter-spacing: 2px;
    background: #fef2f6;
    border: none;
    text-transform: uppercase;
    color: #e7004c;
    font-size: 1.4rem;
    text-align: center;
    outline: none;
    line-height: initial;
    border-radius: 0px;
    margin-top: 0rem;
    font-weight: 500;
    padding: 1rem 1.6rem;
}

.woocommerce button.button:hover {
    background: #fef2f6;
    color: #e7004c;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    background: #eeeeee;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}

.woocommerce-MyAccount-navigation li {
    padding: 17px 20px;
    border-bottom: 1px solid #d6d7d8;
    color: #e9004c;
    font-weight: 700;
    font-size: 1.8rem;
    list-style: none;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0px;
}

.woocommerce table.shop_table {
    border-radius: 0px;
    border-bottom: 1px solid #d6d7d8;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 10px;
}

.woocommerce table.my_account_orders {
    font-size: 1.7rem;
}

.woocommerce table.my_account_orders .button {
    background: #6d6e71;
    border: none;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 1.6rem;
    text-align: center;
    outline: none;
    line-height: initial;
    border-radius: 0px;
    font-weight: 500;
    padding: 6px 14px;
}

.u-column1.col-1.woocommerce-Address {
    max-width: 100%;
    padding: 0;
}

.woocommerce-Address address {
    font-size: 2rem;
    margin-top: 17px;
    line-height: 3rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d6d7d8;
    margin: 1em 0;
    border-radius: 0px;
}

.wc-quick-view-modal.with-product-image.with-product-details {
    height: auto;
    border-radius: 40px;
}

.woosb-products .woosb-product .woosb-price .amount {
    display: block;
}

.wc-quick-view-product .woosb-wrap.woosb-bundled {
    max-height: 280px;
    overflow-y: scroll;
}

.wc-quick-view-modal .product .images img {
    border-radius: 40px;
}


/* Inner Content */


/* Search */

.search-div-wrap {
    vertical-align: top;
    padding: 70px 0;
    width: 100%;
    background: #e5e6e8;
}

.fancybox-slide--html {
    padding: 0 !important;
}

.fancybox-slide--current .animated-modal {
    transform: translateY(0);
    opacity: 1;
}

.search-div-wrap button.fancybox-button.fancybox-close-small {
    color: #7d7d7dcc;
    padding: 10px;
    right: 14%;
    top: 39%;
    position: absolute;
}

.search-div {
    width: 65%;
    margin: 0 auto;
    position: relative;
}

#ajaxsearchliteres2,
#ajaxsearchliteres1 {
    z-index: 999999;
    position: fixed;
}

.search-single {
    min-height: auto !important;
    margin-bottom: 30px;
}

.search-single img {
    height: 29vh !important;
}

.search-single .rec-sin-det {
    padding: 2rem 3rem;
}


/* Favorites */

.favorites-list li {
    padding: 10px !important;
    border-top: 0px !important;
}


/* Contact */

#googlemaps {
    background: #f1f3f7;
    height: 100%;
    width: 100%;
}

.contact-page {
    margin-bottom: 35px;
}

.map-area-wrap {
    position: relative;
    height: 830px;
}

.contact-form {
    top: 0;
    bottom: 0;
    padding: 0;
    margin-left: 58.33333333%;
    position: absolute;
}

.contact-form form {
    background: #d91e48;
    padding: 30px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.contact-form form p {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.3rem;
}

.contact-form form label {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form-control {
    height: 32px;
    padding: 6px 12px;
    font-size: 1.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #262626;
    outline: none;
}

.contact-form textarea.form-control {
    height: 100px;
}

.contact-form input[type="submit"] {
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    outline: none;
}

.contact-form div.wpcf7 .ajax-loader {
    display: none;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    border-color: transparent;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    margin: 0;
    padding-top: 16px;
}

#contact_address {
    background: #d91e48;
    padding: 40px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: inherit;
}

#contact_address h3 {
    font-size: 3.5rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
    line-height: 4rem;
    font-weight: 600;
}

#contact_address p {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    padding: 0;
    line-height: 2.5rem;
}

#contact_address p i {
    margin-right: 16px;
}

.product_meta .posted_in {
    display: none;
}

.product_meta .tagged_as {
    display: none;
}

.single-product span.sku_wrapper {
    margin-top: 2rem;
}

#tab-additional_information h2 {
    margin-bottom: 2.5rem;
}

#tab-additional_information p:nth-child(4),
#tab-additional_information p:nth-child(3),
#tab-additional_information p:nth-child(2) {
    display: none;
}

.btn-download {
    background: #6d6e71;
    color: #fff;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
    margin: 2rem 0 0 0;
}

a.btn-download:hover {
    color: #fff;
}

.filter-btn-wrap {
    display: none;
}

.filt-btn {
    background: #e7004c;
    display: inline-block;
    padding: 8px 14px;
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.wpf_item label {
    font-size: 1.4rem;
}

.wpf_item input[type="checkbox"] {
    margin: 0;
}

.woocommerce-cart .variation .variation-Bundledproducts {
    display: none;
}

ol.privacy-list li ul {
    padding: 6px 0 6px 36px;
}

ol.privacy-list li ul li {
    padding: 2px 0px;
    line-height: 19px;
    font-size: 1.7rem;
    list-style-type: disc;
}

ol.privacy-list p {
    padding: 10px 0 0px 0px;
}

ul.ingredients_list li {
    color: #6d6e71;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 2px 0;
    padding: 0 14px;
    position: relative;
    list-style: none;
}

ul.ingredients_list li:before {
    position: absolute;
    content: url(assets/images/me-bull-img.jpg);
    left: 0;
    line-height: initial;
}

@media (max-width: 576px) {
    .hero-section .caption h5 {
        font-size: 2rem;
        margin-bottom: 5px !important;
    }
    .hero-section .caption h2 {
        font-size: 2.5rem;
        margin-bottom: 3px !important;
    }
    .hero-section .caption p {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .page-template-bundles-php .hero-section .caption-inner .caption-content {
        top: 34% !important;
        left: 5% !important;
    }
    .page-template-bundles-php .hero-section .caption h2 {
        font-size: 2.4rem !important;
    }
}

@media (max-width: 430px) {
    .hero-section .caption h5 {
        font-size: 1.7rem !important;
        margin-bottom: 5px !important;
    }
    .hero-section .caption h2 {
        font-size: 2.2rem !important;
        margin-bottom: 3px !important;
    }
    .hero-section .caption p {
        font-size: 1.4rem !important;
        margin-bottom: 3px !important;
    }
}

@media (max-width: 380px) {
    .hero-section .caption p {
        font-size: 1.4rem !important;
        margin-bottom: 0px !important;
    }
    .hero-section .caption h2 {
        font-size: 1.8rem !important;
        margin-bottom: 3px !important;
    }
    .page-template-bundles-php .hero-section .caption h2 {
        font-size: 2rem !important;
    }
    .page-template-bundles-php .hero-section .caption p {
        font-size: 1.2rem !important;
    }
    .slider-cont .search form input::placeholder {
        font-size: 2.2rem;
    }
}

@media (min-width: 575px) {
    .cat-slider-section .owl-nav {
        justify-content: space-between;
        margin: 0;
        position: absolute;
        top: 30%;
    }
}

h3.wbb_box_title {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0 0 3rem 0;
}

.wbb_col_inner p.woocommerce-loop-product__title {
    min-height: inherit !important;
}

.wbb_bundle_builder_left_body span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.wbb_warning {
    display: none;
}

.wbb_product_nav {
    display: none;
}

.wbb_view_bundle button {
    background: #e7004c;
    border: 0;
    color: #fff;
    margin: 0 0 2rem 0;
    padding: 1rem 1.6rem;
}

.wbb_product_qty button {
    color: #fff;
    background: #e7004c;
    padding: 5%;
    border: 0;
    font-size: 2rem;
}

.wbb_col_inner p.woocommerce-loop-product__title {
    min-height: 50px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #333;
    text-overflow: ellipsis;
    width: 150px;
    overflow: hidden;
}

#product-7196 .related,
#product-7196 .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

label[for="bapf_1_15"] {
    visibility: hidden;
}

input#bapf_1_15 {
    display: none;
}

.checkout_coupon button.button {
    margin-top: 0;
    line-height: 1.6rem;
    padding: 0;
}

.coupon button.button {
    margin-top: 0;
    font-size: 1.2rem;
}

.wbb_add_to_cart {
    margin: 0 0 1rem 0;
}

.summary.entry-summary .cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.summary.entry-summary .cart i {
    font-size: 36px;
    vertical-align: middle;
    color: #e7004c;
    margin-left: 5px;
    cursor: pointer;
}

.favorites-list li img {
    max-height: 120px;
    width: auto !important;
    max-width: 100% !important;
    border-radius: 15px;
    margin: 0 !important;
    display: inline-block;
}

.favorites-list li h4 {
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 14px;
}

.favorites-list li {
    text-align: center;
}

ul.ingredients_list li:empty {
    display: none;
}


/* New Css*/

@media (min-width: 768px) {
    .term-ready-bundles .product.type-product h2.woocommerce-loop-product__title {
        width: 175px;
    }
}

.related-prod .product {
    width: 100% !important;
}

.related-prod .button {
    float: none !important;
}


/* New layout CSS */

.woocommerce-checkout-review-order-table .product-name img {
    width: 100px !important;
}

.woocommerce-checkout-review-order-table form.checkout_coupon {
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    p#billing_address_1_field {
        width: 60%;
        display: inline-block;
    }
    p#billing_address_2_field {
        width: 40%;
        display: inline-block;
    }
    p#billing_state_field,
    p#billing_city_field,
    p#billing_postcode1_field,
    p#billing_phone_field,
    p#shipping_state_field,
    p#shipping_city_field,
    p#shipping_postcode1_field,
    p#shipping_phone_field {
        width: 33.33%;
        display: inline-block;
    }
    p#billing_email_field,
    p#billing_phone_field,
    p#shipping_email_field {
        width: 50%;
        display: inline-block;
    }
    p#shipping_phone_field {
        width: 100%;
    }
    p#billing_postcode1_field,
    p#shipping_postcode1_field {
        position: relative;
        top: 3px;
    }
}

@media screen and (min-width: 1200px) {
    .wpmc-tabs-wrapper .wpmc-tab-text {
        font-size: 18px;
        color: #6d6e71;
    }
}

div#checkout_coupon {
    display: none !important;
}

.coupon_checkout form {
    border: 0px;
}

.woocommerce-checkout,
.form-basic label {
    color: #000 !important;
}

.item-table .cart_item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #6d6e71;
    padding: 5px 0;
    margin-right: 10px;
}

.item-table .cart_item:last-child {
    border: none;
}

.item-table .cart_item .product-img {
    width: 25%;
    display: inline-block;
    margin-right: 25px;
}

.item-table .cart_item .product-img img {
    height: 70px !important;
}

.item-table .cart_item .product-name {
    width: 50%;
    display: inline-block;
}

.item-table .cart_item .product-total {
    width: 19%;
    display: inline-block;
}

.item-table .product-total span.woocommerce-Price-amount.amount {
    background: #e7004c;
    color: #fff;
    padding: 2px 14px;
    border-radius: 5px;
}

.cart-subtotal {
    margin-top: 18px;
}

.cart-subtotal div {
    width: 49%;
    text-align: center;
    font-size: 2rem;
    display: inline-block;
}

.cart-subtotal .woocommerce-Price-amount {
    font-weight: 700;
}

.total-tabel .checkout_coupon {
    border: 1px solid #6d6e71 !important;
    border-left: none !important;
    border-right: none !important;
}

.total-tabel input[name="apply_coupon"] {
    border-radius: 0px;
    outline: none;
    background-color: #e7004c;
    color: #fff;
    line-height: initial;
}

.total-tabel input[name="apply_coupon"]:hover {
    background-color: #e7004c;
    color: #fff;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-top: 15px;
}

.coupon_checkout .form-row-first {
    width: 70% !important;
}

.coupon_checkout .form-row-last {
    width: 30% !important;
}

.checkout_coupon .form-row {
    padding: 0;
    margin: 0;
}

.total-tabel .woocommerce-shipping-totals div,
.cart-discount div,
.order-total div {
    width: 49%;
    text-align: center;
    font-size: 2rem;
    display: inline-block;
}

.total-tabel #shipping_method label {
    font-size: inherit !important;
    color: inherit !important;
}

.total-tabel .cart-discount {
    padding: 10px 0;
}

.total-tabel {
    padding-bottom: 20px;
}

.woocommerce-order-received input[type="submit"] {
    background-color: #e7004c;
    color: #fff;
    margin-top: 10px;
    outline: none;
    border: none;
    padding: 14px;
}

.woocommerce-thankyou-order-details li {
    font-size: 1.8rem !important;
}

.woocommerce-order-received table.shop_table {
    border: none;
}

.woocommerce-order-received table.shop_table td {
    border-top: 1px solid #6d6e71;
}

li.xoo-wsc-notice-success {
    display: none !important;
}

.form-row.create-account {
    padding: 0px 3px !important;
}

.form-row.create-account input {
    margin-right: 0px !important;
}

h3#ship-to-different-address {
    padding-top: 5px;
    padding-left: 3px;
}

.xoo-wsch-text {
    font-size: 1.9rem;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
    color: #e7004c;
    text-align: center;
}

.related-prod h3.woocommerce-loop-product__title {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .item-table .cart_item .product-img {
        width: 20%;
    }
}


/* user submitted css*/

div#user-submitted-posts form {
    padding: 0;
}

div#user-submitted-posts fieldset label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000 !important;
}

div#user-submitted-posts fieldset input.usp-input,
div#user-submitted-posts fieldset select {
    width: 100% !important;
    border: 1px solid #6d6e71 !important;
    height: 40px;
    margin: 5px 0px;
    outline: none;
    font-weight: 500;
    padding: 0 10px;
    font-size: 16px;
}

div#user-submitted-posts .chosen-container[style] {
    width: 100% !important;
    margin: 5px 0 !important;
}

.chosen-container-multi .chosen-choices {
    padding: 3px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 0px 5px 0px 0;
    padding: 10px 20px 10px 5px;
    background-color: #6d6e71;
    background-image: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-color: #6d6e71;
    background-image: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 11px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    background-position: -41px 2px;
}

input#user-submitted-post {
    background: #e9004c;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    outline: none;
    line-height: initial;
    padding: 8px 14px;
}

.user-recipe-submissions pre {
    white-space: initial;
    overflow: unset;
}

.user-recipe-submissions .usp-login {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 30px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-shadow: none;
    border: 1px solid #d6d7d8;
}

.usp-login h3 {
    font-size: 2.2rem !important;
}

.user-recipe-submissions .usp-login .tabs_login {
    padding-bottom: 30px !important;
}

.user-recipe-submissions .usp-login .username input,
.user-recipe-submissions .usp-login .password input,
.user-recipe-submissions input[type="text"] {
    width: 100%;
    border: 1px solid rgba(139, 147, 165, 0.15);
    outline: none;
    font-weight: 400 !important;
    padding: 0 10px;
    color: #8B93A5;
    font-size: 1.6rem !important;
    font: inherit;
    background: rgba(245, 244, 244, 0.15);
    border-radius: 15px;
    height: 45px !important;
}

.user-recipe-submissions textarea {
    width: 100% !important;
    border: 1px solid rgba(139, 147, 165, 0.15);
    outline: none;
    font-weight: 400 !important;
    padding: 6px 10px;
    font-size: 1.6rem !important;
    line-height: 2.2rem;
    color: #8B93A5 !important;
    border-radius: 15px;
    resize: none;
}

.user-recipe-submissions .usp-login .username,
.user-recipe-submissions .usp-login .password,
.user-recipe-submissions .usp-login .login_fields {
    overflow: unset;
}

.user-recipe-submissions .usp-login label,
.user-recipe-submissions label {
    font-size: 1.7rem;
    width: 100%;
    font-weight: 400;
    color: rgba(36, 39, 42, 0.5) !important;
    padding: 10px 0px;
}

.user-recipe-submissions .tabs_login li {
    display: inline-block;
    padding-right: 48px;
}

.user-recipe-submissions .usp-login .tabs_login li a {
    height: 32px;
    display: block;
    padding: 0 22px;
    line-height: 30px;
    text-decoration: none;
    border: none;
    color: #6d6e71;
    background: transparent;
    font-size: 1.8rem;
}

.user-recipe-submissions .usp-login .tabs_login li.active_tab a {
    font-weight: 400;
    color: #ffffff;
    background: #e9004c;
}

.user-recipe-submissions .usp-login .tab_content {
    padding: 0;
    background: transparent;
}

.user-recipe-submissions .usp-login .tab_container {
    background-color: transparent;
}

.user-recipe-submissions .user-submit,
.usp-submit {
    border: none;
    background: rgba(36, 39, 42, 1);
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    outline: none;
    padding: 8px 24px;
    line-height: initial;
    display: block;
    width: 100%;
    border-radius: 15px;
    height: 45px;
}

.user-recipe-submissions .selectize-input {
    border: 1px solid rgba(139, 147, 165, 0.15);
    box-shadow: none;
    color: #8B93A5;
    font-size: 1.6rem;
    height: 45px;
    border-radius: 15px;
    padding: 12px 8px
}

.selectize-dropdown.usp-select {
    font-size: 1.6rem;
}

.syr-guide h2 {
    font-size: 3.5rem;
    padding: 16px 0;
    color: #e7004c;
    line-height: 4.5rem;
}

.syr-guide h3 {
    font-size: 2rem;
    color: #6d6e71;
}

.user-recipe-submissions .col-sm-12 {
    padding: 5px 0px;
}

.user-recipe-submissions .selectize-input.dropdown-active {
    border-radius: 15px;
}

.user-recipe-submissions .selectize-input.focus {
    box-shadow: none;
}


/* .user-recipe-submissions .col-sm-4, .user-recipe-submissions .col-sm-6{
  padding: 0 5px;
} */

.syr-top-content {
    background: #F7F7F7;
    border-bottom-left-radius: 100px;
    padding: 45px 0px;
    border-bottom-right-radius: 100px;
}

.tips-wrap {
    background: #FEF2F6;
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 30px;
}

.feat-tips {
    align-items: center;
    display: flex;
    padding: 10px 0;
}

.feat-tips-icon {
    width: 55px;
}

.feat-tips-icon img {
    display: inline-block;
}

.feat-tips-txt {
    color: #EA094B;
    padding: 0 0 0 0px;
    width: calc(100% - 55px);
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.photo-guide-wrap {
    background: #F7F7F7;
    border-radius: 50px;
    padding: 40px;
}

.photo-guide-wrap h2 {
    color: #24272A;
}

.photo-guide-wrap p {
    color: #8B93A5;
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 20px;
}

.photo-guide-wrap ul {
    list-style: none;
    padding: 16px 0;
}

.photo-guide-wrap ul li {
    width: 49%;
    display: inline-block;
}

.photo-guide-wrap span {
    color: #EA094B;
    font-size: 1.8rem;
    padding-top: 22px;
    display: block;
}

.user-recieps-list li {
    color: #6d6e71;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 6px 0;
    padding: 0 14px;
    position: relative;
    list-style: none;
}

.user-recieps-list li:before {
    position: absolute;
    content: url(assets/images/me-bull-img.jpg);
    left: 0;
    line-height: initial;
}

.user-recieps-list li a {
    font-weight: 400;
}

div#wp-uspcontent-wrap {
    margin: 8px 0;
}

#wp-uspcustom-media-buttons {
    display: none;
}

.usp-success {
    background: #e6094a;
    padding: 16px;
    margin: 5px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 1.8rem;
}

span.usp-image-wrap {
    padding: 12px;
}


/* Floating Elements*/


/* .float-element {
    position: absolute;
}
.float-element img {
    width: 60%;
    display: inline-block;
}
.float-element.F-elem1 {
    bottom: -135px;
}
.float-element.F-elem2 {
    right: -75px;
    top: 120px;
}
.float-element.F-elem3 {
    right: -84px;
    bottom: -82px;
}
.float-element.F-elem4 {
    right: -59px;
    top: -82px;
}
.float-element.F-elem6 {
    right: -74px;
    bottom: -115px;
}
.float-element.F-elem7 {
    bottom: 70px;
    left: 78px;
}
.float-element.F-elem8 {
    right: -67px;
    bottom: -36px;
} */


/*Review Plugin*/

.view-review-list .xs-review-date {
    position: relative;
    top: 5px;
}

.xs-review-summery {
    display: block;
    margin-top: 6px;
}

#xs-review-box .write-reivew-headding,
#xs-review-box .total-reivew-headding {
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #24272A;
}

.public-xs-review-box,
.view-review-list {
    position: relative;
    z-index: 2;
}

/*.button-with-icon-and-badge.nav-cart-btn {*/
/*    display: none !important;*/
/*}*/

.single_add_to_cart_button {
    display: none !important;
}


/* remove this to enable add to cart button*/

.add_to_cart_button {
    display: none !important;
}

.product_type_woosb {
   display: none !important;
}

.product_type_simple {
    display: none !important;
}


/* remove this to enable add to cart button*/