@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: 'Almarai';
    src: url(../webfonts/Almarai-Regular.ttf);
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url(../webfonts/Proxima-Nova-Xbold.otf);
}

* {
    font-family: 'Almarai';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

.row {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.form-control:focus {
    background-color: #ffffff;
    border-color: #D91C5C;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.select2 {
    width: auto !important;
}

.select2 .select2-selection__rendered {
    line-height: 34px !important;
    padding-right: 8px !important;
    padding-left: 20px !important;
}

.select2 .select2-selection--single {
    height: 38px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2 .select2-selection__arrow {
    height: 37px !important;
    right: auto !important;
    left: 1px !important;
}

.select2-container .select2-dropdown {
    -webkit-box-shadow: 0px 4px 4px #00669950 !important;
    box-shadow: 0px 4px 4px #00669950 !important;
    border: none;
}

.select2-container .select2-dropdown .select2-results ul {
    max-height: 450px !important;
}

.select2-container .select2-dropdown .select2-results ul li {
    line-height: 38px;
    min-height: 38px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 1px;
}

.select2-container .select2-dropdown .select2-results ul li.select2-results__option--selected, .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-color: #D91C5C !important;
    color: #ffffff !important;
}

.container {
    max-width: 1120px;
    padding: 0px;
}

@media (max-width: 767px) {
    .container {
        padding: 0px 5px;
    }
}

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

content {
    min-height: 40vh;
    display: block;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: auto;
}

@media (prefers-reduced-motion) {
    .wow {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: unset !important;
        animation: unset !important;
    }
}

.BG1 {
    background-color: #3F046C !important;
}

.lineDiv {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    min-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3px;
}

.lineDiv p {
    font-size: 10px;
}

.navbar {
    border-bottom: 1px solid #C6C6C6;
    position: relative;
    z-index: 10;
    padding: 0;
}

.navbar .cartIcon .btn {
    padding: 6px;
    position: relative;
}

.navbar .cartIcon .btn i {
    font-size: 30px;
}

.navbar .cartIcon .btn .countSpan {
    height: 15px;
    min-width: 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -5px;
    font-size: 10px;
    background-color: #e0001e;
    color: #ffffff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 5px;
}

.navbar .container-fluid {
    width: 98%;
}

.navbar .navbar-toggler {
    padding: 5px;
    border: 0;
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar .navbar-brand img {
    height: 69px;
    max-width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
}

.navbar .navbar-nav .languageDropdown .dropdown-toggle {
    color: #fff !important;
}

.navbar .navbar-nav .languageDropdown .dropdown-toggle:hover, .navbar .navbar-nav .languageDropdown .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-nav .languageDropdown .dropdown-toggle i {
    font-size: 25px;
}

.navbar .navbar-nav .languageDropdown .dropdown-toggle img {
    height: 20px;
    max-width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.navbar .navbar-nav .languageDropdown .dropdown-menu {
    text-align: start;
}

.navbar .navbar-nav .languageDropdown .dropdown-menu .dropdown-item {
    padding: 10px 5px;
}

.navbar .navbar-nav .languageDropdown .dropdown-menu .dropdown-item img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.cartModal .productInModal {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartModal .productInModal img {
    width: 68px;
    height: 68px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 10px;
}

.cartModal .productInModal .pData {
    position: relative;
    padding-right: 10px;
}

.cartModal .productInModal .pData h5 {
    font-size: 14px;
    color: #3F046C;
    margin-bottom: 20px;
}

.cartModal .productInModal .pData .count {
    color: #d4d4d4;
}

.cartModal .productInModal .pData .count .price {
    font-weight: bold;
    padding-right: 5px;
}

.cartModal .productInModal .deleteP {
    position: absolute;
    left: 0px;
    bottom: 20px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100px;
}

.cartModal .productInModal .deleteP i {
    font-size: 20px;
    color: #d4d4d4;
}

.cartModal .Subtotal {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    padding: 20px;
    font-size: 20px;
}

.cartModal .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.cartModal .actions a {
    display: block;
    padding: 10px 20px;
    background-color: #818A91;
    color: #ffffff;
}

.TopSlider {
    position: relative;
    background-color: #DFDFDE;
}

.TopSlider #MainSlider {
    position: relative;
    border-radius: 5px;
}

.TopSlider #MainSlider .MainSlider-container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.TopSlider #MainSlider .MainSlider-container .swiper-slide {
    position: relative;
}

.TopSlider #MainSlider .MainSlider-container .swiper-slide img {
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .TopSlider #MainSlider .MainSlider-container .swiper-slide img {
        height: 370px;
    }
}

.TopSlider .swiper-pagination-bullet-active {
    background-color: #3F046C;
}

.TopSlider .swiper-pagination-fraction,
.TopSlider .swiper-pagination-custom,
.TopSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffffb0;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 0px 10px;
}

.aboutProduct {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .aboutProduct {
        padding: 30px 0;
    }
}

.aboutProduct .info h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
}

.aboutProduct .info p {
    margin-bottom: 20px;
}

.aboutProduct .info h2 {
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.aboutProduct .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aboutProduct .info ul li {
    margin: 5px 0;
}

.aboutProduct .info ul li i {
    color: #3F046C;
    margin-left: 10px;
}

.aboutProduct .productImg {
    text-align: end;
}

.aboutProduct .productImg img {
    height: 440px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 15px solid #F2E7C5;
}

.productSection {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .productSection {
        padding: 20px 0;
    }
}

.productSection .product {
    border: 1px solid #FFD700;
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    background-color: #3F046C;
    color: #ffffff;
}

.productSection .product h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 5px;
}

.productSection .product h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.productSection .product .productImg {
    text-align: end;
}

.productSection .product .productImg img {
    height: 455px;
    -o-object-fit: contain;
    object-fit: contain;
}

.productSection .product .productInfo {
    text-align: start;
    padding: 15px;
}

.productSection .product .productInfo h2 {
    font-weight: bold;
    margin: 20px 0 10px;
}

.productSection .product .productInfo p {
    margin-bottom: 20px;
}

.productSection .product .productInfo .rate {
    margin-top: 5px;
}

.productSection .product .productInfo .Price {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productSection .product .productInfo .Price .old {
    text-decoration: line-through;
    font-size: 20px;
    color: #A780DA;
    font-size: 24px;
    font-weight: 300;
    margin: 0 10px;
}

.productSection .product .productInfo .Price .new {
    font-weight: bold;
    font-size: 30px;
    font-size: 24px;
    font-weight: 300;
}

.productSection .product .data {
    border-top: 1px solid #A780DA;
    padding: 20px;
    text-align: start;
    width: 400px;
    max-width: 100%;
}

.productSection .product .data p {
    font-size: 13px;
    margin-bottom: 10px;
}

.productSection .product .data .btn {
    background-color: #D91C5C;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 0px;
    border: 1px solid #D91C5C;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 350px;
    max-width: 100%;
}

.productSection .product .data .btn i {
    margin: 0px 5px;
}

.productSection .product .data .btn:hover {
    background: transparent;
    color: #D91C5C;
}

.productSection .product .data h6 {
    margin: 8px;
}

.productSection .special {
    margin: auto;
}

.productSection .special .product {
    background-color: #F3E8F9;
    border-color: #3F046C;
}

.productSection .special .product .totalOffer {
    background-color: #3F046C;
    padding: 20px 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.productSection .special .product .totalOffer p {
    color: #D91C5C;
    margin-bottom: 10px;
}

.productSection .special .product .totalOffer span {
    color: #ffffff;
    font-weight: bold;
}

footer {
    padding: 20px 30px 0px;
    border-top: 1px solid #ECECEC;
}

footer .logo {
    height: 65px;
    margin-bottom: 30px;
}

footer .title {
    font-size: 20px;
    font-weight: 600;
}

footer .contact {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

footer .contact li {
    margin-bottom: 10px;
}

footer .contact li i {
    color: #3F046C;
    margin: 0px 10px;
    font-size: 14px;
}

footer .social {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

footer .social li {
    display: inline-block;
    margin: 5px;
}

footer .social li a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .social li a i {
    font-size: 25px;
}

footer .social li:hover a {
    color: #3F046C;
}

footer .contactLink {
    font-size: 18px;
    font-weight: bold;
    color: #3F046C;
    display: block;
}

footer .PagesLinks {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

footer .PagesLinks li {
    margin-bottom: 15px;
}

footer .PagesLinks li a {
    color: #000000;
}

footer .more {
    padding: 20px 0;
}

footer .more p {
    font-size: 12px;
    margin-bottom: 10px;
}

footer .pay {
    padding: 10px;
    text-align: center;
}

footer .pay img {
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.headerBanner {
    padding: 70px 20px 70px;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: start;
}

.headerBanner ul {
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: none;
}

.headerBanner ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.headerBanner ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    font-size: 18px;
    color: #D91C5C;
}

.headerBanner ul li a:hover {
    color: #FFD700;
}

.headerBanner ul li a.active {
    color: #000000;
    cursor: default;
}

.headerBanner ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headerBanner ul li:last-child:after {
    display: none;
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.faqPage {
    padding: 50px 0;
}

.faqPage .container {
    padding: 0 30px;
}

@media (max-width: 768px) {
    .faqPage .container {
        padding: unset;
    }
}

.faqPage .title {
    color: #C8355D;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.faqPage .accordion {
    border: none !important;
}

.faqPage .accordion .accordion-item {
    border: none !important;
}

.faqPage .accordion .accordion-item .accordion-header {
    padding: 0;
    border: none !important;
    margin-bottom: 0;
    border: none;
}

.faqPage .accordion .accordion-item .accordion-header .accordion-button {
    text-decoration: none;
    color: #D91C5C;
    padding: 14px 10px;
    width: 100%;
    text-align: start;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.faqPage .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #212529;
    background: none;
    border: none;
    border-bottom: 1px solid #F3E8F9;
    border-radius: 0;
}

.faqPage .accordion .accordion-item .accordion-body {
    color: #000000;
    font-weight: 300;
    line-height: 1.417;
    background-color: #FDFBFE;
}

.faqPage .productImg {
    text-align: center;
}

.faqPage .productImg img {
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 300px;
}

.faqPage .title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.faqPage .MainBtn {
    font-size: 25px;
    font-weight: 700;
    text-transform: unset;
}

.productPage .topImg {
    background-color: #DFDFDE;
    text-align: center;
}

.productPage .topImg img {
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .productPage .topImg img {
        height: 340px;
    }
}

.productPage .lineDiv p {
    text-align: center;
    color: #FFFFFF;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.productPage .productData {
    padding: 20px;
}

.productPage .productData h3 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #3F046C;
    margin-bottom: 10px;
}

.productPage .productData h4 {
    color: #3F3F40;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.productPage .productData p {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
}

.productPage .productData .rate ul li i {
    font-size: 10px;
}

.productPage .productData .rate span {
    font-size: 13px;
}

.productPage .productData .Price {
    padding: 20px 0;
    border-bottom: 2px solid #DFDFDE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productPage .productData .Price .old {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    line-height: 1.1;
    margin-right: 30px;
}

.productPage .productData .Price .new {
    color: #dc3545;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.productPage .productData .details {
    padding-top: 20px;
}

.productPage .productData .details p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.productPage .productData .offers h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.productPage .productData .offers .chooseOffer {
    width: 460px;
    max-width: 100%;
}

.productPage .productData .offers .chooseOffer .btn {
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
    width: 49.5%;
}

.productPage .productData .offers .chooseOffer .btn:last-child {
    width: 100%;
    margin-top: 5px;
}

.productPage .productData .offers .chooseOffer .btn-check:checked + .btn {
    background-color: #000000;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.productPage .productData .offers .cartBtn {
    background-color: #D91C5C;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 0px;
    border: 1px solid #D91C5C;
    padding: 10px 20px;
    margin: 10px 0px;
    width: 100%;
}

.productPage .productData .offers .cartBtn i {
    margin: 0px 5px;
}

.productPage .productData .offers .cartBtn:hover {
    background: transparent;
    color: #D91C5C;
}

.productPage .test {
    list-style: none;
    padding: 0;
    margin: 0;
}

.productPage .test li {
    background-color: #e2e0e0;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 5px 10px;
    padding-left: 20px;
    text-align: start;
    display: table;
    font-size: 12px;
    color: #595353;
    font-size: 13px;
}

.productPage .test li i {
    color: #00d624;
    margin-left: 5px;
    font-size: 20px;
}

.rate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}

.rate ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rate ul li {
    padding: 0px;
}

.rate ul li i {
    font-size: 15px;
    color: #f0ad4e;
}

.rate span {
    margin-right: 10px;
}

/*================================================
 contact us
=================================================*/
.contact {
    padding: 100px 0;
}

.contact h1 {
    color: #212529;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
    font-size: 3rem;
}

.contact h2 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.contact p {
    margin-bottom: 50px;
}

.contact .call {
    margin: 20px 0px 0px 30px;
}

.contact .formDiv {
    position: relative;
}

.contact .formDiv form {
    padding: 40px 50px 30px 50px;
    background-color: #ECF0F2;
    position: relative;
    z-index: 5;
    margin: 50px 0;
}

.contact .formDiv form .form-control {
    min-height: 55px;
    margin-bottom: 20px;
    border-radius: 0;
}

.contact .formDiv .BGImg {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.contact .formDiv .BGImg img {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}

.MainBtn {
    padding: 15px 30px;
    margin: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #D91C5C;
}

.MainBtn i {
    margin-left: 10px;
    font-size: 25px;
}

.MainBtn:hover {
    border: 1px solid #D91C5C;
    background-color: #ffffff;
    color: #D91C5C;
}

.reviews {
    padding: 30px;
}

.reviews .review {
    margin-bottom: 30px;
    text-align: center;
}

.reviews .review .rate {
    margin-bottom: 20px;
}

.reviews .review p {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.reviews .review h2 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.mainTitle {
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #F3E8F9;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainTitle h3 {
    font-weight: bold;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.mainTitle h3::before {
    content: ' / ';
    color: #D91C5C;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
}

/*================================================
 cart Page
=================================================*/
.cartPage {
    padding: 50px 0;
}

.cartPage .table {
    border: .5px solid #ebebeb !important;
    border-radius: 0;
    vertical-align: middle;
}

.cartPage .table thead {
    background-color: #FBFBFB;
    border: transparent !important;
}

.cartPage .table thead th {
    padding: 15px;
    border: transparent !important;
}

.cartPage .table tbody {
    border: transparent !important;
}

.cartPage .table tbody tr {
    border: 1px solid #ebebeb;
}

.cartPage .table tbody tr td {
    padding: 15px 10px;
    font-weight: bold;
}

.cartPage .table tbody tr td i {
    cursor: pointer;
    margin: 10px;
    font-size: 18px;
    color: #e2e0e0;
}

.cartPage .table tbody tr td img {
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

.cartPage .table tbody tr td .name {
    color: #7030a0;
    font-weight: bold;
}

.cartPage .table tbody tr td .form-control {
    width: 70px;
    text-align: center;
    min-height: 35px;
}

.cartPage .table tfoot td {
    text-align: end;
}

@media (max-width: 760px) {
    .cartPage table {
        display: block;
        padding: 20px;
    }
    .cartPage thead {
        display: block;
    }
    .cartPage thead tr {
        position: absolute;
        top: -9999px;
        right: -9999px;
    }
    .cartPage tbody {
        display: block;
    }
    .cartPage tbody th {
        display: block;
    }
    .cartPage tbody td {
        display: block;
        border: none;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        padding-right: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        border: .5px solid #ebebeb !important;
    }
    .cartPage tbody td:before {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
    }
    .cartPage tbody td:nth-of-type(1):before {
        content: " ";
    }
    .cartPage tbody td:nth-of-type(2):before {
        content: "";
    }
    .cartPage tbody td:nth-of-type(3):before {
        content: "Product";
    }
    .cartPage tbody td:nth-of-type(4):before {
        content: "Price";
    }
    .cartPage tbody td:nth-of-type(5):before {
        content: "Quantity";
    }
    .cartPage tbody td:nth-of-type(6):before {
        content: "Subtotal";
    }
    .cartPage tr {
        display: block;
        border: .5px solid #ebebeb !important;
        margin-bottom: 20px;
    }
    .cartPage tfoot {
        display: block;
    }
}

.cart-totals {
    padding: 30px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    background-color: #ffffff;
    border-radius: 20px;
}

.cart-totals h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #000000;
}

.cart-totals h3::before {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background: #3F046C;
}

.cart-totals ul {
    padding-right: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 15px 0;
    color: #000000;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.cart-totals ul li:first-child {
    padding-top: 0;
}

.cart-totals ul li:last-child {
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
}

.cart-totals ul li:last-child span {
    color: #D91C5C;
    font-weight: 600;
}

.cart-totals ul li span {
    float: left;
    color: #777;
}

.cart-totals .default-btn {
    color: #ffffff !important;
    width: 100%;
    border-radius: 0;
}

.cart-totals .default-btn span {
    background-color: #000000;
}

@media (max-width: 767px) {
    .cart-totals ul li {
        font-size: 13px;
    }
    .cart-totals ul li:last-child {
        font-size: 16px;
    }
}

.input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.input-counter span {
    position: absolute;
    top: 0;
    background-color: #D91C5C;
    cursor: pointer;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 50%;
    margin: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-counter span.minus-btn {
    right: 0;
}

.input-counter span.plus-btn {
    left: 0;
}

.input-counter input {
    height: 25px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
}

.input-counter input::-webkit-input-placeholder {
    color: #000000;
}

.input-counter input:-ms-input-placeholder {
    color: #000000;
}

.input-counter input::-ms-input-placeholder {
    color: #000000;
}

.input-counter input::placeholder {
    color: #000000;
}

.input-counter .minus-btn {
    background-color: #6c757d;
}

/*================================================
 checkout Page
=================================================*/
.checkout {
    padding: 50px 0;
    text-align: start;
}

.checkout .form-control {
    min-height: 56px;
}

.checkout .MainBtn {
    width: 100%;
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: bold;
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: #D91C5C;
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 1px;
}

.billing-details .form-outline .form-control:focus {
    background: transparent;
}

.billing-details .select2 {
    width: 100% !important;
}

.billing-details .select2-container--default .select2-selection--single {
    background: transparent;
}

.billing-details .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.6);
}

.billing-details .form-check {
    margin: 10px 0 20px;
}

.billing-details .form-check .form-check-label {
    color: #000000;
    font-weight: 600;
}

.billing-details .form-check label {
    position: relative;
    right: -3px;
    top: 0;
    font-weight: 600;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    margin-top: 30px;
    padding: 30px;
    border-radius: 20px;
}

.order-details .payment-box .title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.order-details .payment-box .title::before {
    content: '';
    position: absolute;
    background: #3F046C;
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 1px;
}

.order-details .payment-box .payment-method {
    margin-bottom: 20px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
    padding-right: 28px;
    cursor: pointer;
    display: block;
    color: #000000;
    position: relative;
    margin-bottom: 8px;
    font-weight: bold;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3F046C;
    position: absolute;
    top: 7px;
    right: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials .testimonialsHead {
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
}

.testimonials .testimonialsHead i {
    color: #D91C5C;
    margin-left: 15px;
}

.testimonials .newProductsSlider .single-item .item-comment {
    border: .063rem solid #DFDFDE;
    background-color: #DFDFDE;
    padding: 30px 20px;
    border-radius: .625rem;
    position: relative;
    min-height: 200px;
}

.testimonials .newProductsSlider .single-item .item-comment p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.417;
}

.testimonials .newProductsSlider .single-item .item-comment:before {
    top: 100%;
    left: 20%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-left: -2rem;
    bottom: -1.25rem;
    border-color: #DFDFDE rgba(136, 183, 213, 0) rgba(194, 225, 245, 0);
    border-style: solid;
    border-width: 1.25rem 2.188rem 2rem 0.625rem;
}

.testimonials .newProductsSlider .single-item .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
}

.testimonials .newProductsSlider .single-item .client-info .client-img-area {
    border: 0.063rem solid #D91C5C;
    padding: .438rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials .newProductsSlider .single-item .client-info .client-img-area img {
    display: block;
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.testimonials .newProductsSlider .single-item .client-info .client-details h5 {
    text-transform: uppercase;
    color: #D91C5C;
    line-height: 1.417;
}

.testimonials .newProductsSlider .single-item .client-info .client-details p {
    color: #b7b2b2;
    font-weight: 300;
    line-height: 1.889;
}

.Ingredients {
    background: #232228;
    padding: 20px;
    margin: 10px 0 30px;
    color: #ffffff;
}

.Ingredients .pImg {
    text-align: center;
}

.Ingredients .pImg img {
    height: 520px;
    -o-object-fit: contain;
    object-fit: contain;
}

.Ingredients .details {
    padding: 30px 0;
}

.Ingredients .details h4 {
    color: #59B5E3;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.Ingredients .details p {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1rem;
}

.Ingredients .details ul {
    list-style: none;
}

.Ingredients .details ul li {
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Ingredients .details ul li i {
    color: #D91C5C;
    font-size: 26px;
    margin-left: 15px;
}

.made {
    padding: 0px 0 30px;
    text-align: center;
}

.made h1 {
    color: #288CAC;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0px 0px 0px #00000030;
}

.made h6 {
    font-weight: 600;
}

.insideProduct {
    background-color: #00B050;
    padding: 50px 0;
    text-align: center;
}

.insideProduct h6 {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.insideProduct h2 {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .insideProduct .container {
        background-color: #fff;
    }
}

.insideProduct .container .Ingredient {
    padding: 30px;
    text-align: start;
    background-color: #fff;
}

.insideProduct .container .Ingredient .title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.insideProduct .container .Ingredient .subTitle {
    color: #010101;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.insideProduct .container .Ingredient p {
    color: #010101;
    font-size: 11px;
    margin-bottom: 10px;
}

.insideProduct .container .Ingredient img {
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

.HowUse {
    background-color: #ECECEC;
    padding: 30px;
}

.HowUse h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.HowUse .use {
    margin: 0px 0px 0px 0px;
    padding: 20px 35px 0px;
    border-style: solid;
    border-color: #00B050;
    padding: 30px;
    text-align: center;
}

.HowUse .use h4 {
    color: #D91C5C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.RESULTS {
    padding: 30px;
    text-align: center;
}

.RESULTS h2 {
    color: #C8355D;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.RESULTS img {
    height: 333px;
    -o-object-fit: contain;
    object-fit: contain;
}

.productEffect {
    margin-bottom: 50px;
}

.productEffect .pImg {
    text-align: center;
}

.productEffect .pImg img {
    height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}

.productEffect .effect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D91C5C;
}

.productEffect .effect .icon-box {
    width: 70px;
    height: 70px;
    margin: 20px;
    border: 1px solid #D91C5C;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productEffect .effect .icon-box i {
    color: #D91C5C;
    font-size: 34px;
}

.productEffect .effect:hover .icon-box {
    background-color: #D91C5C;
}

.productEffect .effect:hover .icon-box i {
    color: #ffffff;
}

.cartModal .modal-full-height {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: auto;
    min-height: 100%;
    margin: 0;
    max-width: 100%;
}

.cartModal .modal-content {
    border: none;
    border-radius: 0;
    padding: 30px;
}

.cartModal .modal-content .modal-body {
    padding: 20px 0;
}

.cartModal .modal-full-height.modal-top,
.cartModal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cartModal .modal-full-height.modal-top {
    bottom: auto;
}

.cartModal .modal-full-height.modal-bottom {
    top: auto;
    min-height: 0;
}

.cartModal .modal-full-height .modal-content {
    width: 100%;
}

.cartModal .modal-full-height.modal-lg {
    width: 90%;
    max-width: 90%;
}

@media (min-width: 992px) and (min-width: 992px) {
    .cartModal .modal-full-height.modal-lg {
        width: 800px;
        max-width: 800px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .cartModal .modal-full-height.modal-lg {
        width: 1000px;
        max-width: 1000px;
    }
}

@media (min-width: 768px) {
    .cartModal .modal-dialog.modal-right {
        left: 0;
    }
}

.cartModal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.safeDiv .mainImg {
    text-align: end;
}

.safeDiv .mainImg img {
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 20px;
    height: 400px;
}

@media (max-width: 768px) {
    .safeDiv .mainImg img {
        margin: 0;
    }
}

.safeDiv .info h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.safeDiv .info img {
    max-height: 200px;
    margin-bottom: 20px;
}

.safeDiv .info p {
    width: 400px;
    max-width: 100%;
    padding: 10px;
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 70px;
}

.links a {
    margin: 10px;
    position: relative;
    display: block;
}

.links a span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 10px 20px;
    background-color: #3F046C;
    color: #ffffff;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .links {
        display: block;
    }
    .links a {
        margin: 0;
    }
}

.tracking {
    padding: 100px 0 200px;
}

.tracking p {
    margin-bottom: 30px;
    text-align: center;
}

.tracking form .form-control {
    min-height: 55px;
    border-radius: 0;
}

.whatsapp {
    padding: 15px 30px;
    margin: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #06D755;
    color: #06D755;
}

.whatsapp i {
    margin-left: 10px;
    font-size: 25px;
}

.whatsapp:hover {
    border: 1px solid transparent;
    background: #06D755;
    color: #ffffff;
}

.trackingOrder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}

.trackingOrder p {
    margin: 10px;
    color: #C6C6C6;
}

.trackingOrder .trackStatus {
    position: relative;
    padding: 20px;
    width: 100%;
}

.trackingOrder .trackStatus .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin: 10px;
    border: 1px dashed #C6C6C6;
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin: auto;
}

.trackingOrder .trackStatus .icon i {
    color: #C6C6C6;
    font-size: 20px;
}

.trackingOrder .trackStatus::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
    position: absolute;
    right: 50%;
    top: 45px;
}

.trackingOrder .trackStatus:last-child::before {
    display: none;
}

.trackingOrder .trackStatus.active p {
    color: #D91C5C;
}

.trackingOrder .trackStatus.active .icon {
    border: 1px dashed #D91C5C;
    background-color: #D91C5C;
}

.trackingOrder .trackStatus.active .icon i {
    color: #fff;
}

.trackingOrder .trackStatus.active::before {
    background-color: #D91C5C;
}

@media (max-width: 768px) {
    .trackingOrder {
        display: block;
    }
    .trackingOrder .trackStatus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .trackingOrder .trackStatus .icon {
        margin: 10px;
    }
    .trackingOrder .trackStatus::before {
        width: 1px;
        height: 100%;
        right: 55px;
    }
}

.privacyPolicy {
    padding: 60px 0;
    background-color: #F9F9F9;
}

.privacyPolicy h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.privacyPolicy p {
    font-size: 16px;
    line-height: 29.7143px;
    margin-bottom: 20px;
}

.privacyPolicy h1 {
    font-size: 32px;
    line-height: 35.2px;
}

.privacyPolicy a {
    cursor: unset;
    text-decoration: underline;
    color: #212529;
    margin-bottom: 20px;
    display: block;
}

.privacyPolicy ul {
    margin-bottom: 20px;
    padding-right: 3rem;
}

.privacyPolicy ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.privacyPolicy ul li span {
    font-weight: 600;
}

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

.privacyPolicy table td:first-child {
    font-style: italic;
}

.terms {
    padding: 60px 0;
    background-color: #F9F9F9;
}

.terms h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.terms h6 {
    line-height: 35.2px;
    font-weight: 500;
}

.terms p {
    font-size: 16px;
    line-height: 29.7143px;
    margin-bottom: 20px;
}

.shippingPolicy {
    padding: 60px 0;
    background-color: #F9F9F9;
    min-height: 475px;
}

.shippingPolicy h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.shippingPolicy h1 {
    font-size: 32px;
    line-height: 35px;
    text-align: start;
    color: #212529;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.shippingPolicy p {
    line-height: 29.7143px;
    font-size: 16px;
    font-weight: 100;
    margin: 20px 0;
}

.shippingPolicy p span {
    font-weight: bold;
}

.shippingPolicy h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: start;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
}

.shippingPolicy h4 {
    font-size: 49px;
    line-height: 35px;
    text-align: start;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
}

.shippingPolicy .note {
    line-height: 35.2px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

.wholesale {
    padding: 60px 0;
    background-color: #F9F9F9;
    min-height: 475px;
}

.wholesale h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wholesale p {
    font-size: 16px;
    line-height: 29.7143px;
    margin-bottom: 20px;
    text-align: center;
}

.wholesale a {
    color: #3F046C;
}

.seeResults {
    padding: 60px 0 200px;
    min-height: 475px;
}

.seeResults h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    margin-bottom: 50px;
}

.IngredientsPage {
    padding: 60px 0 200px;
}

.IngredientsPage h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #212529;
    font-weight: 400;
    margin-bottom: 20px;
}

.IngredientsPage p {
    font-size: 16px;
    line-height: 29.7143px;
    margin-bottom: 20px;
    text-align: center;
}

.IngredientsPage .title {
    padding: 1px 1px 1px 1px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}

.IngredientsPage ul {
    padding: 0;
    list-style: none;
}

.IngredientsPage ul li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29.7143px;
    margin-bottom: 30px;
}

.IngredientsPage ul li span {
    font-weight: bold;
}

.IngredientsPage ul li:nth-child(odd) {
    background-color: #F7E1FF;
}
/*# sourceMappingURL=style.css.map */
