/* 
Scroll to top */

.scroll-to-top {
position: fixed;
  bottom: 30px;
  padding: 5px 10px;
  left: 40px;
  font-size: 20px;
  background: #ff0000;
  border-radius: 50%;
  z-index: 999;
}

/* Scroll to top */ 

/* search bar appear */

div#search-bar {
display: none;
}

/* Fixed header */

section.header-section, section.navbar-section-mega-menu {
position: fixed;
  width: 100%;
  background: white;
  z-index: 999;
}

.container {
max-width: 95% !important;
  padding-right: 0px;
    padding-left: 0px;
}

/* nav header ends */

/* Mega Menu starts here*/



nav#mega-menu {
width: 90%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 35px;
  opacity: 1;
}

/*nav#mega-menu .dropdown-mm button {
width: max-content;
  padding: 10px 20px;
  text-align: center;
  background: none;
  outline: none;
  font-size: 14px;
  border: none;
  color: #2c2b2b;
  display: flex;
  align-items: center;
  color: #fff;
}

*/
nav#mega-menu .dropdown-mm button a {
color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* Mega Menu ends here */

/* Circle image section starts */

section.header-slider {
width: 100%;
  z-index: 100;
}

hr#line {
margin-bottom: 20px;
}

/*
.circle-img-section {
background-color: rgb(250, 248, 248);
  padding: 10px 0;
}

*/

.container-fluid {
padding: 0px !important;
}

/* circle image section ends */

/* Categories navigation */

section#categories-nav {
width: 100%;
  display: block;
  margin: auto;
  background: white;
  font-weight: bold;
  font-size: 14px;
}

.sorting-nav {
display: flex;
  width: 85%;
  justify-content: space-between;
  margin: auto;
  padding: 25px 0;
  align-items: center;
  flex-wrap: wrap;
}

.pagination {
color: red;
  display: flex;
  align-items: center;
}

.pagination i {
margin-right: 5px;
  font-size: 12px;
}

.home-logo {
margin-right: 15px;
  width: 100%;
}

.home-logo img {
width: 80%;
}

.fa-home {
font-size: 20px;
  margin-right: 10px;
}

.fa-angle-right {
color: black;
  font-size: 15px;
}

.sort-by {
display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.col-main {
padding: 20px 0px;
  margin: 0;
  font-size: 12px;
}

.col-main a {
padding: 7px 12px;
  transition: 0.2s ease;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.col-main a:hover,
.col-main a#active {
background-color: #36c6cf;
  border-radius: 25px;
  color: white;
}

.sort-text {
display: flex;
  align-items: center;
}

.sort-by-logo {
width: 30%;
  margin-right: 5px;
}

.sort-by-logo img {
width: 100%;
}

/* Red Background section */

.red-background {
width: 100%;
  height: 15vh;
}

.red-background img {
width: 100%;
}

.red-background-mobile {
display: none;
}

.grey-bg {
background-color: #f8f7f7;
}

/* Cake Categories */

.categories-slider {
width: 100%;
  margin-top: -4%;
  padding: 0 ;
}

.cake-categories {
display: flex;
  width: 85%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cake-categories .slick-list.draggable {
height: 150px;
}

.cakes-card {
width: 20%;
  margin: 0 20px;
  box-shadow: 0px 0px 10px -3px black;
  transition: 0.2s ease;
}

.cakes-card:hover {
box-shadow: 1px 1px 10px -1px black;
}

.cakes-card img {
width: 100%;
}

/* Cake products cards */

.product-cake {
display: flex;
  width: 95%;
  padding: 0% 0 0 0;
  margin: auto auto 0% auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cakes {
width: 17%;
  margin: 25px 0;
  box-shadow: 0 0 5px -2px black;
  border-radius: 0 0 40px 40px;
  transition: 0.2s ease;
  height: 287px;
}

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

.cakes:hover {
box-shadow: 0 0 10px -3px black;
}

.cake-img img {
width: 100%;
}

.cake-name {
font-size: 13px;
  text-align: center;
  padding: 10px 0;
  /* width: 65%; */
  margin: auto;
}

.cake-name p {
text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  text-align: center;
  white-space: nowrap;
  margin: 5px auto;
}

.cake-name h3 {
font-size: 13px;
  color: #f60412;
  font-weight: 600;
}

/* View all button below cake product cards*/

.view-all-btn,
.read-more-btn {
text-align: center;
  display: block;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 20px 0 70px 0;
}

.view-all-btn a {
text-decoration: none;
  color: white;
  background-color: #36c6cf;
  font-size: 12px;
  border-radius: 30px;
  padding: 12px 55px;
}

.heart-image img {
width: 100%;
}

.hidden-web {
display: none;
}

/* Testimonials Section*/

.testimonials {
padding: 35px 0;
  width: 85%;
  margin: auto;
}

.comma-img img {
width: 30px;
  margin: 0 auto 0 auto;
  height: 30px;
  border-radius: 0;
}

.head-line {
border-top: 4px solid black;
  /* width: 23px; */
  margin: 0px 0px 9px 0px !important;
  border-radius: 20px;
  margin-top: 0px;
  /* text-align: left !important; */
  height: 1px;
  width: 30px;
}

@media screen and (max-width: 960px) {
.col {
    flex: 100%;
    max-width: 80%;
}

/* Send Gifts to India Section web view */

@media (min-width:700px) {
.send-gifts-section {
    line-height: 40px;
    font-size: 15px;
    
     width: 96%;
    display: block;
    margin: 30px auto;
    padding-left: 0px;
    color: #000;
}

.send-gifts-section table,td,th {
border: 1px solid black;
}

.send-gifts-section p {
margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
  font-family: Montserrat,sans-serif;
  
  line-height: 25px;
  
  
    margin-left: 0px;
}

.send-gifts-section h2 {
font-weight: bolder;
    margin-left: 0px;
}

.send-gifts-section h3 {
font-weight: bolder;
    margin-left: 0px;
}

.send-gifts-section ul {
margin-left: 0px;
}

/* Send Gifts to India Section mobile view */


@media screen and (max-width:699px) {
.send-gifts-section {
    line-height: 40px;
    font-size: 15px;
    
     width: 90%;
    display: block;
    margin: 30px auto;
    padding-left: 0px;
    color: #000;
}

.read-more-btn a {
text-decoration: none;
  color: white;
  background-color: #f52c5a;
  font-size: 12px;
  border-radius: 10px;
  padding: 15px 55px;
}

/* Recent Blog Section */

#recent-blogs {
padding: 50px 0 70px 0;
  background-color: #f5fdfc;
}

#recent-blogs a {
color: black;
  text-decoration: none;
}

.recent-blog-wrapper {
display: flex;
  width: 85%;
  margin: auto;
  justify-content: space-around;
}

.wrapped-card {
width: 80%;
  margin: 40px auto;
  box-shadow: 0 0 5px -2px black;
  border-radius: 0 0 40px 40px;
  transition: 0.2s ease;
}

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

.blog-card-img {
width: 85%;
  margin: auto;
}

.blog-card-img img {
width: 100%;
}

/* Gift by Relationship */

.gifts-options h1 {
margin-top: 50px;
}

.gifts-options hr {
margin-bottom: 20px;
}

.gifts-for-loved-ones a:hover {
text-decoration: underline;
}

#gift-by-category {
display: none;
}

.visible {
display: block !important;
}

.recently-reviewed {
padding-top: 0px;
  margin-bottom: 0px;
}

/* Footer */

footer {
background: #393434;
  padding: 30px 0;
  color: #c1c0c0;
  text-align: center;
  font-size: 10px;
}

/* PRODUCT PAGE CSS */

/* Main Product Details */

.no-web {
display: none;
}

.product-wrapper {
display: flex;
  width: 95%;
  background-color: white;
  margin: 20px auto 0 auto;
  padding: 50px 30px;
}

.main-product-details {
width: 60%;
}

.main-img-wrapper {
display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 20px;
}

.main-img-wrapper img {
width: 80%;
}

.disclaimer-text {
margin: 20px 0;
  font-size: 12px;
  font-weight: bold;
}

.secure-shopping-web {
width: 20%;
}

.secure-shopping-web img {
width: 100%;
  margin-top: 10px;
}

.product-title-price {
display: flex;
  flex-wrap: wrap;
}

.product-title {
display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.product-title h2 {
width: 80%;
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.product-title i {
font-size: 25px;
  margin: 0px 10px 0px 0;
  color: #fa6508;
}

.product-title p {
color: #575353;
  font-size: 18px;
  margin: 0;
}

.price-wrapper {
display: flex;
  width: 90%;
}

.product-price {
width: 47%;
}

.product-price h1 {
text-align: left;
  font-weight: bold;
  font-size: 38px;
  margin: 10px 0;
}

.product-price p {
display: none;
}

.cake-weight-check {
width: 53%;
  font-size: 16px;
  font-weight: bold;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px 0;
}

.cake-weight-check label {
width: 37%;
  margin: 0;
}

.col-wrapper {
display: flex;
  margin-bottom: 17px;
}

.product-precise-details {
width: 40%;
}

.different-selections {
width: 60%;
}

.details-list {
background-color: transparent;
}

.details-list ul {
list-style: circle inside;
  font-size: 13px;
  color: #858282;
  margin: -6% 0 15% 0;
  line-height: 22px;
}

.details-list p {
display: none;
}

.specified {
font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
}

.specified label {
margin: 0 10px 0 0 ;
}

[id="heart"],
[id="no-egg"] {
position: absolute;
  left: -100vw;
}

[for="heart"],
[for="no-egg"] {
color: #aab8c2;
  cursor: pointer;
  font-size: 30px;
  align-self: center;
  transition: color 0.2s ease-in-out;
}

[id="only-mob"] {
display: none;
}

[for="heart"]:hover,
[for="no-egg"]:hover {
color: grey;
}

[for="heart"]::selection,
[for="no-egg"]::selection {
color: none;
  background: transparent;
}

[id="heart"]:checked + label {
color: #e2264d;
  will-change: font-size;
}

[id="no-egg"]:checked + label {
color: #23ba87;
  will-change: font-size;
}

label#heart-shape,
label#eggless {
display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}

label#heart-shape p,
label#eggless p {
margin: 0 5px;
  font-size: 12px;
  color: black;
}

#specified-hr {
display: none;
}

.multiple-options {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.multiple-options select,
.multiple-options input,
.add-to-cart input[type="number"],
.add-to-cart input[type="text"] {
width: 45%;
  font-size: 11px;
  margin: 12px 0;
  border: 1.5px solid grey;
  border-radius: 5px;
  padding: 5px 15px;
  color: black;
  background-color: #fff;
}

.select-wrapper {
width: 45%;
}

.select-wrapper select {
width: 100%;
}

.add-to-cart {
display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px;
}

.add-to-cart-btn {
background-color: #2ab4bf;
  width: 39%;
}

.add-to-cart-btn:hover, .add-to-cart-btn:focus {
background-color: #2ab4bf;
}

.add-to-cart input[type="number"] {
width: 24%;
  text-align: center;
  margin: 0;
}

.add-to-cart input[type="text"] {
width: 40%;
  margin: 0;
}

.quantity input[type = "text"] {
width: 22% !important;
}

.secure-shopping {
display: none;
}

/* Modal Popup */

.modal-header {
border:0;
  display: block;
  text-align: center;
}

.modal-header h4 {
font-size: 20px;
  font-weight: 600;
}

.modal-header .close {
position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 100;
  opacity: 1;
}

.modal-content {
background:#fdf1f1;
}

.modal-card {
width: 15%;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px 20px 0 0;
}

.card-body {
display: inline-flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: center;
  padding: 1 !important;
}

.mod-title, .mod-text {
width: 80%;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 2px 10px;
}

.mod-title {
color: red;
}

.modal-body {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: scroll;
  height: 67vh;
}

.mod-text {
text-align: right;
}

.mod-inp {
background: #ececec;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 5px 10px;
}

.mod-qty {
justify-content: flex-end !important;
}

input.mod-qty {
width: 15%;
  border: 1px solid grey;
  font-size: 10px;
  height: 23px;
  color: black;
  background: transparent !important;
  font-weight: 600;
}

.mod-plus, .mod-minus {
border:1px solid grey !important;
  height: 23px !important;
  line-height: 23px !important;
  background: transparent !important;
}

.mod-minus {
border-right: 0 !important;
  border-radius: 15px 0 0 15px !important;
}

.mod-plus {
border-left:0 !important;
  border-radius: 0 15px 15px 0 !important;
}

.modal-footer {
background:white;
  border-top: 0;
}

.modal-footer .col-8 {
display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: space-evenly;
}

.modal-footer .col-8 p {
margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.modal-footer .col-8 p span {
color: red;
}

.modal-footer .col-8 p.mod-add {
font-size: 30px;
}

button.continue-without-add-ons {
background: #2ab4bf;
  font-size:12px;
  border: 0;
}

button.continue-without-add-ons:hover, button.continue-without-add-ons:focus {
background: #2ab4bf;
  font-size:12px;
  border: 0;
}

/* Custom Scrollbar inside add to cart popup*/

.modal-body::-webkit-scrollbar-track {
border-radius: 10px;
  background-color: #dfdfdf;
}

.modal-body::-webkit-scrollbar {
width: 7px;
  background-color: #e9e9e9;
}

.modal-body::-webkit-scrollbar-thumb {
border-radius: 10px;
  background-color: #969696;
}

/* Scrollbar ends here */



/* Modal Popup ends here*/

/* Product Description Section */

section#product-description {
background-color: #fdf1f1;
  padding: 50px;
  width: 95%;
  margin: auto;
}

.product-description-section h1 {
text-align: left !important;
  width: 85%;
  margin: 0 auto 30px 0;
}

.product-description-section h4 {
margin: 15px 0 10px 0;
  font-size: 14px;
}

.product-description-text ul,
.product-description-text p {
list-style: circle inside;
  font-size: 12px;
  line-height: 20px;
}

.product-description-text p {
margin: 0 0 15px 0;
}

/* Product Line slider */

section#product-line {
margin: 50px 0 50px 0;
}

.product-line-card a {
color: black;
    text-decoration: none;
}

#h1-align-left h1 {
text-align: left !important;
  width: 85%;
  margin: 0 auto 30px auto;
}

.responsive-1 .slick-track {
padding: 0;
}

.responsive-1 {
width: 85%;
  margin: auto;
}

.product-img {
width: 100%;
  padding: 15px 0 25px 0;
  margin: auto;
  height: 100%;
}

.product-img img {
width: 100%;
  border-radius: 15px 15px 0 0;
  margin: auto;
}

.product-line-content {
text-align: center;
  width: 85%;
  padding: 0 15px 10px 15px;
  margin: 15px auto;
  box-shadow: 0px 1px 10px -5px black;
  border-radius: 30px;
  background: white;
  transition: 0.2s ease;
}

.product-line-content:hover {
box-shadow: 0px 1px 15px -7px black;
}

button.slide-arrow {
border: 0;
  background: transparent;
  font-size: 15px;
}

button.slide-arrow:hover {
cursor: pointer;
}

button.prev-arrow {
position: absolute;
  top: 45%;
  left: -2%;
}

button.next-arrow {
position: absolute;
  top: 45%;
  right: -2%;
}

.product-line-content h2 {
padding: 5px 0 10px 0;
  font-size: 20px;
  color: #ea3c3c;
}

.product-line-content p {
font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

/* Customized Slider - Product Page - Testimonials*/

.no-padding {
padding: 0 40px 40px 40px;
  margin-top: 50px;
}

.quantity {
display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__minus,
.quantity__plus {
display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}

.web-display-none {
display: none;
}

.quantity__minus:hover,
.quantity__plus:hover {
background: #fff;
  color: #000;
  text-decoration: none;
}

.quantity__minus {
border-radius: 5px 0 0 5px;
  border: 1.5px solid grey;
  border-right: 0px;
}

.quantity__plus {
border: 1.5px solid grey;
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}

.quantity__input {
height: 28px;
  width: 25%;
  margin: 0;
  padding: 0;
  border-left: 0px !important;
  border-right: 0px !important;
  text-align: center;
  background: #fff;
  color: #8184a1;
  border-radius: 0 !important;
}

.quantity__minus:link,
.quantity__plus:link {
color: #8184a1;
  color: black;
}

.quantity__minus:visited,
.quantity__plus:visited {
color: #000;
}

.quantity__minus h6,
.quantity__plus h6 {
margin-bottom: 0;
  margin-top: 2px;
}

/* Absolute bg images*/

.details-list img {
display: none;
}

.absolute-images img {
position: absolute;
}

img#first {
right: 2.5%;
  top: 950px;
}

img#second {
right: 650px;
  top: 900px;
  width: 9%;
}

img#third {
right: 450px;
  width: 6%;
  top: 820px;
}

img#fifth {
right: 280px;
  width: 5%;
  top: 900px;
}

img#fourth {
right: 2.5%;
  top: 800px;
}

/* Blog category page */


/* Main grid */
section.main-grid {
display: flex;
  justify-content: space-around;
  padding: 0;
  align-items: flex-start;
}

.main-blog-page h1, .blog-sidebar h1 {
text-align: center;
  padding: 20px 0;
  font-size: 30px;
  box-shadow: 0px 1px 10px -5px black;
}

.main-blog-page {
width: 65%;
}

p#sidebar-p {
padding: 0 10px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Latest blogs - blog page section*/
.blog-card-wrapper {
display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.blog-page-card {
width: 40%;
  margin: 15px 0;
  border: 1px solid transparent;
  box-shadow: 0px 0px 10px -5px black;
  transition: 0.3s ease;
  border-radius: 20px;
}

.most-selling {
border-radius: 0 0 15px 15px;
}

.most-selling img {
border-radius: 0 !important;
}

.blog-page-card a {
text-decoration: none;
}

.blog-page-card:hover {
border: 1px solid black;
  box-shadow: none;
}

.blog-page-card img {
width: 100%;
  max-height: 315px;
  border-radius: 20px 20px 0 0;
}

.blog-page-card p {
color: black;
  text-align: left;
  margin: 15px 0 0 0;
  font-size: 15px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
}

#blog-card {
text-align: right;
  margin:0 0 10px 0;
  font-size: 12px;
  text-transform: none;
  font-weight: 100;
  color: grey;
  width: 70%;
}

.gifts-card-blog-page p#blog-title {
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

/* Latest blogs - blog page section ends here */

/* sidebar - blog page section */

.blog-sidebar {
width: 35%;
  box-shadow: 0 0 10px -5px black;
  position: sticky;
  position: -webkit-sticky;
  top: 135px;
  height: 100vh;
  border-bottom-left-radius:20px;
}

.blog-sidebar p {
margin: 10px 0;
  font-size: 12px;
  text-transform: none;
}

.gifts-card-blog-page {
display: flex;
  justify-content: space-between;
}

.gifts-card-blog-page p#gift-price {
color: red;
}

.sidebar-blog {
overflow-y:scroll;
  height: 86vh;
}

/* Custom Scrollbar inside sidebar*/

.sidebar-blog::-webkit-scrollbar-track {
border-radius: 10px;
  background-color: #dfdfdf;
}

.sidebar-blog::-webkit-scrollbar {
width: 7px;
  background-color: #e9e9e9;
}

.sidebar-blog::-webkit-scrollbar-thumb {
border-radius: 10px;
  background-color: #969696;
}

/* Scrollbar ends here */

/* sidebar - blog page section ends here */


/* Main grid ends here  */


/* Blog category page ends here*/


/* Blog page - main blog section */

.main-blog {
padding: 0 50px;
}

.main-blog h1 {
box-shadow: none;
  padding-top: 50px;
  text-align: left;
  font-size: 40px;
}

.main-blog img {
width: 100%;
}

.main-blog-content {
margin: 30px 0;
}

.main-blog p#content-blog-main {
margin:0 0 10px 0;
  font-size: 13px;
  text-align: right;
  color: grey;
}

/* Blog page ends here */



@media only screen and (min-width: 768px) {
* {box-sizing: border-box;
}

.img-zoom-container {
display: none;
}

.img-zoom-lens {
position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
}

.img-zoom-result {
border: 1px solid #d4d4d4;
    width: 500px;
    height: 410px;
}

#myhide {
display: none;
}

.img-zoom-container:hover #myhide {
display:block;
}

img#mymobimage {
display: block;
}

@media only screen and (max-width: 600px) {
.img-zoom-container:hover #myhide {
      display:none;
}

.imgid {
position: absolute;
    top: 0;
    left: 0;
}

.imgid img {
-webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.img-zoom-container:hover .imgid img {
-webkit-transform: scale(1.9);
    transform: scale(1.9);
    overflow:show;
}

p {
margin-top: 0;
    margin-bottom: 0rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.follow-us-section {
background-color: #fdf1f1;
  padding-bottom: 60px;
}

.pt-5, .py-5 {
padding-top: 3rem!important;
}

input[type="email"], select {
width: 80% !important;
    padding: 12px 20px ;
    margin: 8px 0 !important;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px !important;
    box-sizing: border-box;
}

