/*
Theme Name: Job Listing Pro
Theme URI: https://www.misbahwp.com/products/job-listing-wordpress-theme
Description: 
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.2
Requires PHP: 7.1
Tested up to: 6.8
Tags: news, 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: job-listing-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: "Inter", sans-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: #0859F7;
  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: #0859F7;
  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: #0859F7;
  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: #0859F7;
  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: #0859F7;
}

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

.logo-image {
  float: unset;
}

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

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

.social-links a:hover {
  color: #0859F7;
}

/* ===============================================
   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;
  margin: 0 36px;
}

#main-menu ul li.current-menu-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0859F7;
}

#main-menu ul li.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 21px;
  right: -20px;
  width: 9px;
  height: 6px;
  background-image: url(images/logo/down-arrow.png);
}

#main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 0;
  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: 16px;
  font-weight: 400;
  line-height: 45px;
}

.home #main-menu ul li a {
  color: #ffffff;

}

#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: #0859F7;
}

#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: #0859F7;
  -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 #0859F7;
  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: #0859F7;
  -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: #0859F7;
  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: #0859F7 !important;
}

.wishlist-row {
  display: flex;
  position: relative;
  line-height: 45px;
}

.wishlist-row::before {
  content: '';
  background: #F1F1F1;
  width: 1px;
  height: 26px;
  opacity: 10%;
  left: 42px;
  top: 10px;
  position: absolute;
}

/* ===============================================
   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: #0859F7;
}

.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: #0859F7;
}

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

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

.post-meta i {
  color: #0859F7;
}

.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: #0859F7;
  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: #0859F7;
}

.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: #0859F7;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}

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

.post-single .news_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #0859F7;
  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 .news_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: #0859F7;
}


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

.comment-respond input#submit {
  background: #0859F7;
  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: #0859F7;
  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;
    max-width: 87%;
  }

  #main-menu ul li a,
  .home #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
    color: #0859F7;
  }

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

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #0859F7;
    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: #0859F7;
  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: #0859F7;
  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 #0859F7;
  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: #0859F7;
  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: #0859F7;
  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 .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 {
  color: #DDD9D7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.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;
}

.footer .social-links a {
  padding: 0;
  margin-right: 40px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #0859F7;
  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: #0859F7;
  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 #0859F7 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*/
.menu-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
}

.logo-image img {
  width: auto;
}

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

#site-navigation {
  padding: 10px 0 0;
}


a.header-button,
#main-menu ul li.button a,
.footer-area li.button a {
  line-height: 45px;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: all ease-in-out 400ms;
  overflow: hidden;
  margin: 0 8.7px;

  font-size: 13px;
  font-weight: 500;

}

#main-menu ul li.button a {
  padding: 0 10px;
}

#main-menu ul li.button {
  margin: 0;
}

.footer-area li.button a {
  padding: 0 10px;
}

a.header-button:hover,
#main-menu ul li.button a,
.footer-area li.button a {
  background: #0859F7;
  color: #ffffff;
  margin-left: 0px;
}

#main-menu ul li.button a:hover,
.footer-area li.button a:hover {
  color: #000;
}


a.header-button:after,
#main-menu ul li.button a:hover,
.footer-area li.button a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.header-button::before,
a.header-button::after,
#main-menu ul li.button a::before,
#main-menu ul li.button a::after,
.footer-area li.button a::before,
.footer-area li.button a::after {
  background: #0859F7;
  content: '';
  position: absolute;
  z-index: -1;
}

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

a.header-button:hover:after,
#main-menu ul li.button a::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

input#woocommerce-product-search-field {
  border: none;
  border-radius: 5px;
  background: #0859F7;
  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;
}

.user-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.user-icon .far:hover {
  color: #0859F7;
}

.user-icon .far {
  color: #fff;
  font-size: 15px;
}

.user-login-reg,
.user-login-reg a {
  color: #fff;
  text-transform: capitalize;
}
.user-login-reg a:first-child {
  max-width: 75px;
  overflow: hidden;
  display: inline-flex;
}
.wishlist {
  margin: 0 20px 0 0;
  font-size: 18px;
}

.wishlist a {
  color: #fff;
}

a.cart-customlocation:hover i.fas.fa-shopping-cart,
.wishlist a:hover {
  color: #0859F7;
}

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

  .menu-header .container {
    padding: 0;
    max-width: 1540px;
  }
}

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: #0859F7;
  font-size: 18px;
}

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

.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: #0859F7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 10px;
}

.single-product .menu-header {
  background-color: #140A07;
}


/*SLIDER SECTION*/

#slider {
  position: relative;
  padding-bottom: 165px;
}

.slider-box img {
  opacity: 0.2;
  background-color: #FFFFFF;
}

#slider::after {
  content: '';
  width: 100%;
  height: 510px;
  background-image: url(images/slider/slider-shape.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}


#slider::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#slider .owl-carousel {
  position: relative;
}

#slider .slider-content {
  position: absolute;
  top: 17%;
  left: 0;
  bottom: auto;
  max-width: 756px;
  right: 0;
  margin: auto;
}

.slider-desc {
  max-width: 566px;
  margin: auto;
}

#slider p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#slider h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 65.35px;
}

.header-search-form {
  position: absolute;
  top: 37.5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  max-width: 970px;
  background-color: #fff;
  padding: 3px 3px 3px 19px;
  border-radius: 5px;
}

.header-search-form select,
.header-search-form .form-control {
  height: 26px;
  line-height: 26px;
  border: 0;
  background-color: transparent;
  outline: 0;
  padding: 0 20px 0 54px;
  width: 100%;
  border-radius: 0;
  appearance: none;
}

.header-search-form label {
  display: none;
}

.header-search-form .align-self-center {
  padding: 0;
}

.header-search-form button {
  width: 118px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 5px;
  border: 0;
  outline: 0;
  margin-left: 29px;
  background-image: url(images/slider/search-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  padding-left: 35px;
  cursor: pointer;
  transition: all 500ms;
}

.form-fields5 {
  margin-left: auto;
}

.form-fields3 {
  position: relative;
  background-image: url(images/search-form/location-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  border-right: solid 1px #F1F1F1;
}

.form-fields2 {
  position: relative;
  background-image: url(images/search-form/category-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  border-right: solid 1px #F1F1F1;
}

.form-fields1 {
  position: relative;
  background-image: url(images/search-form/keyword-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

/* Top Category SECTION*/

#top_category h3 {
  margin-bottom: 40px;
}

#top_category {
  padding: 100px 0;
  margin-top: -402px;
  position: relative;
  z-index: 9;
}

#top_category h4 {
  margin-bottom: 10px;
  line-height: 0;
}

#top_category h4 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}

.product-box .product-details p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
}

#top_category .container {
  max-width: 1300px;
}

#top_category .owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  left: auto;
  right: -45px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  font-size: 34px;
  outline: 0;
  border: 0;
  line-height: 40px;
  color: #fff;
}

#tpbr_topbar:has(#tpbr_box)~.menu-header {
  top: 50px;
}

#top_category .owl-carousel .owl-nav button span,
#testimonials .owl-carousel .owl-nav button span {
  position: relative;
  top: -2px;
  right: -1px;
}

#top_category .owl-carousel .owl-nav button:hover {
  opacity: 1;
}

#top_category .owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: -45px;
}

/* Recommend Ads SECTION*/

#recommend_ads {
  padding: 100px 0;
}

#recommend_ads ul {
  padding: 0;
  position: relative;
  z-index: 99;
  display: flex;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #FFE6DE;
  border-radius: 5px;
}

#recommend_ads .product-adds {
  background-image: url(images/recommend-ads/adds-icon.png);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  padding-left: 20px;
  background-repeat: no-repeat;
}

#recommend_ads .product-adds-mins {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F6F6F6;
  width: 110%;
  margin-left: -20px;
  padding: 0 20px 20px;
}

#recommend_ads .product-mins {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  background-image: url(images/recommend-ads/time-icon.png);
  padding-left: 20px;
  background-repeat: no-repeat;
}

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

#recommend_ads .wishlist-product {
  margin-left: auto;
  border-right: solid 1px #F6F6F6;
  margin-right: 12px;
}

#recommend_ads .post-views {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

#recommend_ads .wishlist-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 15px;
  font-size: 24px;
}

#recommend_ads .tab-section {
  position: relative;
  display: table;
  margin: auto;
}

#recommend_ads .tab-section button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}


#recommend_ads .product-tab {
  position: relative;
  padding: 0;
  list-style: none;
  margin-right: 30px;
}

#recommend_ads button.tablinks {
  display: block;
  transition: linear 300ms;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  background-color: transparent;
  margin: 3px;
  border-radius: 5px;
}

#recommend_ads button.tablinks.active,
#recommend_ads button.tablinks:hover {
  background: #0859F7;
  color: #fff;
}


#recommend_ads button {
  padding: 10px;
}

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

#recommend_ads .tabcontent {
  display: none;
}

#recommend_ads .product-box {
  border: 1px solid #EFEFEF;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
}

#recommend_ads .product-box:hover {
  border-color: #FFE6DE;
  transition: all ease-in-out 300ms;
  box-shadow: 6px 6px 15.2px 0px #0859F71F;
}

#recommend_ads .product-box:hover .product-details p a {
  transition: all ease-in-out 300ms;
  color: #0859F7;
}

#recommend_ads .product-image {
  overflow: hidden;
  position: relative;
}

#recommend_ads .product-details {
  padding: 20px;
}

#recommend_ads .box .box-content {
  text-align: center;
  transition: all 0.3s ease-out;
  padding: 8.5px 0;
}

#recommend_ads .box figure {
  margin: 5px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-radius: 5px;
}

.product-image-cats {
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  z-index: 3;
  background: #F23030;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 15px;
  border-radius: 3px;
}

#recommend_ads .col-md-4.col-md-4:nth-child(3n-1) .product-image-cats,
#popular_trending .tab-product:nth-child(3n-1) .product-image-cats {
  background: #CD2CDB;
}

#recommend_ads .col-md-4:nth-child(3n) .product-image-cats,
#popular_trending .tab-product:nth-child(3n) .product-image-cats {
  background: #00CC14;
}

#popular_trending .product-image-cats {
  top: 5px;
  right: 5px;
}

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

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

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

#recommend_ads .box .box-content {
  text-align: center;
  transition: all 0.3s ease-out;
}

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

#recommend_ads .product-box .box-content:before,
#recommend_ads .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;
}

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

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

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

#recommend_ads .box-content a.button {
  transition: all 0.2s;
  text-decoration: none;
  color: #1B1C1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  display: block;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  text-transform: capitalize;
}

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

#recommend_ads h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}

#recommend_ads span.woocommerce-Price-amount.amount {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
}

#recommend_ads .product-text-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}

#recommend_ads ins {
  text-decoration: none;
}

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

#recommend_ads .product-text {
  display: flex;
}

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

#recommend_ads .button {
  background: #0859F7;
  padding: 0 32px;
  color: #ffffff;
  border-radius: 5px;
  display: table;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  margin-top: 10px;
}

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

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

/*Counter Section*/

#counter {
  margin-bottom: 100px;
}

#counter .counter-backg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: auto;
  text-align: center;
  padding: 28px 0;
}

#counter .counter-text {
  margin: 25px 0 10px;
}

#counter .dashicons {
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  display: inline;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border: 1px solid #464646;
  padding: 15px;
  border-radius: 10px;
}

#counter .counter-icon {
  padding-right: 0;
}

#counter .counter-text:hover .dashicons {
  transform: rotate(360deg);
  color: #fff;
}

#counter span {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.89px;
}

#counter p {
  margin-bottom: 0;
  color: #CDCDCD;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.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 figure {
  display: block;
}

#top_category .product-image.box figure img {
  width: auto;
  height: 50px;
  margin: auto;
}

#top_category .product-box {
  border: 1px solid #DFDFDF;
  width: 170px;
  height: 160px;
  text-align: center;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
}

/*Popular Trending Section*/

#popular_trending {
  margin: 73px 0 0;
}

h3 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41.15px;
  text-align: center;
}

.secondary-heading {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #0C090A;
}

#popular_trending .trending {
  margin: 0;
  border: 1px solid #EFEFEF;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

#popular_trending .trending:hover {
  border-color: #FFE6DE;
  transition: all ease-in-out 300ms;
  box-shadow: 6px 6px 15.2px 0px #0859F71F;
}

#popular_trending .trending h6.price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  color: #0859F7;
}

#popular_trending .product-adds-mins {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F6F6F6;
  width: 100%;
}

.product-trend-inner {
  padding-right: 15px;
}

#popular_trending .product-adds {
  background-image: url(images/recommend-ads/adds-icon.png);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #797979;
  padding-left: 20px;
  background-repeat: no-repeat;
}

#popular_trending .product-mins {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #797979;
  background-image: url(images/recommend-ads/time-icon.png);
  padding-left: 20px;
  background-repeat: no-repeat;
}

#popular_trending span.woocommerce-Price-amount.amount {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  color: #222222;
}

#popular_trending .product-text-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #797979;
}

#popular_trending .trending figure {
  margin: 0;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

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

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

#popular_trending .box img {
  width: 217px;
  height: 191px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
}

#popular_trending h4 {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #797979;
}

#popular_trending .product-image.box {
  padding: 0 0 0 15px;
}

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

#popular_trending .wishlist-product {
  color: #797979;
  margin-left: auto;
  border-right: solid 1px #F6F6F6;
  margin-right: 12px;
}

#popular_trending .post-views {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

#popular_trending .wishlist-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  color: #797979;
  margin-right: 15px;
  font-size: 24px;
}

#popular_trending .trending:hover p,
#popular_trending .trending:hover h6.price {
  color: #0859F7;
  transition: all 0.3s;
}

#popular_trending ins {
  text-decoration: none;
}

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

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

#popular_trending p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #222222
}


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

#popular_trending .button {
  background: #0859F7;
  padding: 0 32px;
  color: #ffffff;
  border-radius: 5px;
  display: table;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #FFFFFF;
  margin-top: 10px;
}

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

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

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

.wishlist-product {
  color: #797979
}

/*Top Location Section*/

#top-location {
  margin-top: 90px;
  background: #F8FAFD;
  padding: 90px 0;
}

/*Works Section*/

#works {
  margin-top: 90px;
}

.works-icon .dashicons {
  color: #0859F7;
  font-size: 36px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #FFEBE4;
  border-radius: 80px;
  margin-bottom: 20px;
}

#works h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #222222;
  max-width: 175px;
  margin: 0 auto 10px;
}

#works .works-text {
  max-width: 270px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #797979;
}

#works .col-md-4:nth-child(2n) {
  position: relative;
}

#works .col-md-4:nth-child(2n)::before {
  content: '';
  width: 70px;
  height: 30px;
  background-image: url(images/works/work-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 30px;
}

#works .col-md-4:nth-child(2n)::after {
  content: '';
  width: 70px;
  height: 30px;
  background-image: url(images/works/work-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -30px;
  top: 30px;
}

.location-images {
  max-width: 1170px;
  margin: auto;
}

.location-images img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  border-radius: 10px;
}

.location-images .col-md-4 {
  max-width: 25.6%;
}

.location-images .col-md-4:nth-child(3n-1) {
  max-width: 42.8%;
  flex: 0 0 42.8%;
}

.location-images .col-md-4:nth-child(3n) {
  max-width: 31.6%;
}

.location-images .location-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.location-images .location-box-bot {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.location-images .location-box-bot h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #ffffff;
  margin-bottom: 11px;
}

.location-images .location-box-bot h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  bottom: -100px;
  transition: all 400ms;
}

.location-images .location-box:hover .location-box-bot h6 {
  bottom: 0;
  transition: all 400ms;
}

/*Pricing Table Section */
#pricing_plans {
  margin-top: 90px;
  background: #F8FAFD;
  padding: 90px 0;
}

#pricing_plans .special-offer-box1,
#pricing_plans .special-offer-box3,
#pricing_plans .special-offer-box5 {
  background: #fff;
  border-radius: 20px;
  border: solid 1px #FFF5F1;
  padding: 30px 27px;
  margin-top: 25px;
}

#pricing_plans .special-offer-box2,
#pricing_plans .special-offer-box4,
#pricing_plans .special-offer-box6 {
  background: #0859F7;
  border-radius: 12px;
  border: solid 1px #FFF5F1;
  padding: 20px;
}

#pricing_plans .button {
  background: #222222;
  color: #fff;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  transition: all .5s ease 0s;
  margin-top: 25px;
}

#pricing_plans .button:hover {
  background: #FFF6F3;
  color: #222222;
}

#pricing_plans .titel-box {
  display: flex;
  align-items: center;
}

#pricing_plans .special-offer-box2 .special-month {
  color: #fff;
}

#pricing_plans .special-offer-box2 .pricing_tag {
  display: none;
}

#pricing_plans .plan-list-div {
  display: flex;
  align-items: center;
}

#pricing_plans .plan-list-div .dashicons {
  color: #0859F7;
}

#pricing_plans .plan-list-div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #797979;
  margin-bottom: 0;

}

#pricing_plans h4 {
  color: #0859F7;
  background: #D2E1FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  padding: 8px 19px;
  border-radius: 25px;
}

#pricing_plans .special-price {
  font-size: 40px;
  color: #0859F7;
  font-weight: 700;
  line-height: 48.41px;

}

#pricing_plans .special-month {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #797979;
  margin-left: -5px;
}

#pricing_plans .special-offer-box2 {
  padding: 51px 27px;
}

#pricing_plans .special-offer-box2 h4 {
  background: #FFFFFF26;
  color: #ffffff;
}

#pricing_plans .special-offer-box2 .special-price {
  color: #ffffff;
}

#pricing_plans .special-offer-box2 .plan-list-div p {
  color: #FFE2D9;
}

#pricing_plans .special-offer-box2 .plan-list-div .dashicons {
  color: #FFE2D9;
}

#pricing_plans .special-box {
  border-bottom: 1px solid #FFF5F1;
  padding-bottom: 20px;
}

#pricing_plans .special-offer-box2 .special-box {
  border-bottom: 1px solid #FFE2D930;
}

/*Testimonials Section*/
#testimonials {
  padding: 90px 0 60px;
}

#testimonials .testimonials_box {
  background: #fff;
  border-radius: 10px;
  margin: 10px 0 30px 0;
  border: 1px solid #EFEFEF;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;

}

#testimonials .testimonials_box:hover {
  box-shadow: 6px 6px 15.2px 0px #0859F71F;
  border: 1px solid #FFE6DE;
  transition: all 300ms;
}

#testimonials .testimonials_box:hover h4 {
  color: #0859F7;
  transition: all 300ms;
}

#testimonials .testimonials-thumb {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  margin-right: 14px;
}

.testimonials-box {
  display: flex;
  border-bottom: solid 1px #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-image: url(images/testimonial/quote-icon.png);
  background-repeat: no-repeat;
  background-position: right 15px;
}

#testimonial .testimonial_box {
  position: relative;
}

.testimonials-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#testimonial .testimonials-boxes {
  border-radius: 10px;
  filter: drop-shadow(-14.849px 14.849px 30px rgba(46, 65, 136, 0.14));
  background-color: #ffffff;
  margin: 15px 15px;
  padding: 0 41px;
}

#testimonials h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  margin-bottom: 10px;
}

#testimonials h6 {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}

#testimonials .name-sec {
  display: flex;
  align-items: center;
}

#testimonials .dashicons {
  transform: rotateX(180deg);
  font-size: 44px;
  color: #9284ef;
}

#testimonials .name-div {
  padding-left: 40px;
}

#testimonials .Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

#testimonials .Stars:before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: #ffd02f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#testimonials .owl-carousel .owl-nav button {
  position: absolute;
  top: 41%;
  left: auto;
  right: -65px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  font-size: 34px;
  outline: 0;
  border: 0;
  line-height: 40px;
  color: #fff;
  background: #0859F7;
}

#testimonials .owl-carousel .owl-nav button:hover {
  opacity: 1;
}

#testimonials .owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: -65px;
  background: #333333;

}

/* Brands Logo Section*/


#logo {
  margin-bottom: 90px;
}

#logo .brand-backg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: auto;
  text-align: center;
  padding: 84px 90px;
}

/*Recent news Section*/

#recent_news figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

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

#recent_news .post-thumbnail {
  margin: 0;
  position: relative;
  z-index: 9;
}

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

#recent_news .recent-small-box img {
  height: 188px;
}

#recent_news .recent-small-box .post-details {
  display: flex;
  margin: 15px 0 10px;
}

#recent_news .recent-small-box .post-content.entry-content {
  padding: 0 20px 15px;
}

#recent_news .recent-small-box h4.post-title {
  margin-bottom: 0 !important;
}

#recent_news .recent-small-box figure {
  border-radius: 5px;
}

#recent_news h4 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

#recent_news .news-title {
  text-align: center;
  display: table;
  margin: 20px auto;
}

#recent_news .news-content p {
  font-size: 19px;
  line-height: 31px;
  color: #888888;
  font-weight: 400;
  text-align: center;
}


#recent_news .button {
  background: #0859F7;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  margin: 20px 0;
  transition: all 0.6s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}

#recent_news .button:hover {
  background: #2d3446;
  text-decoration: none;
  color: #fff;
}

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

#recent_news .button::before,
#recent_news .button::after {
  background: #0859F7;
  content: '';
  position: absolute;
  z-index: -1;
}

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

#recent_news .button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

div#recent_news .container {
  max-width: 1170px;
}

#recent_news .post-details .dashicons {
  font-size: 18px;
}

#recent_news .recent_box {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  overflow: hidden;
}

#recent_news .recent_box:hover,
#recent_news .recent-small-box:hover {
  border-color: #FFE6DE;
  transition: all ease-in-out 300ms;
  box-shadow: 6px 6px 15.2px 0px #0859F71F;
}

.news-wrap .recent:nth-child(2n)>.row {
  display: flex;
  flex-direction: row-reverse;
}

#recent_news .recent {
  margin-bottom: 30px;
}

#recent_news .recent_box .post-details {
  display: flex;
}

#recent_news .recent-small-box {
  padding: 5px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}

#recent_news .recent-small-box p.content-post {
  display: none;
}

#recent_news .recent_left .post-thumbnail {
  margin: 0;
}

#recent_news .recent_right .recent_box {
  display: block;
}

#recent_news .recent_right .post-thumbnail {
  margin: 0;
}

#recent_news .recent_left .post-content.entry-content {
  padding: 0;
}

#recent_news .recent_right .post-content.entry-content {
  padding: 0;
}

#recent_news .latest-post figure {
  background: transparent;
}


#recent_news i.fa.fa-calendar.mr-2 {
  color: #0859F7;
}

#recent_news .owl-carousel .owl-nav button span {
  display: block;
  margin-top: -15px;
}

#recent_news .fas {
  font-size: 20px;
}

#recent_news .post-user {
  font-size: 12px;
  margin-right: 10px;
  line-height: 20px;
  color: #8e95ac;
  margin-left: auto;
}

#recent_news i.far.fa-comments.mr-2 {
  color: #0859F7;
}

#recent_news .post-time,
#recent_news span.ml-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #797979;

}

#recent_news p.content-post {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #797979;
  margin-bottom: 0;
}

#recent_news h4.post-title {
  margin: 15px 0;
}

#recent_news .news-content {
  margin-bottom: 30px;
}

#recent_news.post-template .post-content.entry-content {
  margin-right: 0;
}


#recent_news .recent_box .post-content.entry-content {
  padding: 30px 20px 30px 0;
}

#recent_news .recent_box .post-user-details {
  display: flex;
  margin-bottom: 15px;
}

#recent_news .recent_box .post-user-icon img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}

#recent_news .recent_box .post-user-names {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.4px;
}

#recent_news .recent_box .post-user-names span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.1px;
  margin-top: 5px;
}

#recent_news span.ml-3::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #797979;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/*Newsletter*/

#newsletter {
  margin-top: 90px;
}

#newsletter .news-backg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: auto;
  padding: 60px 0;
}

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

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

#newsletter h3 {
  max-width: 736px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
}

#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: 45px;
  max-width: 643px;
}

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: #0859F7;
  padding: 0;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 112px;
  right: 0;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

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


/*Footer Section*/

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


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

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


.footer3 p {
  color: #fff;
  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;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 32px;
}

.menu-footer-menu-1-container {
  column-count: 2;
}

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


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

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

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


.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;
  line-height: 2;
  list-style: none;
}

.footer-area li {
  margin: 0;
}

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

.footer-area li.button-buy a {}

.footer-area li.button-buy a::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.footer-area li.button-buy a {
  background: #0859F7;
  padding: 0 32px;
  color: #ffffff;
  border-radius: 5px;
  display: table;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  margin-top: 10px;
}

.footer-area li.button-buy a:hover {
  background: #333333;
  border-radius: 10px;
  color: #ffffff;
}

.footer-area li.button-buy a,
.footer-area li.button-buy a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.footer-area li a:hover {
  color: #0859F7;
}

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

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

footer.footer-area .footer-2 {
  padding: 0 0 0 70px;
}

footer.footer-area .footer3 {
  padding: 0 0 0 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

footer.footer-area .footer3 br {
  display: none;
}

footer.footer-area .footer3 a {
  padding: 0 0 0 35px;
  position: relative;
  display: flex;
  color: #DDD9D7;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

footer.footer-area .footer3 a:hover {
  color: #0859F7;
}

footer.footer-area .footer3 a:after {
  position: absolute;
  content: '';
  background-image: url(images/footer/location.png);
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

footer.footer-area .footer3 .phone-link:after {
  background-image: url(images/footer/call.png);
}

footer.footer-area .footer3 .mail-link:after {
  background-image: url(images/footer/footer-sms.png);
}


.copyright-box {
  padding: 0;
}

.copyright {
  background: #0859F7;
  margin-top: 50px;
}

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

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


}

.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;
  color: #fff;
}

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

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

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

.wp-block-group {
  box-sizing: border-box;
  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: #0859F7;
}

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

#contact .icon1 {
  background: #fff;
  color: #0859F7;
  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: #0859F7;
  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: #0859F7;
  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: #0859F7;
  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: #0859F7 !important;
}

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

.contact-form {
  background: #0859F7;
}

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

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


/*MEDIA QUERY 320 TO 720*/

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

  #slider::after {
    height: 50px;
  }

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

  #tpbr_topbar:has(#tpbr_box)~.menu-header {
    top: 110px;
  }

  .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;
  }

  .header-search-form button {
    margin-left: 20px;
  }

  #site-navigation .col-lg-5.col-md-8.col-sm-9.col-4 {
    padding: 0;
    max-width: 19%;
    margin-left: auto;
  }

  #site-navigation .open-menu span {
    font-size: 20px !important;
  }

  #counter,
  #logo {
    margin-bottom: 50px;
  }

  #recent_news .recent_box .post-content.entry-content {
    padding: 20px;
  }

  #works {
    margin-top: 50px;
  }

  #newsletter .news-backg {
    padding: 0;
  }

  #pricing_plans {
    margin-top: 50px;
    padding: 50px 0 20px;
  }

  #pricing_plans .plan-list-div p {
    font-size: 14px;
    line-height: 1.3;
  }

  #testimonials,
  #logo .brand-backg {
    padding: 50px 0;
  }

  #pricing_plans .plan-list-div {
    margin-bottom: 10px;

  }

  #popular_trending .box img {
    width: 100%;
  }

  .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;
  }

  #top_category .owl-carousel .owl-nav {
    position: static;
    display: none;
  }

  #recommend_ads button.tablinks {
    width: 100%;
  }

  #recommend_ads .product-tab {
    margin: 0;
  }

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

  #recommend_ads {
    padding: 60px 0;
  }

  .page-template-frontpage #site-navigation {
    position: absolute;
    margin-bottom: 0;
    width: 100%;
    padding-top: 10px;
    text-align: justify !important;
  }

  .header-search-form {
    top: 42%;
    margin: 0 15px;
    padding: 15px 15px 5px;
  }

  .header-search-form .align-self-center {
    margin-bottom: 15px;
  }

  #top_category {
    padding: 10px 0 60px 0;
    margin-top: 0;
  }

  #top_category h3,
  h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.2;
  }

  #top_category .product-box {
    width: auto;
    height: auto;
    padding: 10px;
    margin: auto 5px;
  }

  #recommend_ads ul {
    display: block;
    padding: 5px 10px 5px 4px;
  }

  #recommend_ads .product-details {
    padding: 15px;
  }

  #recommend_ads span.woocommerce-Price-amount.amount {
    font-size: 14px;
  }

  #works .col-md-4:nth-child(2n)::before,
  #works .col-md-4:nth-child(2n)::after {
    display: none;
  }

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

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

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

  #gallery .box img {
    height: auto;
  }

  #top_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_news .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

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

  #latest_news span.date-meta {
    width: 70px;
    height: 80px;
    font-size: 16px;
  }

  #latest_news span.date-day {
    font-size: 25px;
    font-weight: 700;
    line-height: 33.4px;
  }

  #latest_news .post-title {
    text-align: center;
  }

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

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

  #latest_news .news-view-btns::before {
    margin-right: 5px;
  }

  #latest_news .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;
    margin-top: 50px;
  }

  .container.footer-cols {
    padding: 0;
  }

  .footer-area .textwidget ul.social-links {
    justify-content: center;
  }

  footer.footer-area .footer-2 {
    padding: 0 15px;
  }

  footer.footer-area .footer3 {
    text-align: left;
  }

  footer.footer-area .footer3 h4 {
    text-align: center;
  }

  .copyright {
    margin-top: 30px;
  }

  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;
    padding: 15px 0;
    line-height: 1.5;
  }

  #recent_news .recent-small-box {
    margin-top: 30px;
  }

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

  .header-form-left {
    padding: 0 0 0 15px;
    flex: none;
  }

  .menu-wrap {
    text-align: right;
  }

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

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

  #site-navigation .col-lg-5.col-md-12 {
    display: none;
  }

  #slider {
    position: relative;
    padding-bottom: 330px;
  }

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

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

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


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

  .header-make-button {
    margin-top: 15px;
    width: 110px;
    position: absolute;
    right: 0;
  }

  .wishlist-row {
    line-height: 60px;
  }

  .user-icon {
    margin-left: 0;
  }

  .user-login-reg,
  .user-login-reg a {
    font-size: 14px;
  }

  .wishlist {
    margin: 0 10px 0 0;
    font-size: 18px;
  }

  a.header-button {
    font-size: 12px;
    padding: 3px 5px;
    line-height: 2;
  }

  #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#popular_trending {
    margin-top: 40px;
  }

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

  #popular_trending .product-image.box {
    padding: 0 15px 20px;
  }

  #popular_trending .product-image-cats {
    right: 20px;
  }

  #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,
  #popular_trending p,
  #reservation .reservation-title p {
    font-size: 16px;
    line-height: 28px;
  }

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

  #popular_trending span.woocommerce-Price-amount.amount {
    font-size: 15px;
  }

  #top-location {
    margin-top: 50px;
    padding: 50px 0;
  }

  .location-images .col-md-4 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .trending .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: #0859F7;
    padding: 0 7px;
    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: 90px;
    left: 15px;
    right: 0;
    transform: none;
  }

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

  #slider h1 {
    font-size: 16px !important;
    margin-bottom: 0;
    line-height: 1.2;
  }

  #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%;
  }

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

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

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

  #latest_news .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: #0859F7;
  }

  #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 .news_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;
  }

  #main-menu ul li.button a {
    line-height: 26px;
    margin: 0 3px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 400;
    margin-top: 12px;
  }

  #site-navigation .menu-wrap {
    padding: 0;
  }

  .wishlist-right {
    padding: 0;
  }

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

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

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

  a.header-button {
    font-size: 8px;
    line-height: 32px;
    padding: 0 1px;
    margin: 0;
    font-size: 11px;
    margin-top: 5px;
  }

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

  #main-menu ul li {
    margin: 0 20px 0 0;
  }

  .wishlist {
    margin: 0 10px 0 0;
    font-size: 12px;
  }

  .user-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .user-icon .far {
    font-size: 12px;
  }

  .wishlist-row .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 16px;
  }

  .user-login-reg {
    display: flex;
  }

  .user-login-reg a {
    font-size: 12px;
  }
  .user-login-reg a:first-child {
    max-width: 55px;
}
  .wishlist-row::before {
    left: 27px;
  }

  .header-make-button {
    max-width: 30%;
    flex: 0 0 30%;
    margin-right: 12px;
  }

  #main-menu ul li.menu-item-has-children:after {
    top: 25px;
    right: -12px;
    background-image: url(images/logo/down-arrow.png);
    background-size: 6px;
    background-repeat: no-repeat;
  }

  .header-form-left {
    flex: 0 0 15.266667%;
    max-width: 15.266667%;
  }

  #site-navigation .col-lg-5.col-md-12 {
    max-width: 41%;
    padding-left: 0;
  }

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

  #slider::after {
    height: 215px;
  }

  .header-search-form {
    top: 40%;
    margin: 0 20px;
    padding: 15px;
  }

  footer.footer-area .footer-2 {
    padding: 0;
  }

  #top_category {
    padding: 50px 0;
    margin-top: -165px;
  }

  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_news {
    padding: 0 15px;
  }

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

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

  #top_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_news span.date-meta {
    width: 80px;
    height: 80px;
    font-size: 20px;
    line-height: 27.28px;
  }

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

  #latest_news .news-view-btns {
    margin: 0 5px;
    display: flex;
  }

  #latest_news .news-view-btns::before {
    margin-right: 5px;
  }

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

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

  #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 0;
  }

  #newsletter .news-backg {
    padding: 30px 0;
  }

  .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.trending-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;
  }


  #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;
  }

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

  #popular_trending .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;
  }

  .header-search-form .row * {
    flex: 1;
    font-size: 13px;
  }

  #recommend_ads .product-adds-mins {
    display: block;
  }

  #recommend_ads .product-adds {
    margin-bottom: 15px;
  }

  .product-text-bot {
    flex-wrap: wrap;
  }

  #recommend_ads .product-text-price {
    flex: 0 0 100%;
  }

  #recommend_ads .wishlist-product {
    margin-left: 0;
    margin-top: 10px;
  }

  .header-search-form .row .form-fields5 {
    flex: 0 0 16%;
  }

  #top_category h3,
  h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  #top_category .owl-nav {
    display: none;
  }

  #top_category .product-box {
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0 5px;
  }

  #recommend_ads {
    padding: 50px 0;
  }

  #recommend_ads button.tablinks {
    padding: 0 10px;
    font-size: 14px;
    line-height: 44px;
    margin: 3px;
  }

  #recommend_ads span.woocommerce-Price-amount.amount {
    font-size: 14px;
  }

  #counter .dashicons {
    font-size: 30px;
    padding: 10px;
  }

  #counter p {
    font-size: 14px;
  }

  #popular_trending {
    margin-top: 50px;
  }

  #popular_trending .product-image-cats {
    right: 25px;
  }

  #top-location,
  #pricing_plans {
    margin-top: 50px;
    padding: 50px 0;
  }

  #works {
    margin-top: 50px;
  }

  #testimonials .owl-nav {
    display: none;
  }

  #testimonials {
    padding: 50px 0 0;
  }

  #pricing_plans .plan-list-div p {
    font-size: 14px;
    line-height: 24px;
  }

  #pricing_plans .plan-list-div {
    align-items: normal;
  }

  .testimonials-box {
    background-position: right 60px;
    background-size: 20px;
  }

  #logo .brand-backg {
    padding: 50px;
  }

  #logo {
    margin-bottom: 50px;
  }

  #recent_news h4 a {
    font-size: 14px;
    line-height: 18px;
  }

  #recent_news p.content-post {
    font-size: 14px;
    line-height: 23px;
  }

  #recent_news h4.post-title {
    margin: 10px 0;
  }

  #recent_news .recent_box .post-content.entry-content {
    padding: 20px 10px 20px 0;
  }

  #recent_news .recent-small-box .post-content.entry-content {
    padding: 0 10px 10px;
  }

  #counter {
    margin-bottom: 50px;
  }

  .header-search-form button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-left: 10px;
    background-position: 10px center !important;
    padding-left: 25px;
  }

  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,
  h1 {
    font-size: 18px !important;
    margin-bottom: 0;
  }

  #slider .button {
    padding: 8px 19px;
  }

  #slider .slider-content {
    top: 2%;
  }

  #slider p {
    font-size: 14px;
  }

  #reservation .wpcf7-spinner {
    display: block;
  }

  #our_special button.tablinks {
    padding: 5px 10px;
  }

  #popular_trending .box-content a.added_to_cart.wc-forward {
    top: 0;
    right: 66%;
  }

  #latest_news .date-meta {
    font-size: 16px;
  }

  #latest_news .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;
  }

  .footer-area li a {
    font-size: 15px;
  }

}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .top-header span {
    font-size: 12px;
    line-height: 16px;
  }

  a.header-button:hover,
  #main-menu ul li.button a,
  .footer-area li.button a {
    font-size: 12px;
    padding: 0 15px;
    line-height: 2.6;
    margin-top: 10px;
  }

  #testimonials .owl-nav {
    display: none;
}

  .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;
  }


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

  #main-menu ul li {
    margin: 0 24px 0 0;
  }

  .wishlist {
    margin: 0 10px 0 0;
    font-size: 12px;
  }

  .user-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .user-icon .far {
    font-size: 12px;
  }

  .wishlist-row .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 16px;
  }

  .user-login-reg {
    display: flex;
  }

  .user-login-reg a {
    font-size: 12px;
  }

  .wishlist-row::before {
    left: 27px;
  }

  .header-make-button {
    max-width: 40%;
    flex: 0 0 40%;
  }

  #main-menu ul li.menu-item-has-children:after {
    top: 25px;
    right: -12px;
    background-image: url(images/logo/down-arrow.png);
    background-size: 6px;
    background-repeat: no-repeat;
  }

  .header-form-left {
    flex: 0 0 15.266667%;
    max-width: 15.266667%;
  }

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

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

  #slider::after {
    height: 215px;
  }

  .header-search-form {
    top: 50%;
    margin: 0 20px;
    padding: 15px;
  }

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

  #recommend_ads span.woocommerce-Price-amount.amount {
    font-size: 18px;
  }

  #popular_trending span.woocommerce-Price-amount.amount {
    font-size: 18px;
  }

  footer.footer-area .footer-2 {
    padding: 0;
  }

  #top_category {
    padding: 50px 0;
    margin-top: -165px;
  }

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

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

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

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

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

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

  #slider .slider-content {
    top: 15% !important;
  }

  #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;
  }

  #popular_trending .trending h6.price {
    font-size: 12px;
  }

  #popular_trending h4 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 3.72px;
    margin-bottom: 10px;
  }

  #popular_trending p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  #popular_trending .product-adds-mins {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #popular_trending .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_news {
    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_news span.date-meta {
    width: 72px;
    height: 74px;
  }

  h4.post-title {
    font-size: 17px;
  }

  #latest_news h4 a {
    font-size: 13px;
  }

  #latest_news .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: 1199px) and (max-width: 1440px) {

  .wishlist-row {
    width: 320px;
  }

  #main-menu ul li {
    margin: 0 20px;
  }

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

  .header-make-button {
    flex: 0 0 30%;
    max-width: 30%;
  }

  #slider {
    padding-bottom: 345px;
  }

  #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 #0859F7;
    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) {}