body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: DM Sans;
}

img {
    margin: 0px auto;
    width: 100%;
    
    display: block;
}

a {
    text-decoration: none;
}

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

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

header {
    margin: 0px;
    padding: 15px 0px;
    width: 100%;
    position: relative;
}

.headsect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

.logo {
    margin: 0px;
    padding: 0px;
    width: 240px;
}

header nav {
    padding: 0px;
    width: 47.25em;
    height: 4.375em;
    line-height: 65px;
    margin: 0;
    border-radius: 50px;
    transform-origin: right center;
    transform: translateY(0);
    transition: transform .3s ease-out;
    background-color: #ffffff;
    text-align: center;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0px 60px;
}

header nav ul li {
    display: inline-block;
	list-style: none;
}

header nav ul li a {
    padding: 26px 0px;
    font-weight: 600;
    color: #2d2f31;
    font-size: 18px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

header nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 0px;
    width: 76px;
    height: 2px;
    margin: 0px auto;
    background-color: #9e2432;
    transform: scaleX(0);
    transform-origin: center bottom;
    transition: transform .2s ease-out;
}

header nav ul li a:hover:after {
    transform: scaleX(1) translateX(-48%);
}

header nav ul li:last-child a {
    padding: 10px 30px;
    color: #9e2432;
    border: 1px solid #9e2432;
    border-radius: 22px;
}

header nav ul li:last-child a:after {
    background: unset;
}

header nav ul li:last-child a:hover {
    border-color: #D2830D;
    color: #D2830D;
    transition: color .2s ease-out, border-color .2s ease-out;
}

header nav ul .dropdwon {
    display: none;
    position: absolute;
    text-align: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 13px 0px;
    width: 242px;
    margin: 0px;
    border: 1px solid #d3d3d3;
}

header nav ul .dropdwon li {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}

/* 
nav ul li:hover ul.dropdwon {
    display: block !important;
}

nav ul .dropdwon li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 0px 0px 10px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #f5e2e4;
    transition: color .2s ease, background-color .2s ease;
}

nav ul .dropdwon li a:after {
    background: unset;
    padding: 0px;
}

nav ul .dropdwon li a:hover {
    background-color: #9e2432;
    color: #fff;
    padding: 10px;
    transition: color .2s ease, background-color .2s ease;
}

nav ul .dropdwon li:last-child a {
    color: #2d2f31;
    border: unset;
    border-radius: unset;
}

nav ul .dropdwon li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 86%;
    height: 1px;
    background-color: #f5e2e4;
    transition: background-color .2s ease .2s;
    margin: 0px auto;
}

nav ul .dropdwon:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: transparent url(/images/triangle.svg) no-repeat center / contain;
}

nav ul .dropdwon li:last-child a:hover {
    color: #ffffff;
} */


/* 
header:before {
    content: '';
    position: absolute;
    top: calc(50% + 0px);
    right: 16px;
    left: auto;
    width: calc(100% - 2em);
    height: 70px;
    transform: scale3d(1, 1, 1) translateY(-50%);
    opacity: 1;
    border-radius: 50px;
    box-shadow: 0 2px 20px 0 rgba(145, 82, 20, .15);
    transform-origin: right center;
    transition: width .3s ease-out;
    z-index: -1;
    background: #fff;
    display: block;
} */

/*--footer--*/

footer {
    background: #9e2432;
    margin: 0px;
    padding: 32px 16px;
    width: 100%;
    position: relative;
}

.foot-para {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.foot-para p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 19px;
}

.footer-diveder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

.foot-social,
.foot-contact {
    margin: 0px;
    padding: 0px;
}

.foot-social ul li,
.foot-contact ul li {
    display: inline-block;
    margin: 0px 40px 0px 0px;
    position: relative;
}

.foot-social ul li:last-child,
.foot-contact ul li:last-child {
    margin: 0px;
}

.foot-social ul li a,
.foot-contact ul li a {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.foot-contact ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #ffffff;
    right: -27px;
    top: 7px;
}

.foot-social ul li a span {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #9e2432;
}

.foot-social ul li a:hover,
.foot-contact ul li a:hover {
    color: #D2830D;
}

.foot-social ul li a span:hover {
    background: #D2830D;
}

.foot-contact ul li {
    margin: 0px 50px 0px 0px ;
}

.foot-back-img {
    position: absolute;
    bottom: -76px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.foot-back-img svg {
    fill: #9e2432;
}

.foot-back-img ul li:last-child {
    display: none !important;
}

.single-product .foot-back-img ul li {
    display: none !important;
}

.single-product .foot-back-img ul li:last-child {
    display: block !important;
}

path#Line-Copy-3 {
    stroke: #9e2432;
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0.1, 20;
}

/*--home banner--*/
.home-banner {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}
.home-banner:after {
    content: '';
    position: absolute;
    background: url(../images/banner-back.svg) no-repeat right bottom/cover;
    width: auto;
    height: 100%;
    padding-right: calc(47em - 25px);
}
.main-banner-sect {
    width: 100%;
    position: relative !important;
    z-index: 9 !important;
}

.banner-text {
    width: 100%;
    display: block;
}
.banner-text p.copy-1 {
    margin: 0px;
    padding: 0px;
}

#check-out {
    padding: 0px !important;
}

/*--Four Generations of Baking--*/

.four-gene-img .wp-image-2959 {
    transform: translateX(0) rotate(-4deg);
}

.generations-baking {
    padding: 0px !important;
    width: 100%;
    position: relative;
}

.generations-baking:after {
    content: '';
    position: absolute;
    background: url(../images/four-generations-bg.svg) no-repeat right top/cover;
    width: 558px;
    height: 100%;
}

.four-generation-sect {
    position: relative !important;
    z-index: 9 !important;
}

span.text-since {
    font-size: 126%;
    font-weight: 600;
    letter-spacing: .3448275862em;
    text-transform: uppercase;
}
/*--Our Capabilities--*/
.main-our-capabiliti {
    display: flex;
    align-items: center !important;
	top: -3em;
    left: 0px;
    right: 0px;
}

.our-capabi-curv {
	position: relative !important;
    z-index: 1 !important;
} 
/*--testimonial--*/
.testimonial-sect {
    z-index: -1 !important;
}
.testimoni-box {
    background: url(../images/white-bg.svg) no-repeat;
    width: 31em !important;
    height: 33em !important;
    align-items: center !important;
    justify-content: center !important;
}

.testimoni-box p {
    margin: 0px !important;
    padding: 0px !important;
}
.dot-curv-sect {
    stroke: #f9f8f4 !important;
}
/*--Certifications--*/
.certification-img img {
    width: 192px !important;
    height: 136px !important;
    object-fit: contain !important;
}

.facility-icon {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center !important;
    margin: 0px auto;
}

.who-are-icon {
    width: 190px;
	height: 170px;
    align-items: center !important;
    margin: 0px auto;
}

.second_banner:before {
    content: '';
    background-size: cover !important;
    height: 100% !important;
    width: 40% !important;
    min-width: 42vw;
    left: initial !important;
    right: 0px;
}

.nutrition-curve svg {
    fill: #f9f8f4;
}

.nutrition-curve path#Line-Copy-3 {
    stroke: #f9f8f4;
}
.tab-list .e-n-tabs-heading {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 580px;
    margin: 0px auto;
}

.tab-list .e-n-tabs-heading button {
    display: block !important;
    margin: 0px !important;
}

.brownies-table thead tr th {
    background: unset !important;
    padding: 15px 11px;
    line-height: 18px;
    font-size: 15px;
    font-family: proxima-nova, sans-serif;
}
.brownies-table tbody tr td {
    border: unset !important;
	padding: 0px 11px 11px;
    line-height:23px;
    font-size: 15px;
    font-family: proxima-nova, sans-serif;
}
.privacy-banner-curve svg {fill: #ffffff !important;}

.privacy-banner-curve path#Line-Copy-3 {
    stroke: #ffffff !important;
}
.page-id-4684 footer .foot-back-img {
    display: none;
}

.page-id-4684 footer:after {
    content: '';
    height: 0px;
}

.privacy-list ul li span {
    color: #212121;
}

.brownies-table caption {
    display: none;
}

.slid-banner:before {
    content: '';
    background: url(../images/hero-bg-swirl-right.svg) no-repeat !important;
    object-fit: cover !important;
    background-size: cover !important;
    height: 100% !important;
    width: 40% !important;
    min-width: 42vw;
    left: initial !important;
    right: 0px;
    z-index: 1;
}

.banner-btn a:hover span.elementor-button-icon {
    transform: translateX(2px);
}
a.cta-link:hover {
    color: #D2830D !important;
	transition: 0.2s all linear;
}