.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #365f91; 
    color: #eee;
    border-radius: 4px;
}

* {
    margin: 0;
    padding: 0;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: white;
    content: ">";
}

.breadcrumb>.active {
    color: #fff;
}

.normal_view {
    background-color: #ffffff;
    color: #646464;
}

html {
    height: 100%;
}

body {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Muli', 'sans-serif';
}

footer {
    background-color: #56b29e;
    color: white;
    margin-top: auto;
}

footer h1 {
    text-align: center;
    padding: 50px;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

.paddingZero {
    padding: 0;
}

.txtCenter {
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.borderBottom {
    border-bottom: 1px solid;
}

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

.displayFlexNoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.alignFlexStart {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.justifyFlexStart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap; */
}

.justifyFlexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}

.flex-direction-column {
    flex-direction: column;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.btn-group .btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    position: relative;
    float: left;
}

.btn-group .btn.selected {
    width: 80%;
}

.btn-group .dropdown-menu.show {
    transform: translate3d(0px, 38px, 0px) !important;
    width: 100%;
    padding: 0;
}

.btn-group.open .dropdown-menu {
    display: block;
    /* transform: translate3d(0px, 38px, 0px) !important; */
    width: 100%;
    padding: 0;
}

.btn-group .dropdown-toggle {
    width: 20%;
}

.btn-group .dropdown-menu li {
    padding: 0 10px;
}

.btn-group .dropdown-toggle::after {
    margin-left: 0;
}

.btn-group .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.btn-group .dropdown-menu li:hover {
    background-color: gainsboro;
}

.normal_view .container-fluid {
    padding: 0;
    overflow-x: hidden;
}

.normal_view .upper__header {
    padding: 20px 0;
    margin: 0;
}

.normal_view {
    padding: 0.5rem 0;
    margin: 0;
}

.normal_view .upper__header .logo__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.normal_view .upper__header .logo__container .searchbarContainer {
    width: 75%;
    /* border: 1px solid; */
    padding: 10px 0;
    background-color: #faf9f7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 25px;
}

.normal_view .upper__header .logo__container form .searchbarContainer {
    width: 80%;
    padding: 0;
}

.normal_view .upper__header .logo__container form .searchbarContainer button {
    padding: 10px 13px;
}

.normal_view .upper__header .logo__container form .searchbarContainer .serach_icon {
    padding: 0;
}

.normal_view .upper__header .logo__container .searchbarContainer input:focus {
    outline: none;
}

.normal_view .upper__header .logo__container .searchbarContainer .serach_icon:hover {
    color: #56b29e;
}

.normal_view .upper__header .logo__container .searchbarContainer .serach_icon {
    padding: 0 10px 0 13px;
    cursor: pointer;
}

.normal_view .upper__header .logo__container .searchbarContainer input {
    background-color: #faf9f7;
    border: none;
    width: 100%;
    margin-right: 10px;
}

.normal_view .upper__header .logo__container .logo {
    width: 130px;
}

.normal_view .upper__header .logo__container h1 {
    margin-left: 10px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 0;
    text-align: center;
    font-size: 2.4rem;
}

hr {
    background-color: white;
    margin: 0;
}

.normal_view .upper__header .serach__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.normal_view .upper__header .serach__container #search__input {
    color: black;
    width: 60%;
    padding: 5px 5px;
    border: 0;
}

.normal_view .upper__header .serach__container #search__input:focus {
    outline: 0;
}

.normal_view .upper__header .serach__container .serach_icon {
    padding: 10px 10px;
    background: #353535;
    margin-left: -4px;
    transition: 0.3s all ease-in;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.normal_view .upper__header .serach__container .searchForm .serach_icon {
    padding: 11px 10px;
    background: #353535;
    margin-left: -4px;
    transition: 0.3s all ease-in;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.normal_view .upper__header .serach__container .serach_icon:hover {
    background: #777777;
}

.normal_view .nav_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.normal_view .nav_container .nav__element {
    font-family: 'Muli', 'sans-serif';
    font-size: 16px;
    /* font-weight: 700; */
    cursor: pointer;
    transition: 0.5s all ease;
    padding: 9px 25px 9px 9px;
    margin-right: 25px;
    position: relative;
    border-bottom: 3px solid transparent;
}

.normal_view .nav_container .nav__element:focus {
    outline: none;
}

.normal_view .nav_container .nav__element a {
    color: inherit;
    text-decoration: none;
}



.normal_view .mobile_view {
    display: none;
}

.upper__header .cartAndProfileContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 25px;
}

.upper__header .cartContainer a,
.upper__header .wowContainer a {
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}

.upper__header .wowContainer,
.upper__header .cartContainer {
    position: relative;
}

.upper__header .item-count {
    bottom: 19px;
    right: -13px;
    background-color: #56b29e;
    border-radius: 100%;
    padding: 1px 6px 0px 6px;
    color: white;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
}

.upper__header .wowContainer .item-count {
    bottom: 14px;
    right: 67px;
}

.upper__header .col-lg-5,
.container-lg {
    padding: 0;
}

.upper__header .middle_search_container {
    padding: 0 15px;
}

.upper__header .wowContainer:hover,
.upper__header .cartContainer:hover,
.upper__header .profileContainer:hover {
    color: #56b29e;
}

.upper__header .cartAndProfileContainer .wowContainer .text,
.upper__header .cartAndProfileContainer .profileContainer .text {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 20px;
    font-weight: 600;
}

.upper__header .wowContainer:after,
.upper__header .profileContainer:after {
    content: '';
    position: absolute;
    right: 0;
    margin-right: -10px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    background-color: #646464;
}

.upper__header .profileContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.upper__header .wowContainer,
.upper__header .cartContainer,
.upper__header .profileContainer {
    margin: 0 20px 0 0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.upper__header .sub-header.profile {
    padding-top: 45px;
    /* padding-bottom: 50px; */
    position: absolute;
    right: 6.5%;
    /* left: 34.5%; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    pointer-events: none;
    transition: all 1s ease-in-out;
    transform: translateX(-50%);
}

.lower__header .sub-header.profile {
    padding-top: 45px;
    /* padding-bottom: 50px; */
    position: absolute;
    right: 0;
    /* left: 34.5%; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    pointer-events: none;
    transition: all 1s ease-in-out;
    transform: translateX(-31%);
}

/*Advertise Owl Carousel*/
.carousel__container {
    padding: 10px 15px;
}

.owl-carousel {
    position: relative;
    height: 100%;
}

.owl-carousel div:not(.owl-controls, .onHover) {
    height: 100%;
}

.owl-adv .owl-carousel .owl-slide img  { 
    height: 488px;
    /* width: 290px; */
}

.owl-carousel .owl-slide {
    /* background-image: url('https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200'); */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#owl-adv .owl-dots {
    text-align: center;
    padding-top: 0;
    z-index: 2;
    /* transform: translateY(-30px); */
    /* position: absolute; */
    width: 100%;
    height: auto;
    padding: 15px 0 0px;
}

#owl-adv .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

#owl-adv .owl-dots button.owl-dot.active {
    background-color: #9f9f9f;
}

#owl-adv .owl-dots button.owl-dot:focus {
    outline: none;
}

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

.bookImageContainer {
    padding: 50px 40px 30px 0;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.bookInfoContainer {
    width: 50%;
    padding: 0px 0px 0px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.on_Sale {
    font-size: 55px;
    font-family: serif;
    font-weight: bold;
    width: 60%;
}

.book_name {
    font-size: 50px;
    width: 60%;
    font-weight: bold;
}

.book_description {
    font-size: 35px;
    font-weight: 600;
    width: 60%;
}

.buy_book_container {
    padding: 10px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnToBuyBook {
    background-color: #826945;
    font-size: 25px;
    border: none;
    padding: 10px;
    font-weight: 400;
    color: white;
    transition: 0.5s all ease;
}

button:focus {
    outline: 0;
}

.btnToBuyBook:hover {
    background-color: black;
}

/*end*/

.newarrival__section h1 {
    margin: 20px 0;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
}

.newarrival__section .carousel__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newarrival__section .carousel__container .carousel_cont {
    width: 70%;
    position: relative;
}

.newarrival__section .carousel__container .carousel_cont .add_to_cart {
    margin-top: 10px;
}

.newarrival__section .carousel__container .carousel_cont .btnAddToCart {
    width: 100%;
    background-color: #912825;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    font-weight: 400;
    color: white;
    transition: 0.5s all ease;
}

.newarrival__section .carousel__container .carousel_cont .btnAddToCart:hover {
    background-color: black;
}

.white-overlay-right {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.white-overlay-left,
.white-overlay-right {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 100%;
    width: 100px;
    /* background: #fff; */
    /* margin: 0 10px; */
    pointer-events: none;
}

.white-overlay-left {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.writeup__section {
    margin: 45px 0;
}

.writeup__section p {
    text-align: justify;
    font-family: 'Muli', 'sans-serif';
    font-size: 22px;
}

.desktop_view .dropDownIcon {
    position: absolute;
    right: 6px;
    bottom: 12px;
}

.sub-header {
    padding-top: 45px;
    padding-bottom: 50px;
    position: absolute;
    /* right: 0; */
    /* left: 34.5%; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    pointer-events: none;
    transition: all 1s ease-in-out;
    /* transform: translateX(-50%); */
}

.sub-header.category_1 {
    left: 30%;
    width: 17%;
    transform: translateX(-50%);
}

.sub-header .linkTitle {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 5px;
    color: black;
}

.sub-header .link3 {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 5px;
    color: black;
    transition: 0.5s all ease-in-out;

}

.sub-header .link3:hover {
    color: white;
    background-color: #518dd4;
}

.sub-header.category_2 {
    left: 38.2%;
    width: 17%;
    transform: translateX(-50%);
}

.sub-header.category_5 {
    left: 38.2%;
    width: 17%;
    transform: translateX(-50%);
}

.sub-header .parent_container .subsubCategories {
    position: absolute;
    background: white;
    left: 100%;
    width: 0%;
    height: 0%;
    opacity: 0;
    top: 0%;
    color: indianred;
    display: none;
    color: transparent;
    transition: all 0.5s ease-in;
}

.sub-header .parent_container .subsubCategories.addClass {
    display: block;
    width: 100%;
    height: 100%;
    /* top: 34%; */
    opacity: 1;
}

/*  .sub-header .parent_container .subsubCategories.subCategory_1{
    top:0%;
}
 .sub-header .parent_container .subsubCategories.subCategory_2 {
    top: 34%;
}
 .sub-header .parent_container .subsubCategories.subCategory_3 {
    top: 68%;
} */

.sub-header .parent_container .row .col-12 {
    padding: 0;
    background-color: white;
}

.sub-header .parent_container .row.subsubCategories .col-12 {
    padding: 5px 0;

}

.sub-header .parent_container .row {
    margin: 0
}

.sub-header .parent_container {
    padding: 5px 0;
    background-color: white;
    pointer-events: all;
    width: 100%;
    /* text-align: center; */
    position: relative;

}

.sub-header .parent_container a {
    /* text-decoration: none;
    color: indianred; */
}

.sub-header .parent_container .link2 a {
    text-decoration: none;
    color: black !important;
    font-weight: bold;
}

.upper__header .sub-header.profile {
    padding-top: 45px;
    /* padding-bottom: 50px; */
    position: absolute;
    right: 6.5%;
    /* left: 34.5%; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    pointer-events: none;
    transition: all 1s ease-in-out;
    transform: translateX(-50%);
}

.sub-header.profile {
    padding-top: 45px;
    /* padding-bottom: 50px; */
    position: absolute;
    right: 0;
    /* left: 34.5%; */
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    pointer-events: none;
    transition: all 1s ease-in-out;
    transform: translateX(-31%);
}

.color {
    color: #af9f7b;
}

.upper__header .sub-header .parent_container {
    padding: 10px 20px;
    background-color: white;
    pointer-events: all;
    text-align: center;

}

.upper__header .sub-header .parent_container .link2 a {
    text-decoration: none;
    color: black !important;
    font-weight: bold;
}

.upper__header .sub-header .parent_container a {
    text-decoration: none;
    color: indianred;
}

.mobile_menu {
    display: none;
    width: 100%;
}

.bookMenu,
.mobile_books_menu1,
.mobile_books_menu2,
.mobile_books_menu3,
.mobile_books_menu4 {
    display: none;
}

.mobile_menu .subsubCategories,
.mobile_menu .categoryMenu {
    display: none;
}

.ebookMenu,
.mobile_ebooks_menu1,
.mobile_ebooks_menu2,
.mobile_ebooks_menu3,
.mobile_ebooks_menu4 {
    display: none;
}

.mobile_menu .categoryMenu {
    margin-top: 10px;
}

.ebookMenu {
    margin-top: 10px;
}

.mobile_books,
.mobile_books_btn1,
.mobile_books_btn2,
.mobile_books_btn3,
.mobile_books_btn4 {
    position: relative;
}

.mobile_menu .category,
.mobile_menu .subCategory {
    position: relative;
}

/* .mobile_ebooks,
.mobile_ebooks_btn1,
.mobile_ebooks_btn2,
.mobile_ebooks_btn3,
.mobile_ebooks_btn4 {
    position: relative;
} */

.mobile_menu .subCategory .dropDownIcon {
    right: 25px;
}

.mobile_menu .mobile_books_btn1 .dropDownIcon,
.mobile_menu .mobile_books_btn2 .dropDownIcon,
.mobile_menu .mobile_books_btn3 .dropDownIcon,
.mobile_menu .mobile_books_btn4 .dropDownIcon {
    right: 25px;
}

.mobile_menu .mobile_ebooks_btn1 .dropDownIcon,
.mobile_menu .mobile_ebooks_btn2 .dropDownIcon,
.mobile_menu .mobile_ebooks_btn3 .dropDownIcon,
.mobile_menu .mobile_ebooks_btn4 .dropDownIcon {
    right: 25px;
}

.mobile_menu .dropDownIcon {
    position: absolute;
    right: 30px;
    top: 9px;
}

.mobile_menu ul {
    list-style: none;
    width: 100%;
}

.mobile_nav_elements {
    list-style: none;
    width: 100%;
    font-size: 19px;
}

.mobile_nav_elements li {
    padding: 10px 5px;
}

.mobile_menu a {
    text-decoration: none;
    color: black;
}

.navConatainer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.navConatainer a {
    text-decoration: none;
}

.navConatainer .dropbtn {
    background-color: white;
    color: #646464;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: bold;
    border: none;
}

.navConatainer .dropbtn .dropDownIcon {
    margin-left: 5px;
}

.navConatainer .customdropdown {
    /* position: relative; */
    /* display: inline-block; */
}

.navConatainer .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.navConatainer .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.navConatainer .dropdown-content a:hover {
    /* background-color: #ddd; */
    color: #56b29e;
}

.navConatainer .customdropdown:hover .dropdown-content {
    display: block;
}

.navConatainer .customdropdown:hover .dropbtn {
    color: #56b29e;
}


/*Home Page start*/
#homePage .services__section {
    margin: 2rem 0;
}

#homePage .services__section .serviceElem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1.5em;
    background-color: #ededeb;
}

#homePage .services__section .serviceElem:nth-child(2) {
    margin: 0 0.7em;
}

#homePage .services__section .serviceElem p {
    margin: 0;
}

#homePage .services__section .serviceElem .text_1 {
    font-weight: bold;
    font-size: 14px;
}

#homePage .services__section .serviceElem .text_2 {
    font-size: 12px;
}

#homePage .services__section .serviceIcons {
    font-size: 27px;
    margin-right: 0.4em;
    color: #56b29e;
}

.foodGrid__section {
    margin: 0 0 2rem 0;
}

.foodGrid__section .tabElem {
    padding: 0.4em 2em;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.foodGrid__section .tabElem:hover {
    color: #56b29e;
}

.foodGrid__section .tabElem:hover a:after {
    width: 18px;
}



.foodGrid__section .tabElem a:after {
    content: '';
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0px;
    height: 2px;
    /* display: none; */
    transition: all 0.3s ease-in-out;
    background-color: #56b29e;
}

.foodGrid__section .tabElem_3 a:after {
    left: 43%
}

.foodGrid__section .tabElem_2 a:after {
    left: 30.6%;
}

.foodGrid__section .tabElem_1 a:after {
    left: 28%;
}

.foodItemsGridContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 1em 0;
}

.foodElem {
    width: 31.5%;
    cursor: pointer;

}

.foodElem .foodImgContainer>a>img {
    width: 100%;
}

.foodElem .foodImgContainer>img {
    width: 100%;
}

.foodImgContainer {
    position: relative;
}

.foodElemInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1em 0;
}

.onHover {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #0000007d;
    height: 0%;
    visibility: hidden;
    top: 0%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.onHover p {
    text-align: center;
    color: #f2c223;
    font-size: 13px;
    width: 100%;
    margin: 0 0 0.5em;

}

.carouselImgContainer {
    position: relative;
}

.carouselImgContainer .onHover p:nth-child(1) {
    font-size: 22px;
    color: white;
}

.carouselImgContainer .onHover p:nth-child(2) {
    font-size: 13px;
    color: white;
}

.carouselImgContainer .onHover a {
    font-size: 12px;
    color: white;
    background-color: #f2c223;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.carouselImgContainer .onHover a:hover {
    font-size: 14px;
    color: black;
}

.carouselImgContainer:hover .onHover {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.foodElem:hover .onHover {
    height: 100%;
    visibility: visible;
    opacity: 1;
    /* top: 50%;
    transform: translateY(-50%); */
}

.onHover p.whiteColor {
    color: white;
}

.foodElemInfo .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;
}

.foodElemInfo .name p {
    font-size: 17px;
    margin: 0 0 0 0.5em;
}

.foodElemInfo .name>div {
    font-size: 14px;
    margin-left: auto;
}

.foodElemInfo .name>div i {
    cursor: pointer;
}

.foodElemInfo>p {
    font-size: 13px;
    font-style: italic;
}

.priceAndBuy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.priceAndBuy>p {
    margin: 0;
}

.priceAndBuy>form {
    margin-left: auto;
}

.addToBagBtn {
    background-color: #56b29e;
    text-decoration: none;
    color: white;
    padding: 8px 14px;
    border-radius: 5px;
    margin-left: auto;
    border: none;
}

.addToBagBtn:hover {
    color: black;
}

.viewMore {
    width: 100%;
    margin: 2rem 0;
}

.viewMore a {
    padding: 0.5em 1.5em;
    border-radius: 5px;
    border: 1px solid;
    transition: all 0.3s ease-in-out;
}

.viewMore a:hover {
    background-color: #0000007d;
    color: white;

}

.newsLetter_Section {
    margin: 1rem 0;
    padding: 2rem 0;
}

.newsLetter_Section p {
    text-align: center;
}

.newsLetter_Section .title {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    position: relative;
    margin-bottom: 1.5rem;
}

.newsLetter_Section .title:after {
    content: '';
    position: absolute;
    left: 47.8%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 25px;
    height: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    background-color: black;
}

.newsLetter_Section form {
    position: relative;
    width: 35%;
}

.newsLetter_Section input {
    padding: 0.3rem 1rem;
    width: 100%;
}

.newsLetter_Section input:focus {
    outline: none;
}

.newsLetter_Section button {
    position: absolute;
    right: 0;
    padding: 0.3rem 0.8rem;
    margin: 0.3rem;
    border: 0;
    background-color: #56b29e;
    color: white;
    font-size: 0.8rem;
    transition: all 0.7s ease-in-out;
    transform: rotate(0deg);

}

/* .newsLetter_Section button:hover i {
    transform: rotate(180deg);
} */

.newsLetter_Section button:hover {
    color: black;
    /* font-size: 1rem;
    padding: 0.1rem 0.8rem; */
}

/*Home Page end*/
footer {
    padding: 3rem 0;
}

footer .row {
    margin: 0;
}

footer .title {
    margin-bottom: 2.5em;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}

footer .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

footer ul {
    list-style: none;
    font-size: 13px;
}

footer li {
    margin-bottom: 1em;
}

footer li a:hover {
    color: #000;
}

footer .info {
    font-size: 13px;
    padding-right: 6rem;
}

/*category page start*/
#categoryPage .row {
    margin: 0;
}

#categoryPage .parentContainer {
    margin-top: 2rem;
}

#categoryPage .foodItemsGridContainer {
    width: 95%;
}

#categoryPage .tabConatainer {
    width: 77%;
    margin-left: auto;
    margin-bottom: 2.5rem;
}

#categoryPage .tabElem {
    /* border-collapse: separate; */
    border: 1px solid #cecece;
    padding: 0.8em 0;
    background-color: #f9f9f7;
    text-align: center;
    width: 14%;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#categoryPage .tabElem:hover {
    border: 1px solid #56b29e;
    color: #56b29e;
    background-color: white;
}

#categoryPage .tabElem.selected {
    border: 1px solid #56b29e;
    color: #56b29e;
    background-color: white;
}

#categoryPage .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    right: 5%;
}

#categoryPage .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#categoryPage .dropdown-content a:hover {
    /* background-color: #ddd; */
    color: #56b29e;
}

#categoryPage .customdropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

#categoryPage .customdropdown:hover .dropdown-content {
    display: block;
}

#categoryPage .customdropdown:hover .dropbtn {
    color: #56b29e;
}

#categoryPage a {
    text-decoration: none;
}

#categoryPage .dropbtn {
    background-color: white;
    color: #646464;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

#categoryPage .dropbtn select {
    cursor: pointer;
}

#categoryPage .dropbtn .dropDownIcon {
    margin-left: 5px;
}

#categoryPage .searchParameter {
    padding: 0.5em;
    color: #56b29e;
    margin: 0 0.5em 0.5em 0.5em;
    border: 1px solid;
}

#categoryPage .searchAndSortParent {
    width: 100%;
    padding: 0 1.6em;
    align-items: flex-start;
}

#categoryPage .closeIcon:hover {
    color: black;
}

#categoryPage .clearAll {
    border: 1px solid black;
    padding: 0.5em;
    transition: all 0.2s ease-in-out;
    margin: 0 0.5em 0.5em 0.5em;
}

#categoryPage .clearAll:hover {
    color: #56b29e;
    border-color: #56b29e;

}

.filters,
.filterCategoryMenu {
    list-style: none;
}

/* .filters li.filterCategory {
    padding-bottom: 0;
} */

.filterCategoryMenu {
    padding: 0 1.2em;
    /* margin-top: 0.5em; */
    border-top: 1px solid #cecece;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 110px;
    display: none;
    overflow: overlay;
    font-size: 13px;
    background-color: #f9f9f7;
    color: #a7a2a2
}

.filters {
    border: 1px solid #cecece;
}

.filters>li {

    position: relative;
}

.filters>li:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.filters .dropDownIcon {
    margin-left: auto;
    margin-right: 1.2em;
}

.filterSubCategory {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.filterSubCategory:nth-child(1) {
    margin-top: 1em;
}

.filterSubCategory:nth-child(2) {
    margin-top: 1em;
}

.filterSubCategory:not(:first-child):nth-child(1) {
    margin-top: 0.5em;
}

.filterSubCategory:nth-last-child(1) {
    margin-bottom: 0.5em;
}

.filterSubCategory:nth-last-child(2) {
    margin-bottom: 0.5em;
}

/* .filterSubCategory input {
    margin-right: 0.5em;
    width: 17px;
    height: 17px;
} */

.filterCategoryName {
    margin-left: 0.5em;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    padding: 0.5em 0;
    align-items: center;
    cursor: pointer;

}

.filterCategoryName:hover {
    color: #56b29e;
}

.filterSubCategory input[type=checkbox]+label {
    display: block;
    margin: 0 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.filterSingleCategory input[type=checkbox]+label {
    display: flex;
    margin: 0;
    justify-content: flex-start;
    cursor: pointer;
    align-items: center;
}

.filterSingleCategory input[type=checkbox],
.filterSubCategory input[type=checkbox] {
    display: none;
}

.filterSingleCategory input[type=checkbox]+label:after {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 4px;
    padding-bottom: 17px;
    margin-left: auto;
    font-size: 13px;
    margin-right: 1em;
    vertical-align: baseline;
    color: transparent;
    transition: .2s;
}

.filterSubCategory input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 4px;
    padding-bottom: 17px;
    margin-right: 0.7em;
    vertical-align: baseline;
    color: transparent;
    transition: .2s;
}

.filterSingleCategory input[type=checkbox]+label:active:after,
.filterSubCategory input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.filterSingleCategory input[type=checkbox]:checked+label:after,
.filterSubCategory input[type=checkbox]:checked+label:before {
    background-color: #56b29e;
    border-color: #56b29e;
    color: #fff;
}

.filterSingleCategory input[type=checkbox]:checked+label,
.filterSubCategory input[type=checkbox]:checked+label {
    color: #56b29e;
}

.brandNamesMenu {
    height: 205px;
}

.brandNamesMenu>li:nth-child(1) {
    width: 100%;
}

.brandNamesMenu>li:nth-child(3) {
    margin-top: 1em;
}

.brandNamesMenu>li:nth-last-child(1) {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #56b29e;
}

.brandNamesMenu>li:nth-last-child(1):hover {
    color: black;
}

.filterSubCategory .serach_icon {
    border: none;
    position: absolute;
    left: 8px;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
}

.filterSubCategory .searchbarContainer,
.filterSubCategory .searchbarContainer form {
    width: 100%;
    position: relative;
}

.filterSubCategory .searchbarContainer input {
    width: 97%;
    padding: 0.4em 2em;
}

.priceBucketMenu>li {
    width: 100%;
}

.priceBucketMenu .filterSubCategory:nth-child(2) {
    margin: 0;
}

.filterTitle {
    margin-bottom: 0.5em;
    font-size: 14px;
    color: #a7a2a2;
    font-weight: bold;
}

.searchResultsForParent {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.searchResultsForParent>span:nth-child(1) {
    margin-bottom: 10px;
}

.mobileViewTabContainer {
    display: none;
}

/*category page end*/

/*Product page start*/

.detailsParent {
    width: 90%;
    padding-top: 1.5em;
    border-top: 1px solid #646464;
}

.nav-pills .nav-link {
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #646464;
}

.nav-pills .nav-link.active {
    color: #646464;
    background-color: #fff;

}

.nav-pills .nav-item.active a {
    color: #56b29e;
    border-bottom: 2px solid #56b29e;
    background-color: white;
    border-radius: 0;
}

.detailsParent li.nav-item {
    margin: 0 28px;
    font-size: 14px;
}

.detailsParent .mb-3 {
    margin-bottom: 0 !important;
}

.detailsParent .tab-content {
    background-color: #ededeb;
    padding: 1.5em;
}

.propertiesContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13px;
    flex-wrap: wrap;
}

.propertyElem {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 0.5em;

}

.propertyElem span {
    width: 80%;
}

.propertyElem span.propertyElemTitle {
    margin-right: 1.5em;
    width: 20%;
}

.morFormChefCarauselSection .foodElem {
    width: 100%;
}

.owl-carousel .owl-item .name img {
    width: 15px;
    height: 15px;
}

.morFormChefCarauselSection .carousel__container {
    padding: 10px 0px;
    width: 90%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    margin-right: 10px;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
    margin-right: 10px;
}

.morFormChefCarauselSection .carouseltitle {
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    text-align: left;
    margin-bottom: 0;
    width: 90%;
}

.zoomWindowContainer > div {
        width: 100% !important;
        height: 100% !important;
        left: 102% !important;
}
.productSection {
    margin: 2rem 0;
}

.productSection .row {
    margin: 0;
}

.productSection .col-lg-1.col-md-1.col-sm-1,
.productSection .col-lg-2.col-md-2.col-sm-2,
.productSection .col-lg-8.col-md-8.col-sm-8 {
    padding: 0;
}

.productImageContainer {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: flex-start;

    width: 50%;
}

.productInfoContainer {
    width: 50%;
    margin-right: auto;
    padding-left: 4%;
    color: #646464;
}

.productInfoContainer p {
    margin: 0;
}

.imgContainer {
    width: 76%;
    padding: 0 0.8rem;
}

.imgContainer img {
    display: none;
}

.imgContainer .bigimg.active {
    display: block;
}

.smallImg.active {
    border: 2px solid #56b29e;
}

.imgContainer img {
    width: 100%;
}

.smallImg>div {
    background-color: grey;
    width: 100%;
    height: 100%;
}

.smallImg {
    width: 71px;
    height: 61px;
    margin-bottom: 10px;
    padding: 2px;
    cursor: pointer;
    border: 1px solid #fff; 
}

.propertiesSection {
    margin-bottom: 2rem;
}

.productTitle {
    font-size: 16px;
    font-weight: bold;
}

.productInfoContainer p.productSubTitle {
    font-size: 14px;
    margin-bottom: 0.5em;
}



.productCompanyLogo {
    margin-left: auto;
}

.productInfoMargBot {
    margin-bottom: 1.5rem;
}

.productInfoContainer .form-group {
    margin: 0;

}

.productInfoContainer .form-group select {
    width: 40%;
}

.minimumDel {
    font-size: 13px;
}

.amount {
    font-style: 14px;
    font-weight: bold;
}

.buttonsContainer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* width: 76%; */
}

.buttonsContainer .addToBagBtn {
    margin: 0;
    border: none;
    width: 49%;
}



.buttonsContainer .addToBagBtn:hover {
    color: black;
}

.productInfoInnerContainer {
    width: 74%;
}

.addToWows {
    border: 1px solid #ff6363;
    padding: 8px 14px;
    width: 100%;
    border-radius: 5px;
    color: #ff6363;
}

a.addToWows {
    border: 1px solid #ff6363;
    padding: 8px 14px;
    width: 49%;
    border-radius: 5px;
    color: #ff6363;
    margin-left: auto;
    text-align: center;
}

.addToWows:hover {
    border: 1px solid black;
    color: black;
}

.qtyContainer .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.qtyContainer .form-group label {
    margin: 0;
}

.qtyContainer .qtyInput {
    margin-left: 1em;
    width: 20%;
}

/*Product page end*/


/*cart page css start*/
#cartPage .sectionTitle {
    font-size: 24px;
    text-align: center;
    margin-top: 1rem;
    /* font-weight: bold; */
}

#cartPage .row {
    margin: 0;
}

#cartPage .headingRow {
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

#cartPage .tableHeading {
    font-size: 20px;
    /* font-weight: bold; */
}

#cartPage .productHeading {
    padding-left: 35px;
}

#cartPage .qtyDiv {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cartPage .qtyDiv input {
    width: 100px;
    text-align: center;
}

#cartPage .updateOption {
    margin: 0;
    padding: 0.2em 0.5em;
    background-color: #56b29e;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

#cartPage .updateOption:hover {
    color: black;
    background-color: #4da08e;
}

#cartPage .dataRow {
    font-size: 18px;
    margin: 2rem 0 !important;
}

#cartPage img {
    width: 100%;
}

#cartPage .bookTitleDiv p {
    width: 100%;
}

#cartPage .bookTitleDiv a:hover {
    color: #56b29e
}

#cartPage .rowNum {
    margin: 0 10px;
    align-self: flex-start;
}

#cartPage .bookTitleDiv {
    margin-left: 10px;
    align-self: flex-start;
}

#cartPage .lastRow>.alignFlexStart {
    border-bottom: 1px solid;
}

#cartPage .sortBySelect {
    width: 100px;
    /* border: 1px solid #912825; */
    border: 1px solid;
}

#cartPage .sortBySelect.form-control:focus {
    border-color: black;
    /* box-shadow: 0 0 0 0.2rem rgba(145, 40, 37, .25); */
    box-shadow: none;
}

#cartPage .calculationRow {
    font-size: 18px;
    margin-bottom: 1rem;
}

#cartPage .calTitleBold {
    font-weight: bold;
}

#cartPage .butn {
    border: 0;
    background-color: #56b29e;
    color: white;
}

#cartPage .butn:hover {
    color: black;
    background-color: #4da08e;
}

#cartPage .continueShoppingBtn {
    width: 98%;
    font-size: 18px;
    padding: 5px 0;
}

#cartPage .checkoutBtn {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
}

#cartPage .mobileView {
    display: none;
}

#cartPage .mobileRow {
    width: 100%;
    border-top: 1px solid;
    padding: 10px 0;
}

.width-50 {
    width: 50%;
}

/*cart page css end*/

/*media queries start*/
@media only screen and (max-width: 1200px) {

    .normal_view .upper__header .logo__container h1 {
        font-size: 1.9rem;
    }

    .mobile_menu {
        display: none;
    }

    #bookDetailPage .bookDetailSection {
        padding: 0;
    }

    #bookDetailPage .bookDetailParent p {
        margin-bottom: 0.6rem;
    }

    #bookDetailPage .sectionTitle {
        margin-left: 0;
        margin-right: 0;
    }

    #bookDetailPage .product_description {
        margin: 0;
    }
}

@media only screen and (width: 1024px) {
    .sub-header.books {
        left: 24.5%;
        transform: translateX(-50%);

    }

    .sub-header.ebooks {
        left: 34.4%;
        transform: translateX(-50%);
    }

    .upper__header .sub-header.profile {
        padding-top: 45px;
        /* padding-bottom: 50px; */
        position: absolute;
        right: 0;
        /* left: 34.5%; */
        display: flex;
        flex-wrap: wrap;
        z-index: 2;
        pointer-events: none;
        transition: all 1s ease-in-out;
        transform: translateX(-50%);
    }

    .upper__header .profileContainer:hover {
        color: white;
    }
}

@media only screen and (max-width: 991px) {
    .normal_view .upper__header {
        padding: 25px 10px;
    }

    .normal_view .upper__header .logo__container .logo {
        width: 60px;
    }

    .normal_view .upper__header .logo__container h1 {
        font-size: 1.4rem;
    }

    .upper__header .cartAndProfileContainer {
        font-size: 20px;
    }


}

@media only screen and (max-width: 767px) {

    .upper__header .wowContainer,
    .upper__header .cartContainer {
        margin-right: 20px;
    }

    .upper__header .sub-header.profile {
        padding-top: 45px;
        /* padding-bottom: 50px; */
        position: absolute;
        right: 0;
        /* left: 34.5%; */
        display: flex;
        flex-wrap: wrap;
        z-index: 2;
        pointer-events: none;
        transition: all 1s ease-in-out;
        transform: translateX(-34%);
    }

    .upper__header .profileContainer:hover {
        color: white;
    }
}

@media only screen and (max-width: 717px) {
    .upper__header .item-count {
        bottom: 14px;
        right: -15px;
        background-color:#56b29e;
        border-radius: 100%;
        padding: 1px 6px 0px 6px;
        color: white;
        font-weight: normal;
        font-size: 10px;
        position: absolute;
    }

    .owl-carousel .owl-slide img {
        height: auto;
    }

    .upper__header .wowContainer,
    .upper__header .cartContainer,
    .profileContainer {
        margin: 0 10px;
    }

    .upper__header .cartAndProfileContainer {
        font-size: 17px;
    }

    .serach__container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        font-size: 0.7rem;
    }

    .normal_view .upper__header .logo__container h1 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 678px) {
    .normal_view .upper__header .logo__container .logo {
        width: 50px;
    }

    .normal_view .upper__header .logo__container h1 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 655px) {
    .normal_view .upper__header .logo__container h1 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 617px) {
    .normal_view .upper__header .logo__container h1 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 580px) {
    .normal_view .upper__header .logo__container h1 {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 575px) {

    /*cart page start*/

    #cartPage .desktopView {
        display: none;
    }

    #cartPage .mobileView {
        display: block;
        padding: 0 10px;
    }

    #cartPage .removeOption {
        margin: 0;
    }

    #cartPage .mobileRow:last-child {
        border-bottom: 1px solid;
    }

    #cartPage .continueShoppingBtn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    #cartPage .bookTitleDiv {
        margin-left: 0;
        align-self: flex-start;
    }

    #cartPage .butn {
        text-align: center;
    }

    #cartPage .note {
        font-size: 14px;
        text-align: center;
    }

    #cartPage .bookTitleDiv p {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    #cartPage .rowNum {
        margin: 0;
        align-self: flex-start;
        position: absolute;
    }

    /*cart page end*/


    /*product page start*/
    .propertyElem {
        width: 100%;
    }

    .imgContainer {
        width: 82%;
    }

    .buttonsContainer {
        font-size: 12px;
    }

    .productImageContainer {
        width: 100%;
    }

    .productInfoContainer {
        width: 100%;
        margin-right: auto;
        padding-left: 4%;
        color: #646464;
        padding-right: 4%;
        margin-top: 4%;
    }

    .productInfoInnerContainer {
        width: 100%;
    }

    .productInfoContainer .form-group select {
        width: 100%;
    }

    /*product page end*/

    /*category page start*/
    #categoryPage .tabElem {
        width: 33%;
    }

    .sortByParent {
        margin-left: 0 !important;
    }

    .tabConatainer {
        display: none;
    }

    .mobileViewTabContainer.tabConatainer {
        display: flex;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 1.6rem !important;
    }

    #categoryPage .dropdown-content {
        right: 25%;
    }

    .searchResultsForParent {
        width: 100%;
        margin-bottom: 20px;
    }

    .searchResultsForParent>span:nth-child(1) {
        margin-bottom: 10px;
    }

    /*category page end*/

    .searchForm {
        justify-content: center;
    }

    .searchForm {
        justify-content: center;
    }

    .writeup__section p {
        padding: 0 10px;
    }

    .normal_view .upper__header {
        padding: 15px 10px;
    }

    .mobile_menu {
        padding: 0 10px;
    }

    .normal_view .desktop_view {
        display: none;
    }

    .normal_view .mobile_view {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .normal_view .mobile_view {
        font-size: 25px;
        font-weight: 500;
        font-family: Calibri;
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
    }



    .normal_view .upper__header .logo__container,
    .normal_view .upper__header .serach__container {
        justify-content: center;
        margin-bottom: 10px;
        flex-direction: column;
    }


    .normal_view .upper__header .logo__container .searchbarContainer {
        margin: 1rem 0;
        width: 100% !important;
    }

    .normal_view .upper__header .logo__container form .searchbarContainer button{
            font-size: 20px;
    }
    .normal_view .upper__header .logo__container .searchbarContainer input{
        font-size: 20px;
    }
    .upper__header .cartAndProfileContainer {
        display: none;
    }

    .normal_view .upper__header .logo__container .logo {
        width: 300px;
    }

    .normal_view .upper__header .logo__container h1 {
        font-size: 2rem;
    }

    .upper__header .container-lg {
        flex-direction: column;
    }

    .cartAndProfileContainer {
        display: none;
    }

    .cartAndProfileContainer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 25px;
    }

    .wowContainer,
    .cartContainer {
        position: relative;
    }

    .item-count {
        bottom: 22px;
        right: -16px;
        background-color: #56b29e;
        border-radius: 100%;
        padding: 1px 6px 0px 6px;
        color: white;
        font-weight: normal;
        font-size: 12px;
        position: absolute;
    }

    .wowContainer,
    .cartContainer,
    .profileContainer {
        margin: 0 20px;
    }

    .navConatainer {
        display: none;
    }

    /*Home Start*/
    #homePage .foodElem,
    .foodElem {
        width: 100%;
    }

    .newsLetter_Section form {
        width: 95%;
    }

    #homePage .services__section .serviceElem {
        margin: 0 1em;
        width: 100% !important;
    }
    #homePage .services__section .serviceElem:nth-child(2) {
        margin: 0.7em 1em;
    }

    /*Home End*/
    footer .row>div {
        margin-bottom: 1rem;
    }

    footer li,
    p {
        text-align: center;
    }

    footer .info {
        padding: 0%;
    }
    footer .title:after{
        transform: translateX(-50%);
    }
    footer .title:nth-child(1):after {
        left: 50%;
    }

    footer .title:nth-child(2):after {
        left: 50%;
    }

    footer .title:nth-child(3):after {
        left: 50%;
    }

    footer .logo_2 {
        width: 60%;
    }
}




@media only screen and (max-width: 375px) {
    .buttonsContainer {
        font-size: 10px;
    }

    #homePage .foodGrid__section .tabElem:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        top: 50%;
        transform: translateY(-50%);
        height: 35%;
        background-color: #646464;
    }
}

@media only screen and (max-width: 280px) {
    .normal_view .upper__header .logo__container .logo {
        width: 200px;
    }
}





















.width-100 {
    width: 100%;
}

.myAccountNavigation .navElements {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    transition: 0.3s all ease-in-out;
}

.myAccountNavigation .navElements:hover {
    background-color: #365f91;
    color: white;
}

.myAccountNavigation .navElements.selected {
    background-color: #56b29e;
    color: white;
}

.myAccountNavigation {
    margin: 1em 0;
}







#profilePage .profileSection {
    margin: 3em 0 2em;
}

#profilePage .title {
    text-align: center;
    font-size: 24px;
}

#profilePage .column1 {
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
}

#profilePage .profileTable p {
    margin: 0;
    padding: 10px 5px;
}

#profilePage .profileTable {

    font-size: 18px;
}

#profilePage .row-3 {
    border-bottom: 1px solid;
}

#profilePage .column2 {
    border-top: 1px solid;
    border-right: 1px solid;
}

#profilePage .changePassword,
#profilePage .editProfile,
#profilePage .deleteProfile {
    font-size: 18px;
    margin-top: 10px;
}

#profilePage .deleteProfile label {
    margin: 0;
}

#profilePage .deleteProfile .warning {
    margin-top: 10px;
}

#profilePage .note {
    font-size: 16px;
}

.buttonsParent {
    margin: 1em 0;
}

.buttons {
    padding: 5px 10px;
    background-color: #56b29e;
    color: white;
    font-size: 18px;
    margin-right: 10px;
    width: 17%;
    text-align: center;
    transition: 0.3s all ease-in-out;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.buttons:hover {
    color: white;
    background-color: #365f91;
}

.buttons.deleteProfileBtn {
    background-color: #912825;

}

.buttons.deleteProfileBtn:hover {
    background-color: #a6524f;

}


/*wish list page start*/
#whishlistPage .allWhishlistSection .dataElement div {
    width: 100%;
    text-align: center;
}

#whishlistPage .allWhishlistSection .dataElement div .btn-group {
    width: 100%;
}

#whishlistPage .allWhishlistSection .dataElement .actionDiv div {
    border: none;
}

#whishlistPage.editWishlist .btn-group .dropdown-menu>li>a {
    font-size: 10px;
}

#profilePage .creatWishlist .buttons {
    width: auto;
}

#whishlistPage .allWhishlistSection .dataElement .actionDiv {
    width: 50%;
    border: none;
}

/*wish list page end*/

#orderHistoryPage .allOrdersSection .desktop_view p.mobileHeadings,
#whishlistPage .allWhishlistSection .desktop_view p.mobileHeadings {
    text-align: left;
}

/* #orderHistoryPage .allOrdersSection .desktop_view .headings,
#whishlistPage .allWhishlistSection .desktop_view .headings {
    display: none;
} */

/*OrderHistory page start*/
#orderHistoryPage .allOrdersSection,
#whishlistPage .allWhishlistSection {
    margin: 3em 0 2em;
}

#orderHistoryPage .paymentPage,
#whishlistPage .paymentPage {
    margin: 3em 0 2em;
}

#orderHistoryPage .pageTitle,
#whishlistPage .pageTitle {
    font-size: 24px;
    text-align: center;
}

#orderHistoryPage .allOrdersSection .orderNo {
    color: #548dd4 !important;
}

#orderHistoryPage .allOrdersSection .orderNo a:hover {
    color: #0056b3 !important;
}

#orderHistoryPage .allOrdersSection .dataElement .mobileHeadings,
#whishlistPage .allWhishlistSection .dataElement .mobileHeadings {
    display: none;
}

#orderHistoryPage .allOrdersSection .dataElement p,
#whishlistPage .allWhishlistSection .dataElement p {
    margin: 0;
}

/*OrderHistory Page End*/

/*shipping address page css start*/
.mustFiiled {
    color: red;
}

.marginTopBottom {
    margin: 50px auto;
}

.space-evenly {
    justify-content: space-evenly;
}

.space-around {
    justify-content: space-around;
}

#shippingAddrPage .sectionTitle {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#shippingAddrPage .pageTitle {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

#shippingAddrPage .row>.leftSide {
    padding: 0 50px 0 0;
}

#shippingAddrPage .row>.rightSide {
    padding: 0 0 0 50px;
}

#shippingAddrPage .row {
    margin: 0;
}

#shippingAddrPage form {
    font-size: 18px;
}

#shippingAddrPage .continueBtn {
    font-size: 20px;
    color: white;
    background-color: #56b29e;
}

.continueBtn {
    font-size: 20px;
    color: white;
    background-color: #56b29e;
}

#shippingAddrPage .continueBtn:hover {

    background-color: #365f91;
}

#shippingAddrPage .addressElement {
    width: 45%;
    font-size: 18px;
    margin: 0 10px 20px 10px;
}

/*address book start*/
#shippingAddrPage.addressbook .row>.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
    padding: 0;
}

#shippingAddrPage.addressbook .deleteAddress .address {
    font-size: 18px;
}

#shippingAddrPage.addressbook .deleteAddress .subTitle {
    text-align: center;
    font-size: 16px;
}

#shippingAddrPage.addressbook .buttons:hover {
    background-color: #365f91;
}

#shippingAddrPage.addressbook .buttons {
    background-color: #56b29e;
}

#shippingAddrPage.addressbook .addressElement {
    width: 20%;
    font-size: 18px;
    margin: 0 0 20px 0;
}

#shippingAddrPage.addressbook .selectAddrSection .justifyFlexStart {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

#shippingAddrPage.addressbook .addressList,
#shippingAddrPage.addressbook .deleteAddress,
#shippingAddrPage.addressbook .addAddress {
    margin: 3em 0 2em;
}

#shippingAddrPage.addressbook .pageTitle {
    font-weight: normal;
}

#shippingAddrPage.addressbook .default {
    width: auto;
    display: inline-block;
    padding: 0px 10px;
    background: #365f91;
    color: white;
}

#shippingAddrPage.addressbook .addNewAddress {
    background-color: #56b29e;
    width: auto;
}

#shippingAddrPage.addressbook .addNewAddress:hover {
    background-color: #365f91;
}

/*address book end*/
#shippingAddrPage .addressElement p {
    margin: 0;
}

#shippingAddrPage .addressElement>.name {
    font-weight: bold;
}

#shippingAddrPage .addr {
    text-align: justify;
}

#shippingAddrPage .shipToAddr {
    border: 0;
    color: white;
    background-color: #56b29e;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
}

#shippingAddrPage .shipToAddr:hover {


    background-color: #365f91;

}

/*shipping address page css end*/

/*payment page start*/
#paymentPage .sectionTitle {
    font-size: 24px;
    text-align: center;
    margin-top: 1rem;
    /* font-weight: bold; */
}

#paymentPage .row {
    margin: 0;
}

#paymentPage .headingRow {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

#paymentPage .tableHeading {
    font-size: 20px;
    /* font-weight: bold; */
}

#paymentPage .productHeading {
    padding-left: 35px;
}

#paymentPage .qtyDiv {
    width: 100%;
}

#paymentPage .qtyDiv input {
    width: 100px;
    text-align: center;
}

#paymentPage .updateOption {
    margin: 0;
}

#paymentPage .updateOption:hover {
    color: #af9f7b;
}

#paymentPage .dataRow {
    font-size: 18px;
    margin: 2rem 0 !important;
}

#paymentPage .dataRow.lastRow {
    /* font-size: 18px; */
    margin-bottom: 0 !important;
}

#paymentPage .bookTitleDiv p {
    width: 100%;
    font-size: 18px;
}

#paymentPage .bookTitleDiv a:hover {
    color: #af9f7b;
}

#paymentPage .rowNum {
    margin: 0 10px;
    align-self: flex-start;
}

#paymentPage .bookTitleDiv {
    margin-left: 10px;
    align-self: flex-start;
}

#paymentPage .bookImgDiv img {
    width: 100px;
}

#paymentPage .lastRow>.alignFlexStart {
    border-bottom: 1px solid;
}

#paymentPage .sortBySelect {
    width: 100px;
    /* border: 1px solid #912825; */
    border: 1px solid;
}

#paymentPage .sortBySelect.form-control:focus {
    border-color: black;
    /* box-shadow: 0 0 0 0.2rem rgba(145, 40, 37, .25); */
    box-shadow: none;
}

#paymentPage .calculationRow {
    font-size: 18px;
    /* margin-bottom: 1rem; */
}

#paymentPage .topBorder {
    padding: 1rem 0;
    border-top: 1px solid;
}

#paymentPage .totalRow {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

#paymentPage .total {
    font-size: 20px;
}

#paymentPage .productListSection {
    margin-bottom: 50px;
}

#paymentPage .calTitleBold {
    font-weight: bold;
}

#paymentPage .butn {
    border: 0;
    background-color: #56b29e;
    color: white;
}

#paymentPage .butn:hover {
    background-color: #365f91
}

#paymentPage .payBtn {
    width: 40%;
    font-size: 18px;
    padding: 5px 0;
}

#paymentPage .checkoutBtn {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
}

#paymentPage .mobileView {
    display: none;
}

#paymentPage .mobileRow {
    width: 100%;
    border-top: 1px solid;
    padding: 10px 0;
}

#paymentPage .paymentTitle {
    font-size: 24px;
    text-align: center;
}

#paymentPage .backToCart {
    font-size: 18px;
    cursor: pointer;
}

#paymentPage .backToCart:hover {
    color: #af9f7b;
}

#paymentPage .leftDiv {
    position: relative;
    padding: 0;
    /* padding-right: 1rem; */
    padding-top: 2rem;
    font-size: 18px;
}

#paymentPage .rightDiv {
    padding: 0;
    padding-left: 1rem;
}

#paymentPage .verticalLine {
    background: black;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 3%;
    right: 0;
}

#paymentPage .valuePadding {
    padding: 0 10px;
}

.width-40 {
    width: 40%;
}

.width-60 {
    width: 60%;
}

/*payment page end*/

/*payment confirm page start*/

#paymentConfirmPage .sectionTitle {
    font-size: 24px;
    text-align: center;
    margin-top: 1rem;
    /* font-weight: bold; */
}

#paymentConfirmPage .row {
    margin: 0;
}

#paymentConfirmPage .headingRow {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

#paymentConfirmPage .tableHeading {
    font-size: 20px;
    /* font-weight: bold; */
}

#paymentConfirmPage .productHeading {
    padding-left: 35px;
}

#paymentConfirmPage .qtyDiv {
    width: 100%;
}

#paymentConfirmPage .qtyDiv input {
    width: 100px;
    text-align: center;
}

#paymentConfirmPage .updateOption {
    margin: 0;
}

#paymentConfirmPage .updateOption:hover {
    color: #af9f7b;
}

#paymentConfirmPage .dataRow {
    font-size: 18px;
    margin: 2rem 0 !important;
}

#paymentConfirmPage .dataRow.lastRow {
    /* font-size: 18px; */
    margin-bottom: 0 !important;
}

#paymentConfirmPage .bookTitleDiv p {
    width: 100%;
}

#paymentConfirmPage .bookTitleDiv a:hover {
    color: #af9f7b;
}

#paymentConfirmPage .rowNum {
    margin: 0 10px;
    align-self: flex-start;
}

#paymentConfirmPage .bookTitleDiv {
    margin-left: 10px;
    align-self: flex-start;
}

#paymentConfirmPage .bookImgDiv img {
    width: 100%;
}

#paymentConfirmPage .lastRow>.alignFlexStart {
    border-bottom: 1px solid;
}

#paymentConfirmPage .sortBySelect {
    width: 100px;
    /* border: 1px solid #912825; */
    border: 1px solid;
}

#paymentConfirmPage .sortBySelect.form-control:focus {
    border-color: black;
    /* box-shadow: 0 0 0 0.2rem rgba(145, 40, 37, .25); */
    box-shadow: none;
}

#paymentConfirmPage .calculationRow {
    font-size: 18px;
    /* margin-bottom: 1rem; */
}

#paymentConfirmPage .topBorder {
    padding: 1rem 0;
    border-top: 1px solid;
}

#paymentConfirmPage .totalRow {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

#paymentConfirmPage .total {
    font-size: 20px;
}

#paymentConfirmPage .productListSection {
    margin-bottom: 50px;
}

#paymentConfirmPage .calTitleBold {
    font-weight: bold;
}

#paymentConfirmPage .butn {
    border: 0;
    background-color: #56b29e;
    color: white;
}

#paymentConfirmPage .butn:hover {
    background-color: #365f91;
}

#paymentConfirmPage .payBtn {
    width: 40%;
    font-size: 20px;
    padding: 5px 0;
}

#paymentConfirmPage .checkoutBtn {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
}

#paymentConfirmPage .mobileView {
    display: none;
}

#paymentConfirmPage .mobileRow {
    width: 100%;
    border-top: 1px solid;
    padding: 10px 0;
}

#paymentConfirmPage .paymentTitle {
    font-size: 24px;
    text-align: center;
}

#paymentConfirmPage .backToCart {
    font-size: 18px;
    cursor: pointer;
}

#paymentConfirmPage .backToCart:hover {
    color: #af9f7b;
}

#paymentConfirmPage .leftDiv {
    position: relative;
    padding: 0;
    /* padding-right: 1rem; */
    padding-top: 2rem;
    font-size: 18px;
}

#paymentConfirmPage .rightDiv {
    padding: 0;
    padding-left: 1rem;
}

#paymentConfirmPage .verticalLine {
    background: black;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 3%;
    right: 0;
}

#paymentConfirmPage .valuePadding {
    padding: 0 10px;
}

#paymentConfirmPage .transactionDetails {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c5e4ed;
    position: relative;
    margin-top: 50px;
}

#paymentConfirmPage .thankYouTitle {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}

#paymentConfirmPage .para {
    font-size: 20px;
}

#paymentConfirmPage .para a.link {
    text-decoration: underline;
    color: -webkit-link
}

#paymentConfirmPage .para a.link:-webkit-any-link:active {
    color: -webkit-activelink;
}

#paymentConfirmPage .para a.link:hover {
    color: -webkit-link;
    text-decoration: underline;
}

#paymentConfirmPage .transactionDetails .title {
    font-size: 24px;
    text-align: center;
    padding-top: 1rem;
}

#paymentConfirmPage .transactionDetails .detailsRow .leftSide {
    width: 100%;
}

#paymentConfirmPage .transactionDetails .detailsRow {
    padding: 1rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#paymentConfirmPage .transactionDetails .details {
    font-size: 20px;
}

/*pament confirm page end*/



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert .close {
    z-index: 2;
    position: relative;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

/* additional styles for alert content. Used by both public side and dashboard */
.alert .alertinner {
    position: relative;
    z-index: 1;
}

.alert .alertinner.wicon {
    padding-left: 0.5em;
    margin-left: 0.5em;
}

.alert .alertinner [class*="icon-"] {
    position: absolute;
    top: 0.3em;
    right: 100%;
}

.alert .alertinner p {
    margin: 10px 0 0 0;
}

.alert .alertinner p:first-child {
    margin: 0;
}

.fade.in {
    opacity: 1;
}

/* Review */

.productRatings {
    font-size: 12px;
    
   
}

.productRatings.One i:first-child {
    color: #E6CE31;
  }
  .productRatings.Two i:first-child,
  .productRatings.Two i:first-child + i {
    color: #E6CE31;
  }
  .productRatings.Three i:first-child,
  .productRatings.Three i:first-child + i,
  .productRatings.Three i:first-child + i + i {
    color: #E6CE31;
    
  }
  .productRatings.Four i:first-child,
  .productRatings.Four i:first-child + i,
  .productRatings.Four i:first-child + i + i,
  .productRatings.Four i:first-child + i + i + i {
    color: #E6CE31;
  }
  .productRatings.Five i {
    color: #E6CE31;
  }