/*----------------------------------------------------------------- 
Main Style :Stylesheet Template Name : dream bowls 
Author : EZ Rankings 
Version : 3.0 
Primary Use : dream bowls 
Design by : Yograj 
-----------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: 'Barlow', sans-serif;
}

/* body {
    font-family: 'DM Serif Display', serif;
} */

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    cursor: pointer;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ================================
header section start here
=================================== */

.top-info {
    display: flex;
    justify-content: end;
    margin-right: 18px;
}

.logo img {
    width: 150px;
}

.top-info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
}

.top-info form {
    position: relative;
    margin-right: 35px;
}

ul.social-meida {
    display: flex;
    align-items: center;
    margin-right: 60px;
    position: relative;
    margin-top: 7px;
    gap: 26px;
}

ul.social-meida:after {
    content: "";
    top: 3px;
    right: -30px;
    width: 1px;
    height: 22px;
    background: #c3baba;
    position: absolute;
}

.top-info form input {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 39px;
    padding: 12px 10px 10px 34px;
    font-size: 16px;
    font-family: Barlow;
    color: #292828;
    background: transparent;
}

ul.navbar-nav li a:active {
    border-bottom: 1px solid #ccc;
}

ul.navbar-nav li a.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #68b455;
}

.top-info ul li {}

.top-info ul li {
    position: relative;
}

.top-info form button {
    position: absolute;
    left: 15px;
    top: 4px;
    border: none;
    background: none;
}

.top-info form button i {
    transform: rotate(87deg);
    color: #68b455;
}

.top-info ul + ul li:last-child {
    border-right: none;
    display: none;
}

.top-info ul li i {
    font-size: 20px;
    padding-right: 5px;
    color: #68b455;
}

section.nav-sec {
    background: #fbfbfb;
}

.top-info ul li a {
    color: #595555;
    font-weight: 500;
    text-transform: uppercase;
}

.top-info ul li span {
    position: absolute;
    right: -13px;
    top: -3px;
    color: #ffffff;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    background: #d42b34;
}

section.banner-sec {
    background: #d42b34;
}
ul.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px !important;
}

header {
    display: flex;
    align-items: center;
    padding: 10px 0px 10px;
}

ul.navbar-nav {
    justify-content: center;
    gap: 78px;
}
ul.navbar-nav li a.active {
    color: #68b455 !important;
    font-weight: 600;
    position: relative;
}
ul.social-meida li:hover a i {
    color: #d42b34;
}

ul.navbar-nav li a {
    color: #333232 !important;
    font-weight: 600;
    font-family: 'Barlow';
}

ul.navbar-nav li:hover {
    color: #68b455 !important;
}

ul.navbar-nav li:last-child a:hover {}

section.banner-sec {
    position: relative;
    overflow: hidden;
}

.banner-wrap {
    z-index: 2;
    margin-top: 158px;
}

section.banner-sec {
    min-height: 600px;
    max-height: 600px;
}


.banner-img {
    position: relative;
}

.banner-wrap h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-wrap p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.silder-text a.main-btn {
    background: #d42b34;
}

.categories-info a.main-btn:hover {
    background: #68b455;
}

a.main-btn {
    background: #68b455;
    padding: 12px 20px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.5s;
    border-radius: 50px;
    font-family: 'Montserrat';
    margin-top: 8px;
}

a.main-btn:hover {
    background: #d42b34;
    color: #fff;
}

.top-info form input::placeholder {
    color: #000 !important;
}

/* ================================
header section end here
=================================== */


/* ================================
banner section start here
=================================== */
img.left-img {
    position: absolute;
    bottom: -153px;
    width: 300px;
    left: -74px;
    transform: rotate(45deg);
}

/* ================================
banner section end here
=================================== */

.single-static {
    text-align: center;
}

.single-static img {
    width: 50px;
}

.single-static-meta {
    padding-left: 10px;
}

.static-area-wrap .col-md-3 {
    padding: 0px !important;
}

.single-static-meta h4:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100px;
    height: 1.5px;
    background: #68b455;
    margin: 0 auto;
}

.single-static figure {
    border: 2px solid #68b455;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 100px;
    line-height: 77px;
}

.single-static figure:hover {
    background: #68b455;
    border-color: #68b455;
}

.single-static figure:hover img {
    filter: brightness(0) invert(1);
}

.single-static-meta h4 {
    font-size: 18px;
    color: #000;
    font-family: 'Barlow';
    font-weight: 600;
    margin: 0;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 10px;
}
.single-static-meta p {
    color: #615d5d;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}

section.static-area {
    padding: 80px 0px;
}

.about h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.about p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.about a.main-btn {
    background: #d42b34;
    color: #fff;
}

.about a.main-btn:hover {
    background: #68b455;
}

section.top-baar {
    background: #d42b34;
    padding: 10px 0px;
}

.top-baar-wrap p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

h2.heading-title {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
}



.btn-atc a {
    color: #000000 !important;
    display: inline-block;
    font-size: 15px;
    line-height: 39px;
    padding: 2px 35px;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 115px;
    border: 1px solid #272727;
    transition: all .5s ease;
    border-radius: 25px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

a.woosw-btn:hover {
    color: #68b455;
}

.product-info figure img {
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.btn-atc a:hover {
    background: #d42b34;
    color: #fff !important;
    border-color: #d42b34;
}


div#product .owl-dots {
    display: none;
}

div#product .owl-nav {
    position: absolute;
    top: -78px;
    right: 0;
}

div#product .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

div#product .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}

div#product .owl-nav button span {
    font-size: 36px;
    line-height: 23px;
    color: #bbb3b3;
}

div#product .owl-nav button:hover {
    background: #d42b34;
}

div#product .owl-nav button:hover span {
    color: #fff;
}

div#product .owl-nav button {
    transition: 0.5s;
}

.pro-info h3 a {
    color: #000;
}

img.left-img1 {
    position: absolute;
    top: 15px;
    width: 760px;
    left: -82px;
}

section.about-sec {
    padding: 50px 0px;
    background: #fbfbfb;
}

section.our-categories-sec {
    background: #feddac;
    padding: 60px 0px;
}



.categories-info h2 span.categories-upto {
    display: block;
    font-size: 85px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-family: sans-serif;
    margin-bottom: 15px;
}


.categories-info h2 span.categories-off {
    color: #fff;
    font-weight: 800;
    font-size: 55px;
    margin-bottom: 20px;
    display: block;
}

section.our-categories-sec .product-wrap h2 {
    text-align: center;
}

.categories-product.penne-rigate figure img {}

.categories-product.penne-rigate .categories-info h3 {
    color: #fff;
    font-weight: 700;
}

.categories-product.penne-rigate .categories-info p {
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}

.amori-product {}

.row.amori-row {
    margin-top: 25px;
}

.amori-product figure img {
    height: 178px;
}

.amori-product h3 {}

.shop-now {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.shop-now a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

section.testimonial-sec {
    position: relative;
    padding: 60px 0px;
    background-size: cover !important;
}

.testimonial-wrap h2 {
    text-align: center;
}

.testimonial-wrap h2 {
    margin: 0;
}

section.testimonial-sec .item {}

.testimonial-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-img-wrap figure img {
    width: 62px !important;
    height: 62px;
    object-fit: cover;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-name {
    padding-left: 10px;
}

.testimonial-name h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial p {
    font-size: 18px;
    line-height: 32px;
}

.testimonial p i {
    padding: 0px 10px;
    position: absolute;
}

div#testimonial .owl-nav {
    display: none;
}

div#testimonial .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

div#testimonial .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #fff;
}

div#testimonial .owl-dots button.owl-dot.active {
    background: #d42b34;
}

footer {
    background: #fbfbfb;
}

footer .footer-nav ul li {
    display: inline-block;
    padding-right: 18px;
}

.copyright p {
    margin: 0px;
    padding: 12px 0px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-family: 'Barlow';
}

.copyright p a {
    color: #c81e32;
    font-family: 'Barlow';
    font-weight: 600;
}

footer {
    padding: 50px 0px 0px;
}

.social-icons {
    text-align: right;
}

footer .footer-nav ul li a {
    color: #fff;
}

footer .footer-nav ul li a:hover {
    color: #d42b34;
}

.social-icons a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    background: #d42b34;
    margin-left: 10px;
}

.social-icons a i {
    color: #ffffff;
}

.social-icons a:hover {
    background: #68b455;
}

.social-icons a:hover i {
    color: #fff;
}

.save-big-img img {
    width: 600px;
}

.save-big-wrap {
    padding-left: 100px;
}





.categories-info figure {
    overflow: hidden;
}

.categories-info {
    overflow: hidden;
}

.amori-product figure {
    overflow: hidden;
    position: relative;
}


.categories-info {
    position: relative;
}

.categories-info a.main-btn {
    font-size: 13px;
    padding: 10px 18px;
    background: #d42b34;
}

.amori-product {
    position: relative;
}





.amori-product figure img {
    transform: scale(1);
    transition: 2s;
}

.amori-product figure:hover img {
    transform: scale(1.2);
}

.product-info figure img {
    transform: scale(1);
    transition: 2s;
}

.product-info figure:hover img {
    transform: scale(1.1);
}

.amori-row .col-md-6:first-child a.main-btn:hover {}

.product-wrap {}

/*  ----------------------------------
silder section start here
-------------------------------------- */

.silder-sec .carousel-indicators button {
    border-radius: 100px;
    background: #d42b34;
    width: 12px;
    height: 12px;
    border: none;
    margin-bottom: 10px;
}

.carousel-caption1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    width: 100%;
}

.silder-text h2 {
    font-size: 58px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 80px;
}

.silder-text h2 span {
    color: #d42b34;
}

.silder-text h3 {
    font-size: 54px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 60px;
}

.silder-text p {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    margin-top: 20px;
}

/*  ----------------------------------
silder section end here
-------------------------------------- */

/* ----------------------------------
footer section css start here 
------------------------------------*/
.footer-logo a img {
    width: 130px;
}

.footer-headding h2 {
    font-size: 18px;
    font-family: 'Barlow';
    color: #000;
    font-weight: 600;
}

.cannect-wrap {
    margin-top: 20px;
}

.cannect-wrap h4 {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #414040;
}

.cannect-wrap ul {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}

.cannect-wrap ul li a i {
    font-size: 17px;
    color: #68b455;
}

.cannect-wrap ul li {
    margin-top: 5px;
}

.footer-headding ul li a {
    font-size: 16px;
    font-family: 'Barlow';
}

.footer-headding ul {
    padding-left: 18px;
}

.footer-headding ul li {
    list-style: disc;
    color: #171917;
    font-size: 14px;
    line-height: 27px;
}

.footer-headding ul li a {
    font-size: 16px;
    color: #333232;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-headding ul li a:hover {
    color: #d42b34;
}

.footer-headding ul li:hover {
    color: #d42b34;
}

.newsletter-form input {
    padding: 0px 10px;
    line-height: 48px;
    background: transparent;
    border: 2px solid #e5e0e0;
    border-radius: 8px;
    width: 100%;
    position: relative;
    font-family: 'Barlow';
    font-weight: 400;
}

form.newsletter-form {
    margin-top: 15px;
    position: relative;
}

.newsletter-form button {
    position: absolute;
    top: 8px;
    right: 7px;
    background: #68b455;
    border: none;
    font-family: 'Barlow';
    padding: 6px 8px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
}

.newsletter-form button:hover {
    background: #d42b34;
}

.payment-method {
    margin: 15px 0px;
}

.payment-method h3 {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 500;
    color: #414040;
}

.payment-method figure img {
    width: 364px;
}

.payment-method figure {
    margin-top: 15px;
}

.copyright {
    border-top: 1px solid #ccc;
}

/* ----------------------------------
footer section css end here 
------------------------------------*/
section.testimonial-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #68b455ed;
}

.testimonial-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.testimonial-wrap h2 {
    color: #fff;
}

.testimonial {
    display: flex;
    justify-content: flex-start;
    background: #fff;
    padding: 20px 45px;
    gap: 20px;
    position: relative;
    align-items: center;
}

.testimonial img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #d42b34;
}

.testimonial p {
    font-family: 'Barlow';
    font-size: 16px;
    color: #726e6e;
    margin: 0px;
    font-weight: 400;
    line-height: 28px;
}

.testimonial-wrap p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 10px 0px;
}

.testimonial p span {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 40px;
    transform: rotate(0deg);
    width: 60px;
    height: 40px;
    border-bottom: solid 25px rgb(200, 30, 50);
    border-right: solid 32px rgb(200, 30, 50);
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
    text-align: center;
}

.testimonial p span i {
    color: #fff;
    font-weight: 200;
}

.testimonial-name {
    text-align: center;
    width: 160px;
}

.testimonial-name h2 {
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 16px;
}

.testimonial-name h4 {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat';
    margin: 0;
}

.testimonial-name {
    position: relative;
}

.testimonial-name:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 66px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.amori-product .categories-title {
    top: 12px;
    left: 12px;
}

.amori-product .categories-title h3 {
    font-size: 20px;
}

.amori-product .categories-title h4 {
    font-size: 16px;
}

.amori-product .categories-title a.main-btn {
    font-size: 13px;
    padding: 10px 18px;
}

.about-wrap h1 {
    text-align: center;
    font-size: 48px;
    color: #d42b34;
    margin-bottom: 20px;
}

.about-wrap h1 span {
    color: #f1b552;
}

.about-wrap p {
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 400;
    color: #161616;
    line-height: 30px;
}

.about-wrap {
    text-align: center;
}

footer {
    background-size: cover !important;
    position: relative;
}

footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfbfc;
}

.footer-logo {
    position: relative;
}

.footer-headding {
    position: relative;
}

.footer-bottom {
    position: relative;
    padding-top: 20px;
}

.silder-text a.main-btn:hover {
    background: #68b455;
}

section.brand-sec {
    padding: 60px 0px;
}

section.brand-sec .row {
    align-items: center;
}

.brand-text h2 {
    font-size: 42px;
    color: #68b455;
    margin-bottom: 20px;
}

.brand-text p {
    font-family: 'Barlow';
    font-size: 17px;
    font-weight: 400;
    color: #161616;
    line-height: 30px;
}

.brand-img figure {
    overflow: hidden;
}

.brand-img figure img {
    transform: scale(1);
    transition: 3s;
}

.brand-img figure:hover img {
    transform: scale(1.3);
}


.Values-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.Values-wrap ul li figure {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 100px;
    line-height: 68px;
}

.Values-wrap ul li {
    text-align: center;
}

section.values-sec:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d81f2ff5;
    position: absolute;
}

.Values-wrap {
    position: relative;
}

section.values-sec {
    background: #d81f2f;
    padding: 60px 0px;
    color: #fff;
    position: relative;
    background-size: cover !important;
}

.Values-wrap ul li h3 {
    padding: 15px 0px;
    margin: 0px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.Values-wrap ul li p {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Barlow';
    font-weight: 400;
}

.Values-wrap ul li figure img {
    width: 60px;
}

section.clients-sec {
    padding: 60px 0px;
}

.clients-wrap .clients figure img {
    width: 145px;
    height: 100px;
    object-fit: contain;
}

.clients-wrap .clients figure {
    margin: 0 auto;
    text-align: center;
    display: table;
}

div#clients .owl-dots {
    display: none;
}

div#clients .owl-nav button.owl-prev {
    position: absolute;
    top: 14px;
    left: 0;
}

div#clients .owl-nav button.owl-prev span {
    font-size: 46px;
}

div#clients .owl-nav button.owl-next {
    position: absolute;
    top: 14px;
    right: 0;
}

div#clients .owl-nav button.owl-next span {
    font-size: 46px;
}

section.our-categories-sec .col-md-12 .categories-product .categories-title {
    position: absolute;
    top: 37%;
    text-align: center;
    right: 8%;
}

section.our-categories-sec .col-md-6 .categories-product .categories-title {
    position: absolute;
    top: 28%;
    left: 25px;
}

section.our-categories-sec .col-md-12 .categories-product {
    margin-bottom: 27px;
}

section.our-categories-sec .col-md-12 .categories-product .categories-title h3 {
    font-size: 52px;
    font-weight: 900;
    color: #d52934;
}

section.our-categories-sec .col-md-6 .categories-product .categories-title {
    text-align: left;
}

section.our-categories-sec .col-md-12 .categories-product .categories-title p {
    font-size: 17px;
}

section.our-categories-sec .col-md-6 .categories-product .categories-title h4 {
    color: #d81f2f;
    font-family: 'DM Serif Display';
    font-size: 19px;
}




/* ----------------------------
about us page css start here
------------------------------- */


.inner-banner-wrap nav {}

.inner-banner-wrap nav ol.breadcrumb {
    margin: 0;
}

section.inner-banner-sec {
    padding: 150px 0px;
    background-size: cover !important;
}

.inner-banner-wrap h1 {
    font-size: 48px;
    font-family: 'DM Serif Display';
    font-weight: 900;
}

.inner-banner-wrap nav ol.breadcrumb li {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Barlow';
}

.inner-banner-wrap nav ol.breadcrumb li a {
    color: #000000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000000 !important;
}

.inner-about-us .about-wrap {
    text-align: left;
}

.inner-about-us .about-wrap h1 {
    text-align: left;
}

.inner-about-us .row {
    align-items: center;
}

.about-img figure {
    overflow: hidden;
}

.about-img figure img {
    transform: scale(1);
    transition: 3s;
}

.about-img figure:hover img {
    transform: scale(1.3);
}

.about-img figure img {
    width: 100%;
}

section.type-of-pasta-sec {
    padding: 60px 0px;
}

.type-of-pasta-wrap {
    text-align: center;
}

.type-of-pasta-wrap h2.heading-title {
    color: #d52934;
}

.type-of-pasta-wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}

.type-of-pasta-wrap ul li h3 {
    color: #f1b552;
    margin-top: 10px;
    font-size: 24px;
    text-transform: capitalize;
}

/* --------------------------
about us page css end here
----------------------------- */


/* --------------------------------
contact us page css start here
----------------------------------- */
section#contact {
    padding: 60px 0px;
}

.form-address-wrap {
    text-align: left;
}

.form-address-wrap ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 46px;
}

.icon i {
    font-size: 20px;
    color: #2f2b2b;
    width: 50px;
    height: 50px;
    border: 1px solid #2f2b2b;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    transition: 1s;
}

.adress h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.adress p {
    margin-bottom: 0px;
    font-family: 'Barlow';
    font-weight: 500;
    margin-top: 10px;
}

.adress p a {
    color: #000;
}

.social-icon-wrap ul.social-icon {
    margin-top: 40px;
}

.social-icon-wrap ul.social-icon {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.social-icon-wrap ul.social-icon li {
    display: contents;
}

.form-address-wrap ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 46px;
}

.social-icon-wrap ul.social-icon li a {
    width: 46px;
    height: 46px;
    border: 1px solid #68b455;
    border-radius: 100px;
    text-align: center;
    line-height: 46px;
    background: #68b455;
    transition: 1s;
}

.social-icon-wrap ul.social-icon li a i {
    color: #fff;
    font-size: 17px;
}

.social-icon-wrap ul.social-icon li a i {
    color: #29c2f4;
}

.social-icon-wrap ul.social-icon li a:hover {
    background: #d42b34;
    border-color: #d42b34;
}

.social-icon-wrap ul.social-icon li a i {
    color: #fff;
    font-size: 17px;
}

.contact-style1_form {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 19px 30px;
    z-index: 1;
}

.contact-style1_form .top-title {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.contact-style1_form .top-title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #000;
}

.contact-style1_form .top-title p {
    margin: 0;
}

.contact-form {
    position: relative;
    display: block;
}

.main-contact-form-area .form-group label {
    color: #000 !important;
    margin-bottom: 5px;
    font-family: 'Barlow';
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.main-contact-form-area .form-group input {
    height: 42px !important;
    border-radius: 4px !important;
    outline: none;
    margin-bottom: 10px;
    padding: 10px !important;
    font-family: 'Barlow' !important;
}

.main-contact-form-area .form-group textarea {
    border-radius: 4px !important;
    outline: none;
    margin-bottom: 10px;
}

.contact-form form textarea {
    height: 63px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.bannerbtn a {
    display: inline-block;
    transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    background: #d42b34;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    padding: 10px 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 50px;
}

.form-address-wrap {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    z-index: 1;
    height: 503px;
}

.bannerbtn a:hover {
    background: #68b455;
}

/* --------------------------------
contact us page css end here
----------------------------------- */


/* --------------------------------
product page css start here
----------------------------------- */
section.product-section {
    padding: 60px 0px 0px;
}

.product-wrap a img {
    width: 200px;
}

.product-section .product-wrap {
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 24px;
    border: 1px solid #cccccc38;
}

.product-wrap .add-to-cartS {}

.product-wrap .add-to-cartS button {
    background: #d42b34;
    height: 44px;
    display: inline-block;
    margin-top: 12px;
    transition: 1s;
    border-radius: 50px;
    padding: 0px 20px;
}

.product-wrap a figure {
    margin: 0 auto 9px;
    text-align: center;
}

.product-wrap .add-to-cartS button i {
    color: #fff;
    padding-right: 10px;
}

.product-wrap .add-to-cartS button span {
    color: #fff;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 15px;
}

section.testimonial-sec.inner-page-testimonial .item {
    margin-bottom: 30px;
}

.product-wrap .product-content {
    margin-top: 10px;
}

.product-wrap .product-content h3 a {
    color: #333232;
    font-size: 18px;
    font-weight: 500;
    font-family: Barlow;
}

.product-wrap .price-box span.price-sale {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: Barlow;
}

.product-wrap .price-box span.price-sale span.old-price {
    color: #464242;
    text-decoration: line-through;
    font-family: Barlow;
    font-weight: 500;
}

span.special-price {
    color: #333232;
    font-weight: 600;
}

.product-wrap .price-box span.price-sale span.price-item.discount-percentage {
    color: #68b455;
}

.product-wrap .add-to-cartS button:hover {
    background: #68b455;
}

.product-wrap .add-to-cartS button:focus {
    box-shadow: none;
}

/* --------------------------------
product page css end here
----------------------------------- */

/* -------------------------------
inner page testimonial css start 
---------------------------------- */
section.testimonial-sec.inner-page-testimonial:after {
    display: none;
}

.inner-page-testimonial .item .testimonial-name h2 {
    color: #000;
}

.inner-page-testimonial .item .testimonial-name h4 {
    color: #000;
    font-size: 14px;
}

.inner-page-testimonial .item .testimonial-name:after {
    display: none;
}

section.testimonial-sec.inner-page-testimonial .item .testimonial {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name {
    /* display: flex; */
    width: 100%;
    text-align: center;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name .clients-img img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 100px;
    border: 1px solid #ccc;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name .clients-img {
    padding-top: 6px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name .name {
    text-align: center;
    padding-left: 11px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name {
    margin-top: 10px;
    border-bottom: 1px solid #cccccc9e;
    padding-bottom: 22px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-name .name h2 {
    padding-top: 10px;
    font-size: 19px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-wrap {
    margin-bottom: 50px;
}

section.testimonial-sec.inner-page-testimonial .testimonial-wrap h2.heading-title {
    color: #000;
}

section.testimonial-sec.inner-page-testimonial .testimonial-wrap p {
    color: #000;
}

section.our-categories-sec .product-wrap {
    margin-bottom: 40px;
}

section.testimonial-sec.inner-page-testimonial .testimonial {
    padding: 20px;
}

.pagination-wrap {
    text-align: center;
    margin: 30px auto auto;
    display: table;
}

section.testimonial-sec.inner-page-testimonial {
    padding-bottom: 0px;
}

.pagination-wrap ul.pagination li a {
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}
.pagination-wrap ul.pagination li a:focus {
    box-shadow: none;
}
.pagination-wrap ul.pagination li a:hover {
    background: #dc3545;
    color: #fff;
}

/* -------------------------------
inner page testimonial css end
---------------------------------- */





.clients-inner {
    padding: 60px 0;

}

.clients-inner .clients-wrap {
    border-top: 1px solid #68b455;
    border-left: 1px solid #68b455;
    margin-bottom: 30px;
}

.clients-inner .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #68b455;
    border-bottom: 1px solid #68b455;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

.clients-inner img {
    transition: all 0.4s ease-in-out;
    width: 150px;
    height: 100px;
    object-fit: scale-down;
}

.clients-inner .col-lg-3.col-md-4.col-xs-6 {
    padding: 0px;
}

.clients-inner .client-logo:hover img {
    filter: grayscale(1);
}


/* -----------------------------------
product details page css start here
-------------------------------------- */



.slider-for {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.slide-container {
    height: 40vh;
    background-color: #fff;
    text-align: center;
    line-height: 40vh;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid #e2d8d8;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 4px;
}

.slide-btn {
    text-align: center;
    box-sizing: border-box;
    padding: 7px 20px;
    border: 1px solid #f5f0f0;
    cursor: pointer;
    color: #fff;
    margin-right: 8px;
    border-radius: 4px;
    width: 120px !important;
}

.slide-btn:hover {}

.slick-next {
    right: -47px;
    background: #2748ff;
    padding: 10p;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

section.product-details-section {
    padding: 60px 0px;
}

.prodect-info-wrap .slick-track figure img {
    width: 300px;
    object-fit: contain;
    margin: 0 auto;
}

.slide-btn figure img {
    width: 100px !important;
}

.product-information h2 {
    font-size: 30px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #333232;
    margin-bottom: 15px;
}

.product-information h2 small {
    font-size: 14px;
    margin-left: 8px;
    color: #808080;
}


.price-box span.price-sale {}

.price-box span.price-sale span.old-price {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
    color: #000000;
    margin-right: 4px;
    text-decoration: line-through;
}



.price-box span.price-sale span.special-price {
    font-size: 19px;
    font-family: 'Barlow';
    font-weight: 500;
    color: #080606;
}



.price-box span.price-sale span.price-item.discount-percentage {
    font-family: 'Barlow';
    font-weight: 500;
    color: #68b455;
    margin-left: 4px;
}

.product-tax {
    font-size: 15px;
    font-family: 'Barlow';
    color: #8a8484;
    font-weight: 400;
    margin-bottom: 15px;
}

.price-box {
    margin-bottom: 15px;
}

.product-tax a {
    text-decoration: revert;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.quantity h2 {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.quantity form p.qty {
    border: 1px solid #9e9999;
    padding: 7px 8px;
    width: 165px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity form p.qty button {
    border: transparent;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
}

.quantity form p.qty button input {
    text-align: center;
    margin: 0 auto;
    border: transparent !important;
    background: none;
}

.quantity form p.qty input {
    border: none;
    text-align: center;
    font-family: 'Barlow';
    font-weight: 500;
    color: #989595;
}
.product-form-buttons button.single_add_to_cart_button.button {
    background: #68b455 !important;
    color: #fff;
    font-weight: 500;
    transition: 0.2s;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-family: 'Barlow';
    padding: 10px;
    transition: 0.3s;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
}

.product-form-buttons button.single_add_to_cart_button.button:hover {
    background: #d42b34;
    border-color: #d42b34;
}

.product-form-buttons button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-family: 'Barlow';
    padding: 10px;
    background: transparent;
    transition: 0.3s;
    font-size: 17px;
}

.product-form-buttons button:hover {
    background: #d42b34;
    color: #fff;
}

.product-form-buttons button:last-child {
    background: #68b455;
    color: #fff;
    font-weight: 500;
    transition: 0.2s;
}

.product-form-buttons button:last-child:hover {
    background: #d42b34;
    border-color: #d42b34;
}

.quantity {
    margin-bottom: 0px;
    display: inline-flex;
}

.product-description h3 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
}

.product-description p {
    font-family: 'Barlow';
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.benefits h3 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
}

.benefits ul li {
    list-style: disc;
    font-family: 'Barlow';
    line-height: 28px;
    font-size: 16px;
}

.benefits ul {
    padding-left: 20px;
}

.benefits ul li span {
    color: #191818;
    font-weight: 500;
}

.trusted-wrap {
    margin-top: 20px;
}

.trusted-wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}

.trusted-wrap ul li figure {
    background: #68b455;
    width: 50px;
    height: 50px;
    line-height: 35px;
    border-radius: 100px;
    padding: 8px;
    transition: 1s;
}

.trusted-wrap ul li {
    display: flex;
    gap: 7px;
    align-items: center;
}

.trusted-wrap ul li h3 {
    font-size: 16px;
    color: #68b455;
    margin: 0;
    font-family: 'Barlow';
    font-weight: 500;
}


.trusted-wrap ul li:hover figure {
    background: #d42b34;
}

.prodect-info-wrap {
    position: sticky;
    top: 0;
}

.slider-nav .slick-current {
    border-color: #68b455;
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-product h2.heading-title {
    margin-bottom: 50px;
}

.related-product .item {
    border: 1px solid #e4e2e2;
    padding: 40px 0px;
    border-radius: 4px;
}

/* -----------------------------------
product details page css end  here
-------------------------------------- */



/* -----------------------------------
 Related Products section css  start here
-------------------------------------- */
section.related-product-sec {
    padding: 60px 0px;
    background: #fbfbfbfc;
}

section.related-product-sec .item .product-wrap figure img {
    width: 180px;
}

section.related-product-sec {
    text-align: center;
}

section.related-product-sec .item .product-wrap figure img {
    margin: 0 auto;
}


div#related-product .owl-dots {
    display: none;
}


div#related-product .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

div#related-product .owl-nav button {
    font-size: 29px;
}

/* -----------------------------------
 Related Products section css  end here
-------------------------------------- */

/* ----------------------------------
submenu css start here
------------------------------------*/


ul.navbar-nav li {
    position: relative;
}



.navbar {
    padding: 0px;
}

ul.navbar-nav li a {
    padding: 16px 0px !important;
}

ul.navbar-nav li ul.submenu li:last-child a {
}

ul.navbar-nav li ul.submenu li a:hover {
    background: #f9f5f5;
}
ul.navbar-nav li a i {
    padding-left: 10px;
}

ul.navbar-nav li ul.submenu li a i {
    position: absolute;
    top: 15px;
    right: 14px;
}

ul.navbar-nav li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav li ul.submenu li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav li ul.submenu li ul.submenu li {
    position: relative;
}

ul.navbar-nav li ul.submenu li ul.submenu li ul.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

ul.navbar-nav li ul.submenu li ul.submenu li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}
/* ----------------------------------
submenu css end here
------------------------------------*/

/* ----------------------------------
gift pack section css start here 
------------------------------------*/
section.gift-pack-sec {
    padding: 50px 0px;
}

.gift-pack-wrap {
    background: #2f3961;
    padding: 20px 20px;
}

.gift-pack-title h2 {
    color: #fff;
    font-family: 'Barlow';
    font-size: 36px;
    margin-bottom: 10px;
}
.pasta-pack h3 {
    color: #000;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 22px;
    background: #fff;
    padding: 6px 10px;
}

.pasta-pack ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ffffffc2;
    padding: 10px 0px;
}

.pasta-pack ul li span {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-weight: 500;
}
.gift-pack-img figure img {
    width: 100%;
    min-height: 200px;
    height: 322px;
    object-fit: cover;
}
.gift-pack-img figure {
    overflow: hidden;
}

.gift-pack-img figure img {
    transform: scale(1);
    transition: 3s;
}

.gift-pack-img figure:hover img {
    transform: scale(1.3);
}
/* ----------------------------------
gift pack section css end here 
------------------------------------*/
.testimonial-inner {
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
}
.testimonial-inner p {
    font-family: 'Barlow';
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}
.testimonial-review {
    text-align: center;
}

.testimonial-review a {color: #e59819;}

/* product page redesign cee start here */
.product-box {
    display: flex;
    justify-content: space-between;
}
.product-img figure img {
    width: 748px;
}
.product-details-wrap {
    padding: 38px;
}

.product-img {
    padding: 0px;
}

.product-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.product-details-wrap .product-content h3 {
    color: #1c3775;
    font-size: 45px;
    margin: 0;
    padding: 0 0 13px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
}

.product-details-wrap .product-content h3 a {
    color: #d42b34;
}



.price-box span.price-sale span {
    color: #fff;
}



.product-box .add-to-cartS button.btn.add-to-cart {
    background: #68b455;
    margin-top: 10px;
    font-size: 17px;
    padding: 11px 19px;
    font-family: 'Barlow';
    font-weight: 500;
    transition: 0.5s;
    color: #fff;
}

.product-box .add-to-cartS button.btn.add-to-cart i.fal.fa-shopping-bag {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
}

.product-box .add-to-cartS button.btn.add-to-cart:hover {
    background: #193673;
    color: #fff;
}
section.product-section ul li {
    margin-bottom: 20px;
    border: 1px solid #f1e9e9;
}
section.product-section ul li:last-child {
    margin-bottom: 0px;
}
/* product page redesign cee end here */
section.offer-sec {
    background: #dc3545;
    /* padding: 5px 0px; */
    text-align: center;
}

.offers-wrap a p {
    margin: 0px;
    color: #fff;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px;
}
.offers-wrap a p i {
    font-weight: 300;
    font-size: 16px;
    padding-left: 3px;
}


/* -------------------------------
insta feed section css start here
----------------------------- */
section.instagram-feed-sec {
    padding: 50px 0px;
}

.instagram-feed-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.instagram ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.instagram ul li {
    width: 24%;
    position: relative;
}


.instagram ul li a .instafeed-container img {
    width: 360px;
    height: 300px;
}

.insta-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.insta-icon i {
    font-size: 24px;
    color: #fff;
}

.instagram ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000008;
}

.instagram ul li a:hover .insta-icon {
    opacity: 1;
    visibility: visible;
}

.instagram ul li a:hover:after {
    background: #00000066;
}
/* -------------------------------
insta feed section css end here
----------------------------- */

.gift-pack-sec .product-img {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offers-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}

.offer-time p {
    margin: 0;
    font-family: 'Barlow';
    font-weight: 700;
    color: #fff;
}
div#countdown ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

div#countdown ul li {
    color: #fff;
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 500;
}
p#demo {
    font-weight: 500;
    display: flex;
    justify-content: end;
    font-size: 15px;
}


.emaillist form .es-form-field-container .gjs-row {
    position: relative;
    display: block !important;
}
.emaillist form .es-form-field-container .gjs-row input {
    padding: 0px 10px;
    line-height: 48px;
    background: transparent;
    border: 2px solid #e5e0e0;
    border-radius: 8px;
    width: 100%;
    position: relative;
    font-family: 'Barlow';
    font-weight: 400;
}

.emaillist form .es-form-field-container .gjs-cell {}

.emaillist form .es-form-field-container .gjs-cell input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 7px;
    background: #68b455;
    border: none;
    font-family: 'Barlow';
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 6px;
    width: auto;
    line-height: 37px;
}

.emaillist form .es-form-field-container .gjs-cell input[type="submit"]:hover {
    background: #d42b34;
}

.contact-form .form-group p {
    margin-bottom: 11px;
}


.contact-form .form-group  input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-one {
    display: inline-block;
    transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    background: #d42b34;
    color: #fff;
    border-radius: 0;
    margin-top: 1px;
    padding: 10px 30px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    border: transparent;
    border-radius: 100px !important;
    margin-top: 22px;
}

.contact-form .form-group .btns-box.bannerbtn p {
    margin: 0px !important;
}

.contact-form .form-group .btns-box.bannerbtn p input {
    margin: 0px;
}


.contact-form .form-group input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-one:hover {
    background: #68b455;
}

.pagination-wrap ul.pagination span {
    padding: 10px 20px;
    border-radius: 4px;
    color: #646161;
    font-family: 'Barlow';
    font-weight: 500;
    border: 1px solid #dee2e6;
}

.pagination-wrap ul.pagination span:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.pagination-wrap ul.pagination span.current {
    border-color: #dc3545;
    color: #dc3545;
}

.pagination-wrap ul.pagination span.current:hover {color: #fff;}

.pagination-wrap ul.pagination a {
    padding: 10px 20px;
    font-size: 16px;
    color: #5d5c5c;
    font-family: 'Montserrat';
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.pagination-wrap ul.pagination a:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.testimonial span {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 40px;
    transform: rotate(0deg);
    width: 60px;
    height: 40px;
    border-bottom: solid 25px rgb(200, 30, 50);
    border-right: solid 32px rgb(200, 30, 50);
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
    text-align: center;
}
.testimonial  span i {
    color: #fff;
    font-weight: 200;
    position: relative;
    top: -11px;
    left: 9px;
} 

/* woocommerce pages css start here */
section.product-details-section .wcgs-carousel {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 40px 0px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    display: none;
}

section.product-details-section .gallery-navigation-carousel .slick-list .slick-track .slick-slide img {
    width: 100px;
    padding: 12px;
    margin: 0px !important;
    border-radius: 4px;
}
section.product-details-section p.price {
    color: #000000 !important;
}

section.product-details-section p.price del {
    color: #7f7b7b;
}

section.product-details-section p.price del span.woocommerce-Price-amount.amount {color: #000000;}

section.product-details-section p.price del span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
    font-family: 'Barlow';
}

section.product-details-section p.price ins {
    color: #000000;
    font-family: 'Barlow';
    font-size: 20px;
    text-decoration: auto;
    font-weight: 500 !important;
    margin-left: 10px;
}

section.product-details-section .summary.entry-summary h2 {
    font-family: 'Barlow';
    font-size: 24px;
    font-weight: 600;
}
.product-description ul li {
    list-style: disc;
    font-family: 'Barlow';
    line-height: 28px;
    font-size: 16px;
}

.product-description p {
    margin-top: 10px;
}

.product-description p a {
    color: #68b455;
}

.product-description ul li span {
    color: #191818;
    font-weight: 500;
}

.product-form-buttons .quantity {
    margin-bottom: 20px !important;
}

.product-form-buttons .quantity input {
    height: 46px !important;
    border: 1px solid #ccc;
    color: #7b7373;
    font-family: 'Barlow';
    padding: 10px;
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
}
.product-form-buttons button.single_add_to_cart_button.button:hover {
    border-color: #68b455 !important;
}
section.related-product-sec h2.heading-title {
    margin-bottom: 40px;
}
section.related-product-sec ul.products.columns-4 .product-box {
    display: flex;
    flex-direction: column-reverse;
}

section.related-product-sec ul.products.columns-4 li {
    border: 1px solid #ccc;
    border-radius: 4px;
}

section.related-product-sec ul.products.columns-4 .product-box .product-img {
    padding: 30px 30px 0px;
} 




section.related-product-sec ul.products.columns-4 .product-details-wrap {
    padding: 20px 10px 30px;
}

section.related-product-sec ul.products.columns-4 .product-details-wrap a .product-content h2 {
    color: #000;
    font-family: 'Barlow';
    font-size: 18px;
    height: 40px;
}

section.related-product-sec ul.products.columns-4 .product-details-wrap a .price-box {
    margin-top: 20px;
}

section.related-product-sec ul.products.columns-4 .product-details-wrap a .price-box span.price {
    font-family: 'Barlow';
}

section.related-product-sec ul.products.columns-4 .product-details-wrap a .price-box span.price del {
    font-size: 18px;
    color: #000;
}

section.related-product-sec ul.products.columns-4 .product-details-wrap a .price-box span.price ins {
    font-family: 'Barlow';
    font-size: 18px;
    color: #000;
    margin-left: 4px;
    text-decoration: none;
    font-weight: 600;
}

section.related-product-sec ul.products.columns-4 li .add-to-cartS a {
    background: #d42b34;
    display: inline-block;
    margin-top: 12px;
    transition: 1s;
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

section.related-product-sec ul.products.columns-4 li .add-to-cartS a i {
    padding-right: 10px;
}

section.related-product-sec ul.products.columns-4 li .add-to-cartS a:hover {
    background: #68b455;
}
.benefits ul {
    margin-bottom: 15px;
}
.benefits p {
    color: #000;
    font-family: 'Barlow';
    font-weight: 600;
}

.benefits p a {
    color: #000;
    font-weight: 500;
}

.product-content h2 {
    font-family: 'Barlow';
}


.price-box span.price {
    color: #000;
    font-family: 'Barlow';
}

.price-box span.price del {
    color: #000;
    font-size: 18px;
    color: #000 !important;
}

.price-box span.price del span {}

.price-box span.price del span bdi {
    color: #000;
    font-size: 18px;
}



.price-box ins span bdi {
    font-size: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.product-details-wrap {
    width: 100%;
}

.product-details-wrap .product-content h2 {
    color: #d42b34;
    font-size: 45px !important;
    margin: 0;
    padding: 0 0 13px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
}

.product-details-wrap .add-to-cartS a {
    background: #68b455 !important;
    margin-top: 10px;
    font-size: 17px;
    padding: 14px 14px !important;
    font-family: 'Barlow';
    font-weight: 500 !important;
    transition: 0.5s;
    color: #fff !important;
    border-radius: 100px !important;
}

.product-details-wrap .add-to-cartS a i {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
}

.product-details-wrap .add-to-cartS a:hover {
    background: #d42b34 !important;
    color: #fff !important;
}
.product-description p {
    margin: 0px !important;
}


section.product-section p.woocommerce-result-count {
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 500;
}
section.related-product-sec ul.products.columns-4 li .product-box .product-details-wrap .product-content h2.woocommerce-loop-product__title {color: #333232;font-size: 18px !important;font-weight: 500;font-family: Barlow;}

section.product-section form.woocommerce-ordering select.orderby {
    font-family: 'Barlow';
    padding: 8px 8px;
    border-color: #ccc;
    border-radius: 4px;
}
.gift-pack-sec .product-details-wrap .add-to-cartS a {
    background: none !important;
    padding: 0px !important;
}
.gift-pack-sec .product-details-wrap .add-to-cartS p{
   margin-bottom:15px !important;
}
.gift-pack-sec .product-box .add-to-cartS button.btn.add-to-cart {
/*     margin-top: 20px !important; */
}
.gift-pack-sec .product-box .add-to-cartS button.btn.add-to-cart:focus {
    box-shadow: none;
}
.product-form-buttons button.single_add_to_cart_button.button:hover {
    background: #d42b34 !important;
    border-color: #d42b34 !important;
}

.product-form-buttons form.cart a button {
    background: transparent !important;
    border-color: #ccc !important;
    color: #000;
}

.product-form-buttons form.cart a button:hover {
    background: #d42b34 !important;
    border-color: #d42b34 !important;
    color: #fff !important;
}
.benefits h3 {
    margin-top: 10px;
}
.woocommerce table.shop_table th {
    font-family: 'Barlow';
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 60px !important;
}
.about-wrap .woocommerce .shop_table {
    border: none;
}


.about-wrap .woocommerce .shop_table thead tr th {
    color: #dc3545;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Barlow';
    padding: 30px 0px;
}

.about-wrap .woocommerce .shop_table tbody tr td {
    padding: 30px 0px;
}

.about-wrap .woocommerce .shop_table tbody tr td a {
    color: #000;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
}

.about-wrap .woocommerce .shop_table tbody tr td span {
    color: #000;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
}

.about-wrap .product-quantity input {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    font-family: 'Barlow';
    font-weight: 500;
}

.about-wrap .product-quantity a button {
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.about-wrap .product-remove .remove {
    width: 30px !important;
    height: 30px !important;
    background: #000000 !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 27px !important;
}

.about-wrap .woocommerce .shop_table tbody .coupon input {
    width: 100% !important;
    font-family: 'Barlow';
    font-size: 18px;
    border-radius: 4px;
    font-weight: 500;
    padding: 7px !important;
}

.about-wrap .woocommerce .shop_table tbody .coupon button {
    width: 100%;
}

.about-wrap .woocommerce .shop_table tbody .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.about-wrap .woocommerce .shop_table tbody .coupon button {
    background: #68b455;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #ffff;
}

.about-wrap .woocommerce .shop_table tbody .coupon button:hover {
    background: #d42b34;
}

.about-wrap .woocommerce .shop_table tbody tr td > button {
    background: #d42b34;
    color: #fff !important;
    font-family: 'Barlow';
    font-weight: 500;
    opacity: 1 !important;
}


.product-details-wrap .add-to-cartS {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-details-wrap .add-to-cartS a.added_to_cart {
    background: #d42b34 !important;
    margin-top: 0px;
}
.product-box .product-details-wrap a + a {
    padding: 9px 15px !important;
    margin-top: 0px !important;
    font-size: 17px;
	border-radius: 4px;
}
.product-box .product-details-wrap .add-to-cartS {
    margin-top: 15px;
}
.product-box .product-details-wrap .add-to-cartS a {
    margin-top: 0px !important;
}
.woocommerce ul.products li.product a:after {
    font-size: 12px;
}
.product-box .product-details-wrap a + a:hover {
    background: #68b455 !important;
}
.about-wrap .woocommerce form.woocommerce-cart-form tbody tr td > button {
    padding: 12px 15px !important;
}

.about-wrap .woocommerce form.woocommerce-cart-form tbody tr td > button:hover {
    background: #68b455 !important;
}

.about-wrap .woocommerce .cart_totals {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 4px;
}
.about-wrap .woocommerce .cart_totals h2 {
    font-family: 'DM Serif Display';
    font-size: 30px;
    font-weight: 500;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr  td {
    padding: 10px;
    font-family: 'Barlow';
}
.about-wrap .woocommerce .cart_totals table.shop_table {
    margin-top: 30px;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr th {
    text-transform: uppercase;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr td ul li label {
    font-size: 18px;
    font-weight: 500;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr td p {
    font-size: 17px;
    font-weight: 500;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr td p strong {
    font-weight: 500;
    color: #d42b34;
    font-size: 16px;
}
.about-wrap .woocommerce .wc-proceed-to-checkout {
}
.about-wrap .woocommerce .wc-proceed-to-checkout a {
    padding: 14px !important;
    font-family: 'Barlow';
    font-weight: 500;
    background: #d42b34 !important;
    margin-bottom: 4px;
}
.about-wrap .woocommerce .wc-proceed-to-checkout a:hover {
    background: #68b455 !important;
}
.about-wrap .woocommerce .cart_totals table.shop_table tbody tr section.shipping-calculator-form p input {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.about-wrap .woocommerce .cart_totals table.shop_table tbody tr section.shipping-calculator-form p select option {
    padding: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 28px;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-transform: uppercase;
}
span.select2-results ul li {
    font-family: 'Barlow';
}section.shipping-calculator-form p button {
    background: #68b455 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-family: 'Barlow';
}

section.shipping-calculator-form p button:hover {
    background: #d42b34  !important;
}

.about-wrap .woocommerce-info {
    border-color: #d42b34;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
}

.woocommerce-info::before {
    color: #d42b34 !important;
}

.about-wrap a.showcoupon {
    color: #d42b34;
}

.about-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input {
    height: 42px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.about-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon  p.form-row.form-row-last button.button {
    background: #68b455 !important;
    color: #fff;
    font-weight: 500;
    height: 42px;
}

.about-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button:hover {
    background: #dc3545 !important;
}
section.type-pasta-sec {
    padding: 60px 0px;
}

section.type-pasta-sec .row {
    align-items: center;
}

.type-pasta-text h2 {
    color: #dc3545;
    font-size: 36px;
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.type-pasta-text h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc3545;
}

.type-pasta-text  p {
    font-family: 'Barlow';
    font-size: 18px;
}

.type-pasta-img figure {
    overflow: hidden;
}

.type-pasta-img figure img {
    transform: scale(1);
    transition: 3s;
}

.type-pasta-img figure:hover img {
    transform: scale(1.3);
}
.type-of-pasta-wrap {
    padding-bottom: 50px;
}
section.recipes-sec {
    padding: 60px 0px;
}

.recipes-wrap h2 a {
    font-size: 18px;
    color: #000;
    font-family: 'Barlow';
    font-weight: 600;
}

.recipes-wrap span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}

.recipes-wrap P {
    font-size: 16px;
    color: #1d1c1ccc;
    font-family: 'Barlow';
    line-height: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.recipes-wrap figure {
    overflow: hidden;
}

.recipes-wrap figure img {
    transform: scale(1);
    transition: 3s;
}

.recipes-wrap figure:hover img {
    transform: scale(1.3);
}

.recipes-wrap {
    margin-bottom: 30px;
}
.pagination {
    gap: 4px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
a.float:hover .my-float {
    color: #fff;
}
.my-float{
	margin-top:16px;
}
.about-wrap .woocommerce form.checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper p span input {
    border: 1px solid #6d6c6c;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Barlow';
}
.about-wrap .woocommerce form.checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper p  label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow';
}
.about-wrap .woocommerce form.checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper p span.select2-selection.select2-selection--single {
    background: transparent;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper p label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow';
}
.about-wrap .woocommerce form.checkout.woocommerce-checkout .col-1{
	border:none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper p input {
    border: 1px solid #6d6c6c;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
}
span.select2-selection.select2-selection--single {
    background: transparent!important;
}
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper p input {
    font-size: 15px !important;
}
.about-wrap .woocommerce form.checkout.woocommerce-checkout .col-1 {
    border: none;
    padding: 0px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper p input {
    font-size: 15px !important;
    font-family: 'Barlow';
}
p#order_comments_field textarea#order_comments {
    background: transparent;
    padding: 10px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #6d6c6c !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f2f2f2 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #e9e9e9 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #e9e9e9 !important;
    border-right-color: #e9e9e900 !important;
    border-left-color: #e9e9e900 !important;
    border-top-color: #e9e9e900 !important;
}
.woocommerce-privacy-policy-text p {
    font-size: 17px;
    color: #636161;
    font-weight: 400;
    font-family: 'Barlow';
}

.woocommerce-privacy-policy-text p a {
    color: #000;
}
.about-wrap .woocommerce div#payment button#place_order {
    background: #dc3545;
    font-family: 'Barlow';
    padding: 12px 15px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.about-wrap .woocommerce div#payment button#place_order:hover {
    background: #68b455;
}
.payment_box.payment_method_cod p {
    font-size: 16px;
    font-family: 'Barlow';
}


li.wc_payment_method.payment_method_cod label {
    font-family: 'Barlow';
}
h3#order_review_heading {
    margin-top: 50px;
}


div#order_review tfoot tr th {
    padding: 15px 0px;
    font-weight: 500;
    font-size: 19px;
}

div#order_review tfoot tr td {
    padding: 0px;
    font-weight: 600;
    font-family: 'Barlow';
}
div#order_review tbody tr.cart_item {
    font-family: 'Barlow';
    font-weight: 500;
}


.recipes-details-wrap figure {
    overflow: hidden;
}

.recipes-details-wrap figure img {
    width: 100%;
    border-radius: 4px;
}

section.recipes-details-sec {
    padding: 60px 0px;
}



.recipes-details-wrap h2 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 600;
    margin: 10px 0px;
}

.recipes-details-wrap span {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
}

.recipes-details-wrap p {
    font-size: 17px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 30px;
}
/* woocommerce pages css end here */
.ingredients h3 {
    font-family: 'Barlow';
    font-size: 19px;
    font-weight: 600;
}

.ingredients ul li {list-style: disc;font-family: 'Barlow';font-weight: 400;font-size: 17px;line-height: 30px;}

.ingredients ul {
    padding-left: 20px;
}

.ingredients ul li a {
    color: #dc3545;
}

.ingredients {
    margin-bottom: 20px;
}

.method {
    margin-bottom: 20px;
}

.method h3 {
    font-family: 'Barlow';
    font-size: 19px;
    font-weight: 600;
}

.method ul li {
    list-style: auto;
    font-family: 'Barlow';
    font-size: 17px;
    line-height: 30px;
}

.method ul {
    padding-left: 20px;
}

.pro-info p {
    margin-bottom: 2px;
}

.pro-info p strong {
    font-size: 16px;
}
.type-of-pasta-wrap ul li {
    width: 20%;
}
.archive-desc p {
    font-family: 'Barlow';
    font-size: 18px;
}
section.product-section ul.products.columns-1 li .product-box > a {
    width: 40%;
    border-left: 1px solid #f1e9e9;
}
section.related-product-sec ul.products.columns-4 li .add-to-cartS a {
    margin: 0 auto;
    border-radius: 4px !important;
    border-radius: 100px !important;
}
.gift-pack-sec ul li .product-box .product-details-wrap .add-to-cartS a + a {
        padding: 11px 15px !important;
    margin-top: 10px !important;
}
section.product-section ul li:last-child {
    margin-bottom: 0px !important;
}

.product-section nav.woocommerce-pagination {
    margin: 30px 0px 50px;
}

.product-section  nav.woocommerce-pagination ul.page-numbers {
    border: transparent !important;
}

.product-section  nav.woocommerce-pagination ul.page-numbers li {}

.product-section  nav.woocommerce-pagination ul.page-numbers li {
    margin-right: 10px;
    border-radius: 4px;
}

.product-section  nav.woocommerce-pagination ul.page-numbers li span {
    padding: 10px 18px;
    background: #dc3545 !important;
    color: #fff !important;
    font-family: 'Barlow';
}

.product-section  nav.woocommerce-pagination ul.page-numbers li a {
    padding: 10px 18px;
    color: #000;
    font-family: 'Barlow';
}
.product-section nav.woocommerce-pagination ul.page-numbers li a:hover {
    background: #dc3545;
    color: #fff;
}
section.account-section {
    padding: 50px 0px;
}
.account-wrap .login p label {
    font-family: 'Barlow';
    font-weight: 500;
}
.account-wrap .login p input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
}
.account-wrap .login .form-row {
    margin-bottom: 15px;
}
.account-wrap .login .form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #dc3545;
    color: #fff;
    font-family: 'Barlow';
    padding: 11px 20px;
    font-weight: 500;
    font-size: 18px;
}
.account-wrap .login .form-row .woocommerce-form-login__rememberme input {
    accent-color: #dc3545;
    margin-right: 4px;
    margin-top: 4px;
    display: inline-block;
}
.account-wrap .login .form-row .woocommerce-form-login__rememberme {margin-top: 2px;}

.account-wrap .login .form-row .woocommerce-form-login__rememberme span {
    font-size: 17px;
}
.account-wrap p.woocommerce-LostPassword.lost_password a {
    color: #000;
    font-family: 'Barlow';
    font-weight: 500;
}
.account-wrap .login .form-row button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #68b455;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-family: 'Barlow';
    font-size: 17px;
    font-weight: 500;
}
.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}
.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
.account-wrap .woocommerce-MyAccount-content p {
    font-family: 'Barlow';
}
.account-wrap .woocommerce-MyAccount-content p strong {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.account-wrap .woocommerce-MyAccount-content p a {
    color: #000000;
}

.account-wrap .woocommerce-MyAccount-content table thead tr th {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
}
.account-wrap .woocommerce-MyAccount-content table  tbody tr td {
    padding: 14px;
    font-family: 'Barlow';
    font-size: 15px;
    font-weight: 500;
}
.account-wrap .woocommerce-MyAccount-content table tbody tr td a {
    color: #000;
}
.account-wrap .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button.button.view {
    background: #dc3545;
    font-weight: 500;
    color: #fff;
}
.account-wrap .woocommerce-MyAccount-content table tbody tr td a.woocommerce-button.button.view:hover {
    background: #68b455;
}
.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active {
    background: #dc3545;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    padding: 0px 10px;
    display: block;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    background: #f9f9f9cc;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active a {
    color: #fff;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
    background: #dc3545;
}

.account-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}
.account-wrap .woocommerce-info {
    font-family: 'Barlow';
}

.account-wrap .woocommerce-info a.button.wc-forward {
    font-weight: 500;
}


.account-wrap .u-column1 {
    border: 1px solid #cccccc;
}

.account-wrap .u-column1.col-1 {
    border-color: #ccc;
}

.account-wrap .u-column1.col-1 header.woocommerce-Address-title.title h3 {
    font-size: 22px;
}

.account-wrap .u-column1.col-1 header.woocommerce-Address-title.title a.edit {
    color: #2098d1;
    margin-left: 20px;
    font-family: 'Barlow';
    font-weight: 500;
}

.account-wrap .u-column1.col-1 address {
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 500;
}

.account-wrap .u-column1.col-2 {
    border: 1px solid #ccc !important;
}



.account-wrap .u-column2.col-2 {border: 1px solid #ccc;border-radius: 4px;padding: 10px;}


.account-wrap .u-column2.col-2 header.woocommerce-Address-title.title h3 {
    font-size: 20px;
}

.account-wrap .u-column2.col-2 header.woocommerce-Address-title.title a {
    margin-left: 20px;
    font-family: 'Barlow';
    font-weight: 500;
    color: #2098d1;
}

.account-wrap .u-column2.col-2 address {
    font-family: 'Barlow';
    font-weight: 500;
}


.account-wrap .woocommerce-address-fields p label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.account-wrap .woocommerce-address-fields input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.account-wrap .woocommerce-address-fields .select2-container--default .select2-selection--single {
    border-color:#ccc !important;
}

.account-wrap .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444444 !important;
}

.account-wrap .woocommerce-address-fields p button.button {
    background: #dc3545;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    margin-top: 20px;
}

.account-wrap .woocommerce-address-fields p button.button:hover {
    background: #68b455;
}


.account-wrap .edit-account p label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}
.account-wrap .edit-account p input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.account-wrap .edit-account  fieldset {
    margin-top: 22px;
}
.account-wrap .edit-account 
 button.woocommerce-Button.button {
    background: #dc3545;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 20px;
    margin-top: 20px;
}

.account-wrap .edit-account button.woocommerce-Button.button:hover {
    background: #68b455;
}
.account-wrap .edit-account span em {
    font-family: 'Barlow';
    font-size: 16px;
}
.woocommerce .woocommerce-customer-details address {
    border: transparent !important;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 4px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-family: 'Barlow';
}
.woocommerce-additional-fields__field-wrapper label {
    font-family: 'Barlow';
}
.woocommerce-order p {
    font-family: 'Barlow';
}
.woocommerce-no-products-found .woocommerce-info {
    font-family: 'Barlow';
}
.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0;
    font-family: 'Barlow';
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 4px;
    max-height: 234px;
    height: 211px;
}
h2.woocommerce-column__title {
    font-size: 22px;
}
.woocommerce ul.order_details li {
    font-family: 'Barlow';
	font-weight:500;
}

@media(min-width: 992px){
ul.navbar-nav li ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}

ul.navbar-nav li ul.submenu li {
    position: relative;
}

ul.navbar-nav li ul.submenu li a {
    display: block;
    padding: 9px !important;
    border-bottom: 1px solid #ccc;
}


ul.navbar-nav li ul.submenu li {
    position: relative;
}

ul.navbar-nav li ul.submenu li ul.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}	
}
.main-contact-form-area .form-group input:focus {
    box-shadow: none;
}
.wpcf7-not-valid-tip {
    font-family: 'Barlow';
}

.woocommerce-error li{
	font-family: 'Barlow';
}
.testimonial-inner p {
    width: 100%;
    height: 70px;
    overflow-y: scroll;
}
.testimonial-inner p::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.testimonial-inner p:hover::-webkit-scrollbar {
  width: 2px;
}
.testimonial-inner p:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
  .testimonial-inner p::-webkit-scrollbar {
    width: 2px;
  }
  .testimonial-inner p::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.adress h2 {
    font-family: 'Barlow';
    font-weight: 500;
}

/* .navbar-nav .fa-caret-down:before {
    position: absolute;
    right: -20px;
    top: 15px;
} */

.testimonial-review a i {
    font-weight: 700;
}
.inner-banner-wrap nav {
    position: relative;
    z-index: 1;
}
section.inner-banner-sec {
    position: relative;
}

section.inner-banner-sec:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000012;
}
.recipes-wrap > a {
    font-family: 'Barlow';
    font-weight: 500;
    color: #dc3545;
}

.recipes-wrap p {
    margin: 0px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000000 !important;
}
.woocommerce .woocommerce-breadcrumb {
    color: #000000 !important;
}
.inner-banner-wrap nav ol.breadcrumb nav.woocommerce-breadcrumb {
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
section.events-sec {
    padding: 60px 0px;
}

.events-heading h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.events-heading {
    margin-bottom: 30px;
}

section.events-sec .col-md-12 {
    margin-bottom: 30px;
}

section.events-sec .col-md-12:last-child {
    margin-bottom: 0px;
}

.events figure {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
}

.events figure img {
    transform: scale(1);
    transition: 3s;
}

.events figure:hover img {
    transform: scale(1.3);
}
.events {
    margin-bottom: 25px;
}
section.our-categories-sec .col-md-12 .categories-product .categories-title h3 a {
    color: #d52934;
}
section.our-categories-sec .col-md-6 .categories-product .categories-title h4 a {
    color: #d81f2f;
}


div#customer_login form.woocommerce-form.woocommerce-form-login.login {
    border: transparent;
    margin-bottom: 0px;
    padding: 0px;
}
div#customer_login form.woocommerce-form.woocommerce-form-register.register {
    border: transparent;
    padding: 0px;
    margin: 0px;
}

div#customer_login form.woocommerce-form.woocommerce-form-register.register p input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
}

div#customer_login form.woocommerce-form.woocommerce-form-register.register p label {
    font-family: 'Barlow';
    font-weight: 500;
}

div#customer_login form.woocommerce-form.woocommerce-form-register.register p {
    font-family: 'Barlow';
    font-weight: 500;
}

div#customer_login form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #dc3545;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

div#customer_login form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background: #68b455;
}
.product-form-buttons .quantity input {
  width: 100% !important;
  border-radius: 100px;
}
.related-product-sec .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 2.992em 0 !important;
    width: 24% !important;
}
section.product-section ul.products.columns-1 li {
    width: 100% !important;
}


.woocommerce-form-login-toggle .woocommerce-info a.showlogin {
    color: #d42b34;
}



.woocommerce form .form-row input.input-text {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #d42b34;
    font-family: 'Barlow';
    font-weight: 500;
    color: #fff;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #68b455;
	    color: #fff;
}
section.product-section ul.products.columns-1 li .product-box > a {
    position: relative;
}

p.lost_password a {
    color: #000;
}

.woocommerce-message {
   font-family: 'Barlow';
}
.woocommerce-message a.restore-item {
    color: #d42b34;
}
.type-of-pasta-wrap ul li h3 a {
    color: #f1b552;
}



.product-img:after {
    content: "\f0c1";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Font Awesome 5 Pro';
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2726263b;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-img:hover:before {
    opacity: 1;
    visibility: visible;
}

.product-img:hover:after {
    opacity: 1;
    visibility: visible;
}

.product-details-wrap .product-content h2:hover {
    color: #68b455;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    vertical-align: middle !important;
}
.woocommerce ul.products li.product a img {
    margin-bottom:0px !important;
}

.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

ul.navbar-nav li ul.submenu li:hover a i {
    transform: rotate(270deg);
    top: 20px;
    right: 8px;
}
ul.navbar-nav li ul.submenu ul.submenu {
    max-height: 289px;
    overflow-y: scroll;
}


.submenu ul.submenu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.submenu ul.submenu::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.submenu ul.submenu::-webkit-scrollbar-thumb
{
	background-color: #858383;
	border-radius:100px;
}
p.coupon-name {
    text-align: right;
}
ul.navbar-nav li i {
    position: absolute;
    top: 18px;
    right: -24px;
}

ul.navbar-nav li ul.submenu li {
    position: relative;
}

ul.navbar-nav li ul.submenu li i {
    position: absolute;
    top: 11px;
    right: 9px;
    color: #000;
}

ul.navbar-nav li:hover i {
    color: #000;
}