/*
Theme Name: Fresh Bakers Pro
Theme URI: https://www.misbahwp.com/products/bakery-wordpress-theme
Description: 
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.1
Requires PHP: 7.1
Tested up to: 6.2
Tags: blog, entertainment, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: fresh-bakers-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  color: #0C090A;
  margin: 0;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
}

img {
  max-width: 100%;
}

a {
  color: #0C090A;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #F88C91;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}

/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.login {
  background: #fff;
  color: #212121;
}

.header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #171f23;
}

.page-404 h3 {
  font-size: 38px;
  color: #171f23;
}

.page-404 hr {
  width: 10%;
  background: #F88C91;
  padding: 1px;
}

.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}

.page-404 .intro-button {
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  color: #ffff;
  transition: all 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  background: #F88C91;
  font-weight: 400;
  font-size: 18px;
}

.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #F88C91;
  content: '';
  position: absolute;
  z-index: -1;
}

.page-404 .intro-button:hover {
  color: #fff;
  background: #1b1a29;
}

.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #1b1a29;
}

.page-404 .intro-button:hover:after {
  width: 100%;
}

.page-404 a {
  color: #fff;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}

.logo a {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}

.logo a:hover,
.logo a:focus {
  color: #F88C91;
}

.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}

.logo-image {
  float: unset;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #EA5D5C;
  padding: 0 8px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}

.social-links a:hover {
  color: #1b1a29;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu {
  display: block;
  position: relative;
  float: left;
  margin: 0 auto;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}

#main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 9px 30px;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color .1s linear, background-color .1s linear;
  -moz-transition: color .1s linear, background-color .1s linear;
  -o-transition: color .1s linear, background-color .1s linear;
  transition: color .1s linear, background-color .1s linear;
  position: relative;

  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;

}

#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: #F88C91;
}

#main-menu ul.children, #main-menu ul.sub-menu {
  position: absolute;
  overflow: hidden;
  top: 65px;
  left: 0;
  background: #fff;
  z-index: 10001;
  padding-left: 0;
  border-radius: 0;
  display: block;
  opacity: 0;
  top: 0;
  width: 0;
  visibility: hidden;
}

#main-menu ul li:hover .sub-menu {
  background: #fff;
  opacity: 1;
  visibility: visible;
  top: 99%;
  width: auto;
  -webkit-transition: all .5s, background, 2s .5s linear;
  transition: all .5s, background 2s .5s linear;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 8px 14px;
  font-size: 14px;
  color: #EA5D5C;
  -webkit-transition:
    all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: '';
  position: absolute;
  -webkit-transition:
    inherit;
  transition:
    inherit;
  z-index: -1;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #F88C91;
  border-left: 0;
  border-right: 0;
}

#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.sub-menu li a:after {
  right: 0;
}

#main-menu ul.sub-menu li a:hover:after {
  background: #F88C91;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  right: calc(100% - 213px);
}

.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #F88C91;
  color: #fff;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  background-color: #0C090A !important;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #F88C91 !important;
}

/* ===============================================
   HEADER SEARCH
   =============================================== */

.header-search {
  text-align: right;
}

.header-search .open-search-form i {
  font-size: 18px;
  cursor: pointer;
  color: #555555;
  margin: 30px 0;
}

.header-search .open-search-form i:hover {
  color: #F88C91;
}

.header-search .search-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}

.header-search .search-form.is-open {
  right: 0;
  height: 100%;
  visibility: visible;
}

.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}

.header-search .search-form a.close-search-form {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}

.header-search .search-form i.searchform-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}

.header-search .search-form.is-open i.searchform-close-button {
  opacity: 1;
}

.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

.post-box,
.post-single,
.page-single {
  background: #fff;
}

.post-thumbnail {
  line-height: 0;
}

h4.post-title {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

.latest-post :hover h4 a {
  color: #F88C91;
}

.post-content p {
  color: #555555;
  font-weight: 400;
  t
}

.post-content .admin {
  text-transform: capitalize;
}

.post-meta i {
  color: #F88C91;
}

.post-meta span {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}

.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}

.post-content:after {
  content: "";
  display: table;
  clear: both;
}

.latest-post {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.latest-post .dummy-images {
  background: #F88C91;
  height: 410px;
  border-radius: 10px;
}

.search-post {
  height: 550px;
}

.latest-post .content_box {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
  background: #ffffff;
  border-radius: 5px;
}

.latest-post .post-content {
  font-size: 15px;
  color: #555555;
}

.latest-post .post-meta {
  color: #222222;
  text-align: center;
  padding: 5px;
}

.latest-post .post-meta .date-day {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.latest-post .post-meta .date-month {
  font-size: 20px;
  color: #222222;
  font-weight: 400;
}

.latest-post .catname {
  background: #fef8ec;
  padding: 12px 15px;
  position: absolute;
  top: 43%;
  left: 62%;
  font-size: 14px;
  border-radius: 5px;
  color: #555555;
  font-weight: 400;
}

.latest-post .post-hr {
  background: #888888;
  margin-right: 75%;
  padding: 1px;
}

.latest-post .admin a,
.latest-post span {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

.latest-post .comments {
  color: #555555;
  font-weight: 500;
  text-transform: capitalize;
}

.latest-post i {
  color: #F88C91;
}

.latest-post .fas {
  color: #888888;
  position: relative;
  left: 10px;
}

.latest-post .post-meta a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.latest-post figure {
  margin: 0;
  padding: 0;
  background: #222222;
  overflow: hidden;
}

.latest-post figure:hover+span {
  opacity: 1;
}

.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.latest-post .latest-box:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}

.post-single .tags-bg a {
  padding: 10px 15px;
  background: #F88C91;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}

.post-single .tags-bg a:hover {
  background: #ffffff;
}

.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #F88C91;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background-color: #1b1a29;
  color: #ffffff;
}

.post-single {
  display: block;
}

label {
  display: block;
}

.latest-post .read_more {
  color: #201f1f;
  font-weight: 500;
  text-transform: capitalize;
  float: left;
}

.latest-post .read_more:hover {
  color: #F88C91;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}

.comment-respond input#submit {
  background: #F88C91;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 0;
}

.comment-respond input#submit:hover {
  background-color: #1b1a29;
  border: 1px solid transparent;
  color: #ffffff;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list .comment {
  display: block;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-content.card-block {
  padding: 15px;
}

.comment-reply a {
  border-radius: 5px;
  background: #F88C91;
  padding: 5px 15px;
  color: #ffffff;
}

.comment-reply a:hover {
  background-color: #1b1a29;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
}


@media screen and (min-width : 0) and (max-width : 767px) {
  html {
    margin-top: 0 !important;
  }

  body.admin-bar {
    padding-top: 46px;
  }

  body.admin-bar .menu-header {
    top: 46px;
  }

  section.category-title h1 {
    text-align: center;
  }

  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }

  .logo {
    text-align: center;
  }

  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 92%;
    padding: 5px 15px;
  }

  #main-menu>li>ul.children,
  #main-menu>li>ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus>ul.children,
  #main-menu li.focus>ul.sub-menu,
  #main-menu li:hover>ul.children,
  #main-menu li:hover>ul.sub-menu,
  #main-menu li:focus>ul.children,
  #main-menu li:focus>ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
    color: #EA5D5C;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 24px;
    color: #EA5D5C !important;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #F88C91;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover>a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus>a,
  #main-menu li:focus>a,
  #main-menu ul li.current-menu-item>a,
  #main-menu ul li.current_page_item>a,
  #main-menu ul li.current-menu-parent>a,
  #main-menu ul li.current_page_ancestor>a,
  #main-menu ul li.current-menu-ancestor>a {
    background: none;
  }

  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
  }
}


/* ===============================================
   Pagination
   ============================================= */

.pagination,
.grocery-shopping-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.grocery-shopping-pro-pagination a span,
.grocery-shopping-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.grocery-shopping-pro-pagination span.current,
.grocery-shopping-pro-pagination span.current:hover,
.grocery-shopping-pro-pagination span.current:focus,
.grocery-shopping-pro-pagination a span:hover,
.grocery-shopping-pro-pagination a span:focus {
  background: #F88C91;
  color: #ffffff;
}

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

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

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #222222;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.comment-form input[type=submit] {
  background: #F88C91;
  color: #ffffff;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  cursor: pointer;
}

.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:focus {
  background-color: #248efa;
  text-decoration: none
}

.logged-in-as a {
  color: #222222;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}

.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  box-shadow: 0px 5px 16px 0px rgb(200 183 255 / 30%);
  background: #fff;
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.sidebar-area li a,
.sidebar-area li {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.sidebar-area li {
  padding-bottom: 15px;
  color: #222222;
}

.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #F88C91;
  background: #1b1a29;
  color: #ffffff;
  font-size: 24px;
}

.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}

.sidebar-area .tagcloud a:hover {
  background: #F88C91;
  color: #fff;
}

.sidebar-area form {
  padding: 0;
}

.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 68%;
  margin: 0;
  padding: 12px;
  background-color: transparent;
  border: 1px solid #ededed;
  float: unset;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}

#wp-calendar a:hover {
  border: none;
}

#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}

#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}

#wp-calendar th {
  font-weight: bold
}

#wp-calendar tr:nth-child(2n+2) {
  background-color: #f3f4f7;
}

.searchform label {
  display: block;
}

.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: transparent;
  border: none;
}

.searchform input[type=submit] {
  background: #F88C91;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus {
  background-color: #1b1a29;
  text-decoration: none;
  color: #fff;
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar-area select#archives-dropdown--1,
.sidebar-area select#cat {
  width: 100%;
}

.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 75px;
  border-radius: 50%;
  margin-top: 10px;
}

.sidebar-area .post-title {
  font-size: 14px;
}

footer {
  background: #171f23;
}

footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #565656;
  font-weight: 400;
}

footer p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;

}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #F88C91;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}

#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}

#button_scroll:hover,
#button_scroll:active {
  cursor: pointer;
  background: #1b1a29;
  color: #fff;
}

#button_scroll.show {
  opacity: 1;
  visibility: visible;
}

#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}

#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#button_scroll::before,
#button_scroll::after {
  background: #F88C91;
  content: '';
  position: absolute;
  z-index: -1;
}

#button_scroll:hover {
  color: #fff;
  background: #1b1a29;
}

#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #1b1a29;
}

#button_scroll:hover:after {
  width: 100%;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
}

/** loader **/
.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #0C090A transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #F88C91 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/
@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {}
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }

  100% {}
}

.lt {
  color: #0C090A;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}

a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.admin-bar .fix-sticky {
  margin-top: 32px;
}

/*Body*/
.home .menu-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
}

.logo-image img {
  width: auto;
  height: 50px;
}

.header-make-button {
  margin-left: auto;
}

.top-header {
  background: #F88C91;
  padding: 12px 0;
}

#site-navigation {
  background: #0C090ACC;
  padding: 27px 0;
}

.top-header .logo-content span {
  color: #fff;
  float: left;
}

.top-header span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.header-calling {
  padding: 0;
  display: flex;
  align-items: center;
}

.top-header .content a {
  color: #fff;
}

.top-header .content a:hover {
  color: #F88C91;
}

.top-header .logo-content a {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.top-header .logo-content a:hover {
  color: #F88C91;
}

.top-header .dashicons {
  font-size: 18px;
  color: #EA5D5C;
  width: auto;
  margin-right: 10px;
  margin-top: 5px;
}

a.header-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: all ease-in-out 400ms;
  overflow: hidden;
}

a.header-button:hover {
  background: #EA5D5C;
  color: #F88C91;
}

.header-location {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-email {
  display: flex;
  align-items: center;

}

input#woocommerce-product-search-field {
  border: none;
  border-radius: 5px;
  background: #F88C91;
  outline: none;
  padding: 12px 20px 12px 38px;
  width: 95%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

button.search-button {
  border: none;
  position: absolute;
  left: 10px;
  top: 7px;
  outline: none;
  background: none;
  padding: 0;
  color: #fff;
}

.header-form-left {
  margin-right: 20px;
  padding: 0;
  flex: 0 0 15.266667%;
  max-width: 15.266667%;
}

.header-form {
  padding: 0;
}

@media screen and (min-width: 1280px) {


  .home .menu-header .container {
    padding: 0;
  }
}

i.fas.fa-shopping-cart {
  font-size: 22px;
  color: #ffffff;
  margin-top: 10px;
}
i.fas.fa-shopping-bag {
  color: #fff;
  margin-top: 12px;
}

a.cart-customlocation {
  position: relative;
}

.shopping-cart .widget.woocommerce.widget_shopping_cart {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  background: #ffff;
  width: 280px;
  border: none;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px rgb(62 68 90 / 10%);
  box-shadow: 0px 5px 10px rgb(62 68 90 / 10%);
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  visibility: hidden;

}

.shopping-cart:hover .widget.woocommerce.widget_shopping_cart {
  visibility: visible;
}

.shopping-cart .woocommerce .widget_shopping_cart .total strong,
.shopping-cart .woocommerce.widget_shopping_cart .total strong {
  float: left;
}

.shopping-cart p.woocommerce-mini-cart__total.total bdi {
  float: right;
  color: #F88C91;
  font-size: 18px;
}

.shopping-cart .widget.woocommerce.widget_shopping_cart span.woocommerce-Price-amount.amount {
  color: #F88C91;
}

.shopping-cart .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  border: none;
}

.shopping-cart {
  position: relative;
  /*right: 30px;*/
  left: 25px;
}

.shopping-cart .cart-text {
  color: #222222;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

p.cart-item-box {
  position: absolute;
  left: 92%;
  top: -10px;
  font-size: 6px;
  font-weight: 300;
  line-height: 7.26px;
  background: #EA5D5C;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 10px;
}


/*SLIDER SECTION*/

#slider .slider-content {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 15%;
}

.slider-desc {
  max-width: 508px;
  margin-left: 111px;
}

#slider p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #D4D4D4;
  margin-bottom: 0;
}

#slider h1 {
  text-transform: capitalize;
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 46px;
}

#slider .button1 {
  padding: 8px 84px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-top: 38px;
}

#slider .button1:hover,
a.header-button:hover {
  border-radius: 10px;
  color: #ffffff;
}

#slider .button1,
#slider .button1::after,
a.header-button:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#slider .button1::before,
#slider .button1::after,
a.header-button::before,
a.header-button::after {
  background: #F88C91;
  content: '';
  position: absolute;
  z-index: -1;
}

#slider .button1::after,
a.header-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

#slider .button1:hover:after,
a.header-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}


/* Bakers SECTION*/

#bakers {
  position: relative;
  margin-bottom: 106px;
}

#bakers::before {
  content: '';
  width: 100%;
  height: 153px;
  background-image: url(images/baker-carousel/bakers-bg.png);
  background-size: 100% 100%;
  display: block;
  margin: 40px 0;
}

.baker-carousel-box {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 45px;
}

.baker-carousel-box .baker-carousel-img {
  margin: 0 0 24px;
}

.baker-carousel-box h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.72px;
  margin-bottom: 6px;
  color: #0C090A;
}

.baker-carousel-box:hover .baker-carousel-img {
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all ease-in-out 400ms;
}

.baker-carousel-box:hover h4 {
  color: #EA5D5C;
  transition: all ease-in-out 400ms;
}

/*About Us Section*/

#about_us h5 {
  font-style: italic;
  font-size: 28px;
  color: #F88C91;
  margin-bottom: 11px;
}

#about_us h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.2px;
  margin-bottom: 40px;
}

#about_us h3 span {
  color: #F88C91;
}

#about_us h5 span {
  margin-left: 23px;
}

#about_us p {
  font-size: 20px;
  font-family: Inter;
  font-weight: 400;
  line-height: 40px;
  color: #8C8A8B;
  max-width: 574px;
}

#about_us .button {
  padding: 8px 84px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-top: 38px;
}

#about_us .button:hover {
  border-radius: 10px;
  color: #ffffff;
}

#about_us .button,
#about_us .button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.new-arrivals {
  margin: 78px 0 61px;
}

.new-arrivals p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;

}

#new-arrivals {
  margin: 106px 0 78px;
}

#new-arrivals .swiper {
  margin-bottom: 68px;
}

#new-arrivals .swiper button {
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 0;
  border: 10px solid #EA5D5C;
  max-width: 300px;
  margin-right: 60px;
  background-color: #6e6e6e;
}

#new-arrivals .swiper button figure {
  margin: 0;
}

#new-arrivals .swiper button figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  opacity: 0.4;
}
#new-arrivals .swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

#new-arrivals .swiper .swiper-slide {
  width: auto;
}

#new-arrivals .swiper button {
  opacity: 0.4;
}

#new-arrivals .swiper .swiper-slide-thumb-active button {
  opacity: 1;
}

#new-arrivals .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

#new-arrivals h4.product-text {
  font-size: 35px;
  font-weight: 700;
  line-height: 43.4px;
  color: #F88C91;
}

#new-arrivals h4.product-text a {
  color: #F88C91;
}

.arrivals-content {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #8C8A8B;
}

.arrivals-content P {
  margin-bottom: 33px;
}

.arrivals-content h6.price {
  font-size: 28px;
  font-weight: 400;
  line-height: 34.72px;
  color: #0C090A;
  margin-bottom: 36px;
}
.arrivals-content h6 del {
  display: none;
}
ins {
  text-decoration: none ;
  }
.arrivals-content h6 span {
  font-size: 22px;
  font-weight: 400;
  line-height: 27.28px;
}

.arrivals-content .btn {
  width: 250px;
  height: 40px;
  border-radius: 5px;
  background: #F88C91;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding: 0;
}

#new-arrivals .product-image figure {
  max-width: 500px;
}

#new-arrivals span.onsale {
  position: absolute;
  background-image: url(images/new-arrivals/sale_bg.png);
  padding: 17px 10px;
  top: 0%;
  left: 2%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 0;
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
  background-image: url(images/new-arrivals/sale_bg.png);
  padding: 17px 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 0;
  background-color: transparent;
}
.woocommerce ul.products li.product .onsale {
  width: 60px;
  height: 60px;
  background-size: 100%;
}
.woocommerce a.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: all ease-in-out 400ms;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce div.product p.price {
  margin: 20px 0;
}
.woocommerce div.product form.cart .button {
  padding: 16px;
}
.product-image.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Flavour Choose*/

#flavour_choose {
  background: #0C090A;
}

.flavour-wrap {
  margin: 34px 0 49px;
  max-width: 696px;
}

div#flavour_choose img {
  height: 100%;
}

#flavour_choose h3.flavour-heading,
.new-arrivals h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 49.6px;
}

#flavour_choose h3.flavour-sub-heading {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 38px;
}

#flavour_choose .flavour-content {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #565656;
  max-width: 769px;
}

#flavour_choose .flavour-content p {
  margin-bottom: 38px;
}

#flavour_choose .button {
  padding: 8px 84px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
}

#flavour_choose .button:hover {
  border-radius: 10px;
  color: #ffffff;
}

#flavour_choose .button,
#flavour_choose .button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Our menus Section*/
#our_menus {
  margin: 73px 0 39px;
}

h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 49.6px;
  margin-bottom: 0;
}

.secondary-heading {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #0C090A;
  font-family: 'Libre Baskerville', serif;
}

#our_menus .special-food {
  position: relative;
  margin: 0 50px 60px 0;
  border-left: solid 5px #fff;
  padding-left: 15px;
}

#our_menus .special-food:hover {
  border-left: solid 5px #F88C91;
}

#our_menus .special-food h6.price {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  color: #EA5D5C;
}

#our_menus .special-food figure {
  margin: 0;
  height: 100%;
}

#our_menus .tab-product:nth-child(5) {
  border-bottom: none;
}

#our_menus .tab-product:nth-child(6) {
  border-bottom: none;
}

#our_menus .box img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
}

#our_menus .btn {
  border: 2px solid #F88C91;
  width: 250px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #000;
  line-height: 36px;
  padding: 0;
}
#our_menus .btn:hover {
  color: #fff;
  background-color: #F88C91;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 30px;
  width: 5.4em;
  font-family: star;
  color: #EA5D5C;
}

.star-rating::before {
  content: "\73\73\73\73\73";
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #EA5D5C;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#our_menus h3 {
  color: #EA5D5C;
}

#our_menus h4 {
  margin-bottom: 23px;
  max-width: 80%;
}

#our_menus h4 a {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.72px;
  margin-bottom: 23px;
  color: #0C090A;
}

#our_menus .product-image.box {
  padding: 0 4px 0 0;
}

#our_menus span.woocommerce-Price-amount.amount {
  font-weight: 600;
  text-decoration: none;
  color: #EA5D5C;
}

#our_menus .special-food:hover h4 a,
#our_menus .special-food:hover h6.price {
  color: #EA5D5C;
}

#our_menus ins {
  text-decoration: none;
}

#our_menus del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#our_menus .secondary-heading {
  margin-bottom: 69px;
}

#our_menus p {
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

#our_menus .button1 {
  color: #fff;
  border-radius: 6px;
  padding: 10px 30px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
}

#our_menus .button1:hover {
  background: #0C090A;
}

#our_menus .button1,
#our_menus .button1::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#our_menus .button1::before,
#our_menus .button1::after {
  background: #febd2e;
  content: '';
  position: absolute;
  z-index: -1;
}

#our_menus .button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

#our_menus .button1:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

#our_menus a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: url(images/our-menus/cart-icon.png) no-repeat scroll 17px #fff;
  text-indent: -9999px;
  border: solid 2px #e9e9e9;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0;
  padding: 25px;
}

#our_menus .box-content a.added_to_cart.wc-forward {
  padding: 25px;
  background: url(images/our-menus/view-icon.png) no-repeat scroll 17px #fff;
  text-indent: -9999px;
  border: solid 2px #e9e9e9;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0;
  top: -24px;
  position: relative;
}

#our_menus .button {
  background: #F88C91;
  padding: 8px 84px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-top: -30px;
}

#our_menus .button:hover {
  background: #EA5D5C;
  border-radius: 10px;
  color: #ffffff;
}

#our_menus .button,
#our_menus .button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Our Team Section*/


#Our-team {
  padding: 0;
  margin-bottom: -10px;
}

#Our-team .secondary-heading {
  margin-bottom: 38px;
}

#Our-team .team-deatil {
  padding: 14px 0;
  overflow: hidden;
  position: relative;
  color: #8C8A8B;
  line-height: 30px;
}

#Our-team .team-deatil h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.8px;
  margin-bottom: 0;
  color: #0C090A;

}

#Our-team h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #EA5D5C;
  margin-bottom: 5px;
}

#Our-team .team-deatil P {
  margin-bottom: 12px;
}

#Our-team .social-links a {
  color: #EA5D5C;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

#Our-team .social-links a:last-child {
  margin-right: 0;
}


#Our-team .team-cols:hover .social-links a:hover {
  color: #000;
  transition: .3s ease-in-out;
}

#Our-team .social-links {
  display: flex;
  justify-content: center;
}

#Our-team .content h6 {
  font-size: 21px;
  line-height: 41px;
  color: #2c2e30;
  font-weight: 400;
}

#Our-team .content h1 {
  font-size: 51px;
  line-height: 41px;
  color: #2c2e30;
  font-weight: 900;
}

#Our-team .content p {
  font-size: 20px;
  line-height: 38px;
  color: #888888;
  font-weight: 400;
}

#Our-team .team-heading h3 {
  font-size: 20px;
  line-height: 42px;
  color: #555555;
  font-weight: 700;
}

#Our-team i.fa.fa-caret-right {
  margin-right: 10px;
}

#Our-team i.fa.fa-caret-right:hover {
  color: #F53194;
}

#Our-team .team-cols .team-thumb img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease-in-out;
}

#Our-team .team-cols .team-thumb {
  transition: .4s ease-in-out;
}



/*Reservation Section*/

#reservation {
  margin-top: 77px;
}

#reservation .video-backg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 429px;
  text-align: center;
  padding-top: 110px;
}

#reservation .form-background {
  background: #0C090A;
}

#reservation .circle {
  font-size: 35px;
  color: #EA5D5C;
}

#reservation a.open-video {
  position: relative;
  top: 0;
}


#reservation .large i {
  font-size: 48px;
  background: #EA5D5C;
  width: 115px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30%;
  color: #fff;
}

#reservation .large i:hover {
  color: #fff;
}

.video-section {
  position: relative;
}

#reservation .video-section .video-blog {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}

#reservation .video-section .video-blog .is-open {
  right: 0;
  height: 100%;
  visibility: visible;
  top: 30px;
}

#reservation .video-section .video-blog .is-open section {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}

#reservation .video-section .video-blog a.close-video {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}

#reservation .video-section .video-blog i.videoblog-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}

#reservation .video-section .video-blog .is-open i.videoblog-close-button {
  opacity: 1;
  position: relative;
  bottom: 35px;
}

#reservation .video-section .video-blog.is-open i.videoblog-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#reservation .reservation-content {
  padding: 25px 0;
  max-width: 366px;
}

#reservation .reservation-title h3 {
  margin-bottom: 44px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43.4px;

}

.form-contact-info {
  border: 2px solid #F88C91;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
}

#reservation .reservation-title p {
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #565656;

}

.opening-time h3 {
  text-align: center;
  margin: 10px 0 30px;
  font-size: 22px;
}

#reservation .header-email-inner span {
  color: #fff;
  display: block;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 13px;
}

#reservation .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

#reservation .contact-info a {
  color: #fff;
  transition: ease 600ms;
}

#reservation .contact-info .dashicons {
  color: #EA5D5C;
  padding: 0;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-right: 14px;
  flex: 0 0 36px;
  transform: rotate(90deg);
}

#reservation h6 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
}

#reservation h4 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}

#reservation img {
  width: 100%;
}

.reservation-form {
  margin: 25px 0 31px 0;
}

#reservation table {
  border: solid 2px #F88C91;
  border-radius: 5px;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 5px
}

#reservation tr {
  background: transparent;
}

#reservation label {
  color: #0C090A;
  font-weight: 400;
  margin: 0;
}

.reserv-form .col-md-6,
.reserv-form .col-md-12 {
  padding: 0 10px;
}

.reserv-form .col-md-6 span {
  margin-bottom: 15px;
  display: block;
}

.reserv-form p {
  margin-bottom: 0;
}

#reservation input.wpcf7-form-control.wpcf7-text,
#reservation select.wpcf7-form-control.wpcf7-select,
#reservation input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
#reservation textarea.wpcf7-form-control.wpcf7-textarea {
  opacity: 1;
  background: transparent;
  border-radius: 6px;
  color: #bbc8d1;
  outline: none;
  padding: 10px;
  border: none;
  width: 100%;
  /*border: solid 2px #F88C91;*/
  height: 72px;
  line-height: 72px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #565656;
  padding: 0 40px;
}

#reservation ::placeholder {
  color: #565656;
  opacity: 1;
  /* Firefox */
}

#reservation ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #565656;
}

#reservation textarea.wpcf7-form-control.wpcf7-textarea {
  height: 109px;
  width: 100%;
  line-height: 35px;
  padding: 12px 40px;
}

#reservation input.wpcf7-form-control.has-spinner.wpcf7-submit {
  color: #fff;
  border-radius: 4px;
  padding: 0;
  border: none;
  outline: none;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
  width: 250px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;

}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/*Cake Images Section*/
#cake-img-section {
  margin: 122px 0 44px;
}

.cake-images {
  display: flex;
}

.cake-box {
  margin: 0 18px;
}

/*Gallery SECTION*/

#gallery p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin: auto;
  display: table;
  margin-bottom: 14px;
}

#gallery h3 {
  margin: auto;
  display: table;
  font-size: 40px;
  font-weight: 700;
  line-height: 49.6px;
}

#gallery ul {
  padding: 50px 25px 25px 25px;
  position: relative;
  z-index: 99;
}

#gallery .tab-section {
  border-radius: 5px;
  border: 5px solid #F88C91;
  position: relative;
  display: flex;
  justify-content: right;
  margin-right: 30px;
}

#gallery .tab-section::after {
  content: '';
  background-image: url('images/gallery/muffin-coloring.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -37px;
}

#gallery .tab-section::before {
  content: '';
  position: absolute;
  border: 2px solid #F88C91;
  width: 97.5%;
  height: 97%;
  left: 4px;
  right: 0;
  top: 4px;
  border-radius: 5px;
}

#gallery .tab-section button {
  border: none;
  background: transparent;
  color: #767c83;
  outline: none;
  cursor: pointer;
}

#gallery .product-details {
  margin: -44px 10px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: #0C090A;
  padding: 8px 20px;
}

#gallery .product-tab {
  position: relative;
  padding: 0 15px;
  list-style: none;
  margin-bottom: 8px;
}

#gallery .product-tab button:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  background-color: #0C090A;
  top: 50%;
  transform: translateY(-50%);
}
#gallery .product-tab button.active:before {
  background-color: transparent;
  border: 2px solid #EA5D5C;
  width: 10px;
  height: 10px;
  right: -2px;
}
#gallery button.tablinks {
  display: block;
  font-size: 16px;
  color: #0C090A;
  font-weight: 600;
  transition: linear 300ms;
}

#gallery button.tablinks {
  display: block;
  color: #0C090A;
  transition: linear 300ms;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}

#gallery button.tablinks.active {
  color: #F88C91;
  font-weight: 700;
}

#gallery button.tablinks:hover {
  color: #F88C91;
}

#gallery button {
  padding: 10px;
}

#gallery .tabcontent.active {
  display: block;
}

#gallery .tabcontent {
  display: none;
}

#gallery .box {
  overflow: hidden;
  position: relative;
}

#gallery .product-box {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  margin-bottom: -48px;
  margin-left: -30px;
}

#gallery figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#gallery figure:hover+span {
  opacity: 1;
}

#gallery .box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 287px;
  object-fit: cover;
}

#gallery .product-box:hover .box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

#gallery .box .box-content {
  color: #fff;
  background: #0C090A;
  text-align: center;
  width: 135px;
  padding: 10px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  z-index: 1;
  transition: all 0.3s ease-out;
  border-radius: 30px;
}

#gallery .box .box-content:hover {
  background: #fdbc2e;
}

#gallery .product-box:hover .box-content {
  opacity: 1;
}

#gallery .product-box .box-content:before,
#gallery .product-box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#gallery .product-box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#gallery .product-box:hover .box-content a:before,
#gallery .product-box:hover .box-content a:after {
  transform: scale(1);
}

#gallery .box-content a.added_to_cart.wc-forward {
  position: absolute;
  float: right;
  right: 20px;
  margin-top: 35px;
  color: #fff;
  padding: 8px 15px;
  background: #0C090A;
  border-radius: 30px;
}

#gallery .box-content a.added_to_cart.wc-forward:hover {
  background: #0C090A;
}

#gallery .product-box:hover .title {
  transform: translateY(0);
}

#gallery .box-content a.button {
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

#gallery .box-content a.button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  margin: 0 5px;
}

#gallery .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
  color: #ffd146;
  margin: 0 auto 15px;
}

#gallery .star-rating::before {
  content: "\73\73\73\73\73";
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

#gallery .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffd146
}

#gallery .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#gallery h4 a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
}

#gallery span.woocommerce-Price-amount.amount {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

#gallery ins {
  text-decoration: none;
}

#gallery del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#gallery .button1 {
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
}

#gallery .button1:hover {
  background: #0C090A;
}

/*TESTIMONIAL SECTION*/

#testimonial {
  padding: 77px 0 160px;
  position: relative;
  background-image: url(images/testimonial/review-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 55px;
}
#testimonial h4.testi-name {
  color: #F88C91;
}

#testimonial h3 {
  text-align: center;
  margin-bottom: 9px;
}

#testimonial .testimonial-box {
  margin: 40px auto;
  padding: 38px 50px 28px;
  position: relative;
  border: solid 3px #F88C91;
  position: relative;
}

.testimonial-box-icon {
  width: 100px;
  position: absolute;
  top: -35px;
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 0 20px;
  right: 26%;
  fill: #F88C91;

}

#testimonial p {
  margin: auto;
  display: table;
}

#testimonial h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;

}

#testimonial .star-rating {
  margin: 0 auto 43px;
}

#testimonial .box-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

#testimonial h6.testi-post {
  font-size: 14px;
  font-weight: 400;
}

#testimonial .fas {
  font-size: 24px;
  position: relative;
  left: 20%;
}

#testimonial figure {
  margin: 0 auto 17px;
  padding: 0;
  overflow: hidden;
  width: 88px;
  height: 88px;
  border-radius: 100%;
}

#testimonial figure:hover+span {
  opacity: 1;
}

#testimonial .testi_info {
  max-width: 310px;
  margin: 26px auto 0;
  text-align: center;
}

#testimonial figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: auto;
  display: inline-block;
  border-radius: 50%;
}

#testimonial .testimonial-box:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#testimonial .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 253px;
  bottom: 100px;
}

.star-rating span.star-1 {
  width: 20%;
}

.star-rating span.star-2 {
  width: 40%;
}

.star-rating span.star-3 {
  width: 60%;
}

.star-rating span.star-4 {
  width: 80%;
}

.star-rating span.star-5 {
  width: 80%;
}



::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbc8d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbc8d1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbc8d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbc8d1;
}


/*Latest Blog SECTION*/

#latest_blog figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #0C090A;

}

#latest_blog figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

#latest_blog .latest-box:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

#latest_blog figure:hover+span {
  opacity: 1;
}

#latest_blog .far {
  color: #707070;
}

#latest_blog h4 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.8px;
}

.latest-box .latest_content,
.latest-box .content_box {
  padding-top: 20px;
}

#latest_blog .post-title {
  margin-bottom: 14px;
}

#latest_blog .post-date-views-user {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8C8A8B;
}

#latest_blog .post-date-views-user .dashicons {
  color: #F88C91;
  font-size: 15px;
  line-height: 20px;
  margin-right: 9px;
}

#latest_blog .blog-view-btns {
  margin: 0 10px;
  display: flex;
}

#latest_blog .blog-view-btns::before {
  content: '/';
  margin-right: 10px;
}

#latest_blog .blog-view-btns::after {
  margin-left: 10px;
  content: '/';
}

#latest_blog .read_more {
  text-transform: capitalize;
  border: 2px solid #F88C91;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0C090A;
  transition: all 0.5s;
}

#latest_blog .read_more:hover {
  color: #F88C91;
}

#latest_blog .content-post {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin: 7px 29px;
}

#latest_blog span.date-meta {
  background: #F88C91;
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.28px;
  color: #fff;
}

#latest_blog span.date-day {
  font-size: 35px;
  font-weight: 700;
  line-height: 43.4px;

}

/*Newsletter*/
#newsletter {
  position: relative;
  z-index: 99;
  margin-top: 58px;
  margin-bottom: -100px;
}

.newsletter_box h5 {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}

.newsletter_box {
  border-radius: 5px;
  padding: 57px 60px;
  width: 100%;
  background: #F88C91;

}

.newsletter_box .wpcf7-spinner {
  position: absolute;
}

#newsletter h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;

}

#newsletter p {
  margin-bottom: 0;
}

#newsletter .wpcf7-form-control {
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 5px;
  color: #8C8A8B;
  font-weight: 400;
  padding: 0 27px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  height: 80px;
  max-width: 500px;
  background-image: url(images/newsletter/email-icon.png);
  background-repeat: no-repeat;
  background-position: 450px center;
}

form.wpcf7-form.init {
  position: relative;
}

#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email::placeholder {
  color: #595959;
}

#newsletter form br {
  display: none;
}

#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #0C090A;
  padding: 0;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  right: 10%;
  border-radius: 5px;
  width: 250px;
  position: absolute;
  right: 0;
  font-family: Libre Baskerville;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
}

#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #EA5D5C;
  transition: all 0.5s;
}


/*Footer Section*/

footer.footer-area {
  padding-top: 140px;
}

.footer-area form {
  position: relative;
  margin: 35px 0 10px;
}

.footer-2 aside {
  margin: auto;
}

footer .footer-cols aside {
  max-width: 301px;
}

footer .footer-cols .footer3 aside {
  max-width: 272px;
  margin-left: auto;
}

footer.footer-area p {
  margin-bottom: 20px;
}

footer .button {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  border: 2px solid #F88C91;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
}

footer .button:hover {
  color: #EA5D5C;
  border-color: #EA5D5C;
}

.footer-2 .button1 {
  margin: auto;
}

footer .button1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: all ease-in-out 400ms;
  overflow: hidden;
  background: #F88C91;
  background-color: #F88C91;
  width: 250px;
}

footer .button1:hover {
  color: #fff;
  background-color: #EA5D5C;
}

.footer3 p:first-child {
  margin-bottom: 37px;
  line-height: 25px;
  font-style: italic;
  text-align: center;
}

.footer3 p {
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  line-height: 40px;
}

.footer-area form input[type="email"] {
  border: 0;
  height: 54px;
  border-radius: 30px;
  color: #A1A3AB;
  padding: 20px 50px;
  width: 100%;
  outline: 0;
}

.submit-btn {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 47px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn p {
  position: absolute;
  width: 100%;
}

.submit-btn .wpcf7-spinner {
  margin: 0;
}


.submit-btn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f061";
  z-index: 99;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 18px;
}

.footer-area .textwidget {
  list-style: none;
}

.footer-area .textwidget ul {
  padding: 0 10px;
}

.footer-area .textwidget ul li {
  margin: 10px 0;
  color: #a4a0bc;
  font-weight: 500;
}

.footer-area li::marker {
  color: #222222;
}

.footer-area h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-bottom: 41px;
  text-align: center;
}

.textwidget .contact-info {
  display: flex;
  margin-bottom: 20px;
}


.footer-area .textwidget ul.social-links {
  padding-left: 0;
  margin-bottom: 34px;
  justify-content: center;
}

.footer-area .textwidget ul.social-links p {
  margin-bottom: 0;
  line-height: 0;
}

.footer-area .textwidget ul.social-links a:hover {
  color: #fff;
}

.footer-area .fab:hover {
  transition: all 400ms;
}

.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}

.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}

.footer-area .post-meta a {
  font-weight: 400;
  color: #222222;
  font-size: 18px;
}

.footer-area ul {
  padding: 0 0 0 15px;
  line-height: 2;
  list-style: none;
}

.footer-area li {
  margin: 0;
}

.footer-area li a {
  font-size: 16px;
  line-height: 34px;
  color: #818287;
  list-style: none;
  font-weight: 500;
}

.footer-area select {
  width: 100%;
  padding: 10px;
}

.footer-area bdi {
  color: #222222;
}

.copyright-box {
  padding: 0;
}

.copyright {
  background: #565656;
  padding: 31px 0 35px;
  margin-top: 22px;
}

.copyright p {
  color: #fff;
  margin-bottom: 0 !important;
  padding: 0;

  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;


}

.footer-menu ul {
  display: flex;
  margin-bottom: 0;
  margin-left: auto;
  justify-content: end;
}

.footer-menu ul li ul {
  display: none;
}

.footer-menu ul li {
  margin: 0 10px;
  position: relative;
}

.footer-menu ul li:after {
  content: '/';
  margin-left: 20px;
  color: #fff;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

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

.footer-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #fff;
}

.copyright a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
}

.copyright a:hover {
  color: #F88C91;
}

.footer-area .woocommerce ul.product_list_widget li {
  padding: 5px 0;
}

.custom-h6 {
  font-size: 18px !important;
}

.footer-area .textwidget img {
  width: auto;
}

.wp-block-group {
  box-sizing: border-box;
  display: none;
}

#testimonial .owl-carousel .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/testimonial/arrow-left.png);
  width: 32px;
  height: 16px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: 0;
  outline: 0;
  position: absolute;
  cursor: pointer;
}

#testimonial .owl-carousel .owl-nav button.owl-next {
  background-image: url(images/testimonial/arrow-right.png);
  right: 0;
}

#testimonial .owl-carousel .owl-nav button span {
  display: none;
}




/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}

#contact h2 {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
}

#contact p {
  color: #F88C91;
}

#contact .contact-text {
  color: #fff;
}

#contact .icon1 {
  background: #fff;
  color: #F88C91;
  border-radius: 50%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  width: 45px;
  height: 45px;
  padding: 10px;
  margin: 0 5px;
  webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
  font-size: 24px;
  cursor: pointer;
}

#contact .icon1:hover {
  transform: rotate(360deg);
  color: #fff;
  background: #222222;
}

#contact .contact-enquiry {
  background: #fff;
}

#contact .services-box {
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  height: 100%;
}

#contact .services-box a {
  color: #F88C91;
  display: table;
  margin: auto;
}

#contact .services-box a:hover {
  color: #222222;
}

#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}

#contact input.wpcf7-form-control.wpcf7-text {
  padding: 15px 20px;
  background: transparent;
  border: 1px solid #fff;
  margin: 10px;
  outline: none;
  width: 46%;
  color: #fff;
  border-radius: 30px;
}

#contact input.wpcf7-form-control.wpcf7-text::placeholder {
  color: #fff;
}

#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 95%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 10px;
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  border-radius: 10px;
}

#contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #fff;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin: 20px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background: #222222;
  border: none;
  border-radius: 30px;
  transition: all .3s ease-out;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #fff;
  color: #fff;
  font-weight: 500;
  border: none;
}

#contact span.wpcf7-spinner {
  display: block;
}

#contact embed {
  width: 100%;
  height: 500px;
}

#contact .icon2 {
  font-size: 50px;
  color: #F88C91;
  display: inline;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
}

#contact .services-box:hover .icon2 {
  transform: rotate(360deg);
  color: #222222;
}

#contact h6 {
  color: #F88C91;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

#contact h5 {
  color: #fff;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 700;
}

.contact-enquiry h5 {
  color: #F88C91 !important;
}

#contact h3 {
  color: #F88C91;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 600;
}

.contact-form {
  background: #F88C91;
}

.about-image-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  #slider .slider-content {
    top: 60%;
  }
}


/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {

  .home .menu-header .container {
    padding: 0 15px;
  }

  .admin-bar .fix-sticky {
    margin-top: 0;
    position: static;
  }

  .header-calling {
    justify-content: center;
    margin: 10px 0;
  }

  .baker-carousel-box {
    margin: 0;
  }

  .header-email,
  .header-location {
    justify-content: center;
    margin-bottom: 10px;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  #product_category .owl-carousel .owl-nav {
    position: static;
  }

  #product_category .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 16px;
    right: -80px;
  }

  #product_category {
    padding-bottom: 80px !important;
  }

  #gallery ul {
    padding: 30px 30px 10px 0;
  }

  #gallery .col-md-4 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  #gallery .box img {
    height: auto;
  }

  #product_category .owl-carousel .owl-nav button.owl-next {
    font-size: 16px;
    left: -80px;
    width: 40px;
    height: 40px;
  }

  #gallery h3 {
    font-size: 18px;
    font-weight: 600;
  }

  #gallery .product-details {
    margin: -61px 10px;
  }

  #testimonial h3 {
    font-size: 18px;
    text-align: center;
    margin-top: -30px;
  }

  #testimonial h4 {
    font-size: 15px;
    margin: 10px 0 5px;
  }

  #testimonial p {
    font-size: 14px;
    line-height: 20px;
  }

  #testimonial {
    padding: 50px 0 60px;
    background-size: 100%;
  }

  #latest_blog .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #latest_blog .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .latest-box .latest_content {
    padding: 15px;
  }

  #latest_blog span.date-meta {
    width: 70px;
    height: 80px;
    font-size: 16px;
}
#latest_blog span.date-day {
  font-size: 25px;
  font-weight: 700;
  line-height: 33.4px;
}
  #latest_blog .post-title {
    text-align: center;
  }

  #latest_blog .post-date-views-user {
    font-size: 12px;
    line-height: 16px;
  }

  #latest_blog .post-date-views-user .dashicons {
    margin-right: 0;
  }

  #latest_blog .blog-view-btns::before {
    margin-right: 5px;
  }

  #latest_blog .content-post {
    margin: 15px 0px 15px;
  }

  .newsletter_box {
    padding: 20px 20px 40px;
  }
  #newsletter h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}
#newsletter .wpcf7-form-control {
  padding: 0 20px;
  font-size: 14px;
  line-height: 35px;
  height: 50px;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: static;
  margin-top: 20px;
  line-height: 10px;
  font-size: 14px;
}
#newsletter {
  margin-bottom: 0;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
  footer.footer-area {
    padding-top: 60px;
  }

  .footer-2 {
    margin: 30px 0;
  }

  footer .button {
    margin: auto;
  }

  footer .footer-cols .footer3 aside {
    max-width: 100%;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .footer-menu ul li {
    margin: 0 3px;
  }
  .copyright p {
    font-size: 14px;
    margin-bottom: 10px !important;
}

  .footer-menu ul li:after {
    margin-left: 5px;
  }

  .header-form-left {
    margin-left: auto;
    padding: 0;
    flex: none;
    max-width: max-content;
  }

  .header-form {
    margin: 20px 70px 0 8px;
  }

  .shopping-cart {
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
    top: 79px;
  }

  .home .menu-header {
    position: static;
  }

  #site-navigation {
    background-color: #fff;
  }

  button.search-button {
    left: 18px;
  }

  .header i.fa.fa-search,
  .header i.fas.fa-shopping-cart {
    padding: 9px;
  }

  #our_menus h4 a {
    font-size: 15px;
  }

  #bakers::before {
    height: 50px;
    margin: 40px 0 20px;
  }

  #bakers {
    margin-bottom: 50px;
  }
  
  .about-image-wrap {
    margin: 50px 0 0;
  }

  div#new-arrivals {
    margin: 60px 0 0;
  }

  #new-arrivals .swiper button {
    margin: 0;
    max-width: 288px;
  }

  div#flavour_choose {
    margin-top: -60px;
  }

  #flavour_choose h3.flavour-heading,
  .new-arrivals h3 {
    font-size: 24px;
  }

  #reservation .large i {
    font-size: 28px;
    width: 75px;
    height: 70px;
  }

  .flavour-wrap {
    margin: 34px 15px 49px;
  }

  #new-arrivals .swiper {
    margin-bottom: 20px;
  }

  #latest_blog h4 a {
    font-size: 14px;
  }

  .header-make-button {
    margin-top: 20px;
  }

  #reservation .reservation-title {
    padding: 20px;
  }

  #reservation .reservation-title h3 {
    font-size: 20px;
  }

  #reservation .form-contact-info {
    margin: 0 15px;
  }

  #reservation {
    margin-top: 0;
  }

  #reservation .form-background {
    margin: -64px 0 0 0;
    border-radius: 10px;
  }

  #reservation .reservation-form {
    margin: 20px 15px;
  }

  #reservation h4 {
    font-size: 18px;
  }

  .opening-time {
    margin: 15px 15px 20px;
  }

  div#our_menus {
    margin-top: 40px;
  }

  #our_menus .secondary-heading {
    margin-bottom: 0;
  }

  #our_menus .product-image.box {
    padding: 0 4px 20px 0;
  }

  #our_menus .special-food {
    margin: 0 20px 40px 0;
  }

  #reservation h6 {
    font-size: 18px;
  }

  #testimonial .testimonial-box {
    padding: 38px 20px 20px;
  }

  #testimonial .box-content {
    font-size: 15px;
    line-height: 32px;
  }

  #Our-team {
    padding: 0;
    margin-bottom: 40px;
  }

  #about_us p,
  #flavour_choose .flavour-content,
  .arrivals-content,
  #our_menus p,
  #reservation .reservation-title p {
    font-size: 16px;
    line-height: 28px;
  }

  #flavour_choose .flavour-content {
    margin-bottom: 40px;
  }

  #our_menus h4 {
    text-align: left;
  }

  .special-food .col-md-4 {
    width: 100%;
  }

  .p-4.product-box {
    padding: 0 !important;
  }

  .footer-area ul {
    line-height: 1.5;
    column-count: 1;
    text-align: left;
    list-style: none;
  }

  .widget_text,
  .widget_nav_menu {
    margin-bottom: 30px;
  }

  .header-right {
    padding: 20px 20px 0;
  }

  .header-items {
    margin-bottom: 30px !important;
  }

  #main-menu {
    top: 25px;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #febd2e;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
  }

  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }

  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #222222;
  }

  #main-menu ul.sub-menu li a:hover {
    color: #222222;
  }

  #main-menu ul.sub-menu li a:before {
    border: none;
  }

  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text+.button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce table.cart td.actions .coupon .input-text+.button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: unset;
    width: 100% !important;
    margin: 0;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    width: 100%;
    margin: 0;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 20px;
  }

  .woocommerce .quantity .qty {
    max-width: 130px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }

  .page-404 h1 {
    font-size: 100px;
  }

  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }

  p.cart-item-box {
    left: 50%;
  }

  .header-menu .div_box3 {
    order: 1;
    margin: 0 20px;
    width: 100%;
    flex: auto;
  }

  .header-menu .div_box2 {
    order: 2;
    margin-top: 20px;
  }

  .header-menu .div_box4 {
    order: 3;
    margin-top: 20px;
  }

  .header-menu .div_box5 {
    order: 4;
    margin-top: 20px;
  }

  .header-menu input#search {
    padding: 10px;
  }

  .header-menu .button1 {
    padding: 10px 15px;
  }

  #slider .slider-content {
    top: 0;
    left: 15px;
    right: 0;
    transform: none;
  }

  #slider h2 {
    font-size: 16px;
    margin-top: 30px;
  }

  #slider h1 {
    font-size: 16px;
    margin-bottom: 0;
  }

  #slider p {
    display: none;
  }

  #slider .button1 {
    margin-top: 0;
    width: auto;
    padding: 4px 20px;
    font-size: 12px;
  }

  .slider-desc {
    margin-left: 0;
  }

  #slider .button {
    font-size: 12px;
    padding: 5px 20px;
  }

  #slider .button2 {
    font-size: 12px;
    padding: 5px 20px;
  }

  #slider .owl-dots {
    bottom: 5px;
  }

  #our_special ul {
    padding: 0;
  }

  #our_special .product-tab {
    padding: 5px;
  }

  #reservation select.wpcf7-form-control.wpcf7-select {
    width: 100%;
  }

  #our_menus .star-rating {
    margin: 0 auto;
  }

  #our_menus .box-content a.added_to_cart.wc-forward {
    top: 0;
  }

  #latest_blog .comments {
    font-size: 16px;
  }

  #latest_blog .date-meta {
    font-size: 14px;
  }

  #best_offer .owl-carousel .owl-nav {
    display: none;
  }

  #best_offer .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
  }

  #offer h4 {
    font-size: 13px;
    max-width: 140px;
    margin-bottom: 70px;
    text-align: right;
    margin-left: auto;
    line-height: 20px;
    margin-top: 40px;
  }

  #offer {
    padding: 0 !important;
  }

  #offer p {
    display: none;
  }

  #offer img {
    border: solid 1px #000;
    border-radius: 5px;
  }

  #offer .offer-section {
    height: auto;
  }

  #offer .offer-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  #reservation tr {
    display: grid;
  }

  #reservation input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 40px;
    width: 100%;
  }

  .cake-images {
    display: block;
  }

  .cake-box {
    margin-bottom: 30px;
  }

  #cake-img-section {
    margin: 70px 0 50px;
  }

  #gallery .tab-section {
    margin: 20px 15px 20px 0;
  }

  #gallery button.tablinks {
    font-size: 16px;
    padding: 0;
  }

  #gallery .tab-section::after {
    background-size: 200px;
  }

  .services-box .dashicons,
  .services-box .dashicons-before:before {
    margin-left: -30px;
  }

  #best_offer .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9aa4af;
    margin: 0 5px;
    outline: none;
  }

  #best_offer .owl-dots button.owl-dot.active {
    background-color: #febd2e;
  }

  #sb_instagram .sbi_photo_wrap {
    padding: 10px;
  }

  .footer-area ul {
    padding: 0 10px;
  }

  #contact .dashicons {
    margin: 20px 0;
    display: inline;
  }

  #contact hr {
    width: 30%;
  }

  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }

  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }

  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }

  #comments textarea {
    width: 100%;
  }

  .woocommerce-page div.product div.summary {
    padding: 15px;
  }

  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }

  .copyright img {
    margin: 10px 0;
  }

  .latest-post .comments {
    font-size: 16px;
  }

  .latest-post .date-meta {
    font-size: 14px;
  }
}


/*MEDIA 721 TO 1023*/

@media only screen and (min-width: 721px) and (max-width: 1023px) {
  .top-header span {
    font-size: 12px;
    line-height: 16px;
  }

  .top-header .clock {
    max-width: 44%;
  }

  .header-calling {
    max-width: 12%;
  }

  .header-email {
    max-width: 27%;
  }

  a.header-button {
    font-size: 12px;
    line-height: 32px;
  }

  #site-navigation .col-lg-5.col-md-8.col-sm-9.col-4 {
    max-width: 28%;
  }

  .header-form-left {
    margin-right: 10px;
    flex: 0 0 10.266667%;
    max-width: 10.266667%;
  }

  #site-navigation .col-lg-5.col-md-12 {
    max-width: 60%;
  }

  .page-template-frontpage #site-navigation {
    padding: 15px 0;
  }

  input#woocommerce-product-search-field {
    height: 32px;
    font-size: 14px;
  }

  button.search-button {
    top: 4px;
  }

  #flavour_choose .button {
    padding: 5px 44px;
    font-size: 14px;
  }

  #main-menu {
    float: left;
    width: 100%;
  }

  .admin-bar .fix-sticky {
    margin-top: 45px;
  }

  #main-menu ul li a {
    padding: 4px 4px;
    font-size: 10px;
  }

  .header-right {
    padding: 14px;
  }

  #new-arrivals span.onsale {
    position: absolute;
    top: 0%;
    left: 4%;
}

  .header-items {
    margin-bottom: 19px;
    font-size: 11px;
  }

  .social-links a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }

  #gallery {
    padding-bottom: 0 !important;
  }

  #gallery ul {
    padding: 0;
  }

  #gallery .box img {
    height: 150px;
  }

  div#latest_blog {
    padding: 0 15px;
  }

  #latest_blog .post-date-views-user {
    font-size: 11px;
  }

  #product_category .owl-carousel .owl-nav button.owl-next {
    left: -7px;
    width: 37px;
    height: 37px;
  }

  #product_category .owl-carousel .owl-nav button.owl-prev {
    width: 37px;
    height: 37px;
    right: -6px;
  }

  #gallery h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  #gallery .product-tab {
    margin-bottom: 0;
    margin: 0 10px;
  }

  #gallery button.tablinks {
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
  }

  #latest_blog span.date-meta {
    width: 80px;
    height: 80px;
    font-size: 20px;
    line-height: 27.28px;
  }

  #latest_blog h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.8px;
  }

  #latest_blog .blog-view-btns {
    margin: 0 5px;
    display: flex;
  }

  #latest_blog .blog-view-btns::before {
    margin-right: 5px;
  }

  #latest_blog .post-date-views-user .dashicons {
    font-size: 13px;
    margin-right: 0px;
  }

  .newsletter_box {
    border-radius: 5px;
    padding: 20px;
  }

  #newsletter h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
  }

  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0 20px;
    font-size: 14px;
    width: auto;
    line-height: 1;
  }

  #newsletter .wpcf7-form-control {
    width: 60%;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 50px;
  }

  #newsletter {
    margin: 50px 0 -80px;
  }

  .col-lg-4.col-md-6.col-sm-6.footer3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer .footer-cols .footer3 aside {
    margin: auto;
  }

  .copyright a {
    font-size: 14px;
  }

  .footer-menu ul li {
    margin: 0 5px;
  }

  .footer-menu ul li:after {
    margin-left: 5px;
  }

  .footer-area .footer-menu ul {
    padding: 0;
  }

  #gallery .tab-section::after {
    top: -37px;
    background-size: 80%;
  }

  #gallery button.tablinks:after {
    border-left: solid 16px #f8f8f8;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }

  .logo-image img {
    width: 100%;
    height: auto;
  }

  #gallery h4 a {
    line-height: 1;
  }

  #gallery h4 a {
    font-size: 14px;
  }

  #gallery .product-details {
    margin: -64px 10px;
    padding: 5px 13px;
  }

  #most_popular_food h4 a {
    font-size: 15px;
  }

  #patners-logo {
    padding: 30px 20px;
    margin-bottom: -80px;
  }

  div#offer {
    padding: 0 !important;
  }

  #offer .offer-box {
    padding-right: 20px;
    padding-left: 30px;
  }

  #offer .offer-section {
    height: 260px;
  }

  #offer h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #offer p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  #special_food h3.special-food-heading {
    margin: auto;
  }

  .services-box {
    text-align: left;
  }

  #most_popular_food .box img {
    height: 150px;
  }

  .menu-header input#search {
    font-size: 10px;
  }

  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 30%;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 15px 0;
  }

  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 45%;
    margin: 10px 10px;
  }

  #contact input.wpcf7-form-control.wpcf7-text {
    width: 46%;
    margin: 20px 10px;
  }

  #contact .wpcf7 .ajax-loader {
    display: block;
  }

  .sidebar-area .post-title {
    font-size: 14px;
  }

  .woocommerce div.product div.images img {
    width: auto;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 50%;
  }

  .woocommerce button.button {
    margin: 0 10px;
    padding: 12px 20px;
  }

  .header-menu .button1 {
    padding: 11px 19px;
    font-size: 10px;
  }

  p.cart-item-box {
    left: 50%;
    font-size: 10px;
    top: -20%;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }

  .header-search .open-search-form i {
    font-size: 15px;
  }

  a.cart-customlocation i {
    font-size: 14px;
  }

  #slider .slider-content {
    top: 50%;
    left: 7%;
    right: 30%;
  }

  #bakers::before {
    height: 80px;
    margin: 40px 0;
  }

  #about_us h5 {
    font-size: 18px;
    margin-bottom: 11px;
  }

  #about_us h5 span {
    margin-left: 13px;
    width: 40%;
    display: inline-block;
  }

  #about_us h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 27.2px;
    margin-bottom: 10px;
  }

  #about_us p {
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    color: #8C8A8B;
    max-width: 574px;
    margin-bottom: -10px;
  }

  #new-arrivals {
    margin: 60px 0;
  }

  .arrivals-content P {
    margin-bottom: 20px;
  }

  .arrivals-content {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .arrivals-content h6.price {
    margin-bottom: 20px;
  }

  .arrivals-content h6 span {
    font-size: 14px;
    line-height: 27.28px;
  }

  #flavour_choose h3.flavour-heading,
  .new-arrivals h3 {
    font-size: 20px;
    line-height: 29.6px;
  }

  #flavour_choose h3.flavour-sub-heading {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
  }

  #flavour_choose .flavour-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 769px;
    margin-bottom: 0;
  }

  #flavour_choose .flavour-content p {
    margin-bottom: 20px;
  }
  #new-arrivals .swiper button {
    margin: 0 30px;
}
  .flavour-wrap {
    margin: 30px 0;
  }

  #testimonial .testimonial-box {
    margin: 30px auto;
    padding: 50px 20px 20px;
  }

  #testimonial .star-rating {
    margin-bottom: 20px;
  }

  #testimonial .box-content {
    font-size: 14px;
    line-height: 28px;
  }

  #our_menus h4 a {
    font-size: 18px;
    line-height: 24.72px;
    margin-bottom: 10px;
  }

  #our_menus .product-image.box {
    padding-right: 20px;
  }

  h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.6px;
    margin-bottom: 0;
  }

  #reservation .video-backg {
    height: 260px;
    padding-top: 40px;
  }

  .slider-desc {
    margin-left: 0;
  }

  div#slider {
    padding-top: 70px;
  }

  .shopping-cart {
    left: 10px;
  }

  #slider .button1 {
    padding: 8px 30px;
    font-size: 14px;
    margin-top: 0;
  }

  #slider h2 {
    font-size: 18px;
  }

  #slider h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  #slider .button {
    padding: 8px 19px;
  }

  #slider p {
    display: none;
  }

  #reservation .wpcf7-spinner {
    display: block;
  }

  #our_special button.tablinks {
    padding: 5px 10px;
  }

  #our_menus .box-content a.added_to_cart.wc-forward {
    top: 0;
    right: 66%;
  }

  #latest_blog .date-meta {
    font-size: 16px;
  }

  #latest_blog .comments {
    font-size: 18px;
  }

  #testimonial p {
    font-size: 14px;
  }

  #testimonial .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    right: 29px;
  }

  #testimonial .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 16px;
  }

  #testimonial h4 {
    font-size: 16px;
  }

  #reservation .reservation-form {
    margin: 25px 0 0 0;
    padding: 15px 0;
  }

  #reservation input.wpcf7-form-control.wpcf7-text,
  #reservation select.wpcf7-form-control.wpcf7-select,
  #reservation input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
  #reservation textarea.wpcf7-form-control.wpcf7-textarea {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 20px;
  }

  .opening-time {
    padding: 15px 0;
    margin-bottom: -60px;
  }

  .patners-logo {
    padding: 0 20px;
  }

  #reservation .reservation-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #reservation .reservation-title p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  #reservation .form-contact-info {
    font-size: 14px;
  }

  #reservation .header-email-inner span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18.2px;
    margin-bottom: 10px;
  }

  #reservation .contact-info .dashicons {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-right: 10px;
  }

  #cake-img-section {
    margin: 60px 0;
  }

}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .top-header span {
    font-size: 12px;
    line-height: 16px;
  }

  .header-location {
    max-width: 13%;
    margin-left: auto;
  }

  #new-arrivals span.onsale {
    position: absolute;
    top: 0%;
    left: 4%;
}

  .header-form-left {
    margin-right: 10px;
    flex: 0 0 10.266667%;
    max-width: 10.266667%;
  }

  input#woocommerce-product-search-field {
    height: 32px;
    font-size: 14px;
  }

  #main-menu ul li a {
    padding: 4px 4px;
    font-size: 14px;
  }

  #slider h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  a.header-button {
    font-size: 12px;
    line-height: 32px;
  }

  p.cart-item-box {
    left: 50%;
  }

  .logo-image img {
    width: 100%;
    height: auto;
  }

  #slider .slider-content {
    top: 90% !important;
    left: 7%;
  }

  #bakers::before {
    height: 80px;
    margin: 40px 0;
  }

  .baker-carousel-box p {
    font-size: 13px;
  }

  .baker-carousel-box h4 {
    font-size: 20px;
  }

  #new-arrivals .swiper button {
    margin-right: 35px;
  }

  #about_us h5 span {
    margin-left: 13px;
    width: 40%;
    display: inline-block;
  }

  #about_us h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 27.2px;
    margin-bottom: 10px;
  }

  #about_us p {
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    color: #8C8A8B;
    max-width: 574px;
    margin-bottom: -10px;
  }

  #flavour_choose h3.flavour-heading,
  .new-arrivals h3 {
    font-size: 20px;
    line-height: 29.6px;
  }

  #flavour_choose h3.flavour-sub-heading {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
  }

  #flavour_choose .flavour-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 769px;
    margin-bottom: 30px;
  }

  #flavour_choose .button {
    padding: 7px 42px;
  }

  #our_menus .special-food h6.price {
    font-size: 12px;
  }

  #our_menus .box img {
    width: 80%;
    height: 58%;
  }

  #our_menus h4 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 3.72px;
    margin-bottom: 10px;
  }

  #our_menus p {
    margin-bottom: 31px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  #our_menus .btn {
    width: 163px;
  }

  #reservation .reservation-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #reservation .reservation-title p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  #reservation .header-email-inner span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18.2px;
    margin-bottom: 10px;
  }

  .arrivals-content P {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  div#new-arrivals {
    margin-bottom: 0;
  }

  #new-arrivals section.swiper-horizontal {
    margin-bottom: 0;
  }

  #newsletter {
    margin-bottom: 0;
  }

  footer.footer-area {
    padding-top: 60px;
  }

  #gallery h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  #gallery {
    padding-bottom: 0 !important;
  }

  div#latest_blog {
    padding: 0 15px;
  }

  #gallery ul {
    padding: 0 20px 0 0;
  }

  #gallery .box img {
    height: 210px;
  }

  #slider h1 {
    font-size: 40px;
  }

  .opening-time {
    max-width: 300px;
  }

  #latest_blog span.date-meta {
    width: 72px;
    height: 74px;
  }

  h4.post-title {
    font-size: 17px;
  }

  #latest_blog h4 a {
    font-size: 13px;
  }

  #latest_blog .read_more {
    width: 162px;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }

  .header-items {
    margin-bottom: 20px;
  }

  .newsletter_box {
    padding: 20px;
  }

  #newsletter h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
  }

  #newsletter .wpcf7-form-control {
    width: 60%;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 50px;
  }

  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0 20px;
    font-size: 14px;
    width: auto;
    line-height: 1;
  }

  #reservation .video-backg {
    height: 260px;
    padding-top: 40px;
  }
}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #slider .slider-content {
    right: 50%;
    top: 100%;
  }

  #best_offer .owl-carousel .owl-nav button.owl-next {
    left: 4%;
  }

  #best_offer .owl-carousel .owl-nav button.owl-prev {
    right: 4%;
  }

  .woocommerce .quantity .qty {
    max-width: 150px;
  }

  #new-arrivals .swiper button {
    cursor: pointer;
    transition: opacity 0.5s;
    padding: 0;
    border: 10px solid #EA5D5C;
    max-width: 270px;
    margin-right: 60px;
  }

  .col-lg-7.col-md-7.clock {
    max-width: 50%;
  }

  .header-location {
    max-width: 20%;
    flex: 0 0 20%;
  }

  #site-navigation .col-lg-5.col-md-12 {
    max-width: 41%;
  }
}

@media only screen and (min-width: 1365px) and (max-width: 1440px) {}