/*!
 * Generic Styles v1.0.0
 * Copyright 2023 Stelios Kanakis 
 */

/*
Orange    #333132
Ice Gray  #F7F2EE
White     #FFFFFF
Brown     #4E3216
Green     #436C2A 

ExtraLight 200 
Light 300 
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800 
*/

body {
  background: #fff;
  font-family: 'Manrope', sans-serif;
  color: #000000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

section h1,
section h2,
section h3,
section h4,
section h5 {
  color: #4E3216
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  padding: 0;
  margin: 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.no-spacer {
  padding-top: 0;
  padding-bottom: 0;
}

.no-spacer-top {
  padding-top: 0;
}

.no-spacer-bot {
  padding-bottom: 0;
}

.xsm-spacer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.xsm-top-spacer {
  padding-top: 10px;
}

.xsm-bot-spacer {
  padding-bottom: 10px;
}

.sm-spacer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sm-top-spacer {
  padding-top: 20px;
}

.sm-bot-spacer {
  padding-bottom: 20px;
}

.md-spacer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.md-top-spacer {
  padding-top: 50px;
}

.md-bot-spacer {
  padding-bottom: 50px;
}

.lg-spacer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lg-top-spacer {
  padding-top: 80px;
}

.lg-bot-spacer {
  padding-bottom: 80px;
}

.xl-spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.xl-top-spacer {
  padding-top: 160px;
}

/* .page-template-templatespage-home-php{
  padding-top: 118x;
} */

.xl-bot-spacer {
  padding-bottom: 100px;
}

.xxl-spacer {
  padding-bottom: 200px;
  padding-top: 200px;
}

.xxl-bot-spacer {
  padding-bottom: 200px;
}

.xxl-top-spacer {
  padding-top: 200px;
}

.lg-bot-push {
  margin-bottom: 150px;
}

* {
  outline: none !important;
}

input,
a {
  outline: none;
  box-shadow: none;
}

input,
textarea {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

p {
  font-size: 19px;
  line-height: 29px;
  color: #000000
}

p a {
  color: #EA6E4E;
  text-decoration: none;
}

p a:hover {
  color: #EA6E4E;
  text-decoration: underline;
}

h1 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
}

h2 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-weight: 400;
}

.container.no-gutters,
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

body .tag {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
  color: #4E3216;
  background: #F7F2EE;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .tag:hover,
body .tag.active {
  background: #4E3216;
  color: #F7F2EE;
}

.fh {
  height: 100%;
}

a.soft-more,
span.soft-more {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.17px;
  color: #4E3216;
  text-decoration: underline;
}

a.soft-more:hover,
span.soft-more:hover {
  color: #EA6E4E;
  text-decoration: none;
}

a.more,
span.more {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.17px;
  color: #EA6E4E;
  text-decoration: none;
}

a.more i {
  font-size: 22px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}

.section-header h2 {
  margin-bottom: 12px;
}

.section-header p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 25px;
}

main {
  min-height: 100vh;
  background: #F7F2EE;
  position: relative;
  z-index: 1;
}

.white-bg {
  background: #fff;
}

.alm-filters-edit {
  display: none !important;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.content-area {
  position: relative;
  z-index: 1;
}

/*------------------------
    Buttons
------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
}

a.btn {
  cursor: pointer;
}

.btn:hover {
  outline: none;
  text-decoration: none;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn i {
  margin-right: 8px;
}

.btn-small {
  line-height: 20px;
  padding: 14px 20px 12px;
  font-size: 12px;
  letter-spacing: 0.28px;
  min-width: 140px;
}

.btn-medium {
  line-height: 20px;
  padding: 15px 15px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  min-width: 160px;
}

.btn-large {
  line-height: 30px;
  padding: 20px 40px;
  font-size: 18px;
  min-width: 200px;
}

.btn.btn-primary {
  color: #fff;
  background: #EB6133;
}

.btn.btn-alternative {
  color: #fff;
  background: #436C2A;
}

.btn.btn-transparent {
  color: #4E3216;
  background: transparent;
}

.btn.btn-transparent:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #4E3216;
  border-radius: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn.btn-transparent:hover:after {
  border: 2px solid #4E3216;
}

.btn:not(.btn-decorated) {
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.btn:not(.btn-decorated) span {
  position: relative;
  z-index: 10;
}

.btn:not(.btn-decorated):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 102%;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition: transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateZ(0) scaleX(0);
  transform: translateZ(0) scaleX(0);
  border-radius: 90px;
}

.btn.btn-primary:not(.btn-decorated):before {
  background: #DE4A19;
}

.btn.btn-alternative:not(.btn-decorated):before {
  background: #33571E;
}

.btn.btn-transparent.btn-decorated:before {
  background: #FF4F00;
}

.btn:not(.btn-decorated):not(:disabled):hover:before,
.btn:not(.btn-decorated):not(:disabled).active:before {
  -webkit-transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
  -o-transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
  transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateZ(0) scaleX(1);
  transform: translateZ(0) scaleX(1);
}

.btn.load-more {
  padding-left: 50px;
  padding-right: 50px;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index: 999;
  width: 60px;
  height: 60px;
  line-height: 19px;
  display: block;
  border-radius: 100%;
  text-align: center;
  left: auto;
  font-size: 24px;
  background: #EB6133;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-to-top.rollIn {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background: #EB6133;
  color: #ffffff;
}

.scroll-to-top span {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}

/*------------------------
		Header
------------------------*/
header {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 99;
}

header.filters-active {
  z-index: 0;
}

.inner-navigation-page header,
.page-template-page-center-of-gastronomy header {
  position: absolute;
}

header.full-header .header {
  background: #F7F2EE;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-area {
  background: #F7F2EE;
  border-radius: 100px;
  /* height: 110px; */
  height: auto;
  padding: 13px 45px 13px 23px;
}

.header-area .logos {
  padding-left: 10px;
}

.menu-trigger {
  display: block;
  width: 74px;
  height: 74px;
  background: #436C2A;
  border-radius: 100%;
  margin: 5px 0;
  border: none;
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  padding: 25px 0;
  position: relative;
}

.menu-trigger span {
  margin: 0 auto 13px;
  position: relative;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  display: block;
  width: 23px;
  height: 3px;
  background: #FFFFFF;
  content: '';
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-trigger span:before,
.menu-trigger span:after {
  position: absolute;
}

.menu-trigger span:before {
  top: -6px;
}

.menu-trigger span:after {
  bottom: -6px;
}

.menu-trigger span:after {
  width: 16px;
}

.menu-trigger:hover span:after {
  width: 23px;
}

.menu-trigger:hover span:before {
  width: 16px;
}

.menu-trigger .mmenu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 100;
}

header .logo {
  display: block;
  margin: 0 auto 3px;
  height: 83px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .scrolled .logo {
  height: 62px;
}

header .logo img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .moto {
  display: block;
  margin: 0 auto;
  height: 23px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .scrolled .moto {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

header .moto img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .circle-button {
  display: block;
  float: left;
  height: 74px;
  width: 74px;
  background: #F7F2EE;
  border-radius: 100%;
  margin-left: 15px;
  line-height: 77px;
  text-align: center;
  font-size: 27px;
  color: #4E3216;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .circle-button:hover,
header .circle-button.active {
  color: #fff;
  background: #EB6133
}

header .circle-button .count {
  position: absolute;
  font-size: 18px;
  top: -6px;
  right: -7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #EB6133;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .circle-button:hover .count,
header .circle-button.active .count {
  color: #4E3216;
  background: #F7F2EE;
}

header .login {
  display: block;
  background: #EB6133;
  color: #fff;
  border-radius: 100px;
  padding: 13px 20px 13px 20px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .login i {
  font-size: 25px;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}

header .login:hover,
.logged-out header .login,
header.full-header .header .login {
  color: #4E3216;
  background: #F7F2EE;
}

header .lang {
  display: none;
  float: left;
  margin-left: 15px;
}

header .lang li {
  display: block;
  position: relative;
  border-radius: 100% 100% 0 0;
  z-index: 10;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

header .lang li.sfHover {
  background: #F7F2EE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .lang.sf-arrows .sf-with-ul::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 29px;
  margin-top: -6px;
  border: none;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea05";
}

header .lang li a {
  display: block;
  height: 74px;
  width: 74px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 74px;
  text-align: center;
  padding: 0 11px 0 0px !important;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.34px;
  color: #4E3216;
  position: relative;
  z-index: 99;
}

header .lang li.sfHover>a {
  box-shadow: 0px 5px 7px -5px rgba(0, 0, 0, 0.5);
}

header .lang li ul {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  background: #F7F2EE;
  border-radius: 0 0 100px 100px;
  padding: 10px 0 15px 0;
  overflow: hidden;
  display: none;
}

header .lang li ul li {
  margin: 0;
  box-shadow: none !important;
}

header .lang li ul li a {
  padding: 0 !important;
  background: transparent;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
}

header .lang li ul li a:hover {
  color: #EB6133;
}

header .circle-button.search {
  position: relative;
}

.search-popup-wrapper {
  position: absolute;
  z-index: 100;
  left: auto;
  right: 0;
  background: #F7F2EE;
  padding: 7px 7px 7px 30px;
  border-radius: 100px;
  width: 400px;
  top: calc(100% + 60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #4E3216;
}

.search-popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.search-navigation {
  width: calc(100% - 130px);
  display: block;
  float: left;
}

.search-popup-wrapper .yith-ajaxsearchform-container:after {
  content: '';
  display: block;
  clear: both;
}

.search-popup-wrapper .search-navigation .yith-s {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  height: 50px;
  text-align: left;
  background: transparent;
  border: none;
}

.search-popup-wrapper input[type=submit] {
  display: block;
  float: left;
  width: 130px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 10px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  color: #fff;
  background: #436C2A !important;
}

.search-popup-wrapper .yith-ajaxsearchform-container {
  position: relative;
}

.search-popup-wrapper .autocomplete-suggestions {
  padding: 0 0 10px 0;
  width: calc(100% - 20px) !important;
  top: calc(100% + 7px);
  border: none;
  background: #F7F2EE;
  border-left: 1px solid #4E3216;
  border-bottom: 1px solid #4E3216;
  border-right: 1px solid #4E3216;
}

.search-popup-wrapper .autocomplete-suggestions .autocomplete-suggestion {
  background: #F7F2EE;
}

.search-popup-wrapper .autocomplete-suggestion .yith_wcas_result_content .title {
  color: #4E3216;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.search-popup-wrapper .link-result {
  display: block;
  clear: both;
  text-align: center;
  padding: 5px 0 20px;
}

.fp-menu {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 244, 239, 0.97);
  background: -moz-linear-gradient(left, rgba(247, 244, 239, 0.97) 0%, rgba(247, 244, 239, 0.97) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(247, 244, 239, 0.97) 0%, rgba(247, 244, 239, 0.97) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(247, 244, 239, 0.97) 0%, rgba(247, 244, 239, 0.97) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60042', endColorstr='#7db9e8', GradientType=1);
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu.active {
  opacity: 1;
  visibility: visible;
}

.fp-menu ul {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.fp-menu ul ul {
  -moz-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -o-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.fp-menu ul ul ul {
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.fp-menu.active ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.fp-menu .main-navigation {
  position: relative;
  padding: 30px 0;
}

.fp-menu .main-navigation ul {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  min-height: calc(100vh - 170px);
  position: relative;
}

.fp-menu .main-navigation ul li {
  display: block;
}

.fp-menu .main-navigation>ul>li>a {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.17px;
  color: #4E3216;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu .main-navigation>ul>li>a:hover,
.fp-menu .main-navigation>ul>li.current-menu-item>a,
.fp-menu .main-navigation>ul>li.current>a {
  color: #EB6133;
}

.fp-menu .main-navigation>ul>li>a:after {
  width: 0;
  opacity: 0;
  visibility: hidden;
  background: #EB6133;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu .main-navigation>ul>li>a:hover:after,
.fp-menu .main-navigation>ul>li.current-menu-item>a:after,
.fp-menu .main-navigation>ul>li.current>a:after {
  width: calc(100% - 80px);
  opacity: 1;
  visibility: visible;
}

.fp-menu .main-navigation>ul>li>a:before {
  position: absolute;
  right: 105px;
  bottom: 25px;
  width: 20px;
  height: 20px;
  text-align: right;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea08";
  font-size: 15px;
  color: #EB6133;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.fp-menu .main-navigation>ul>li>a:hover:before,
.fp-menu .main-navigation>ul>li.current-menu-item>a:before,
.fp-menu .main-navigation>ul>li.current>a:before {
  opacity: 1;
  visibility: visible;
  right: 80px;
}

.fp-menu .main-navigation ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0 0 0 75px;
  width: 100%;
  display: none;
  background: #fff;
  min-height: 100%;
  overflow: auto;
  height: calc(100% - 5px);
}

.fp-menu .main-navigation ul li ul li {
  display: block;
  max-width: 480px;
}

.fp-menu .main-navigation>ul>li>ul>li>a {
  display: block;
  color: #4E3216;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 0;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.11px;
  color: #4E3216;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu .main-navigation>ul>li>ul>li>a:hover,
.fp-menu .main-navigation>ul>li>ul>li.current-menu-item>a,
.fp-menu .main-navigation>ul>li>ul>li.current-menu-item>a span:hover {
  color: #EB6133;
}

.fp-menu .main-navigation>ul>li>ul>li.current-menu-item>a span {
  color: #4E3216;
}

.fp-menu .main-navigation>ul>li>ul>li:first-child>a {
  font-size: 30px
}

.fp-menu .main-navigation>ul>li>ul>li.current>a {
  color: #EB6133;
}

.fp-menu .main-navigation>ul>li>ul>li:first-child>a i {
  font-size: 13px;
}

.fp-menu .main-navigation>ul>li>ul>li>a span {
  display: block;
  float: right;
  padding: 0px 10px;
}

.fp-menu .main-navigation>ul>li>ul>li>a span i {
  font-size: 14px;
}

.fp-menu .main-navigation>ul>li>ul>li.current>a span i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #EB6133;
}

.fp-menu .main-navigation ul li ul li ul {
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 40px 40px;
  display: none;
}

.fp-menu .main-navigation ul li ul li ul li {
  display: block;
}

.fp-menu .main-navigation ul li ul li ul li a {
  display: block;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  padding: 10px 0;
  letter-spacing: -0.1px;
  color: #4E3216;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu .main-navigation ul li ul li ul li a:hover,
.fp-menu .main-navigation ul li ul li ul li.current-menu-item a {
  color: #EB6133;
}

.close-menu {
  position: relative;
  line-height: 74px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: #4E3216;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.close-menu:hover {
  color: #EB6133;
}

.close-menu .circle {
  width: 74px;
  height: 74px;
  background: #436C2A;
  display: inline-block;
  margin-right: 4px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 81px;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fp-menu.active .close-menu .circle {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-right: 19px;
}

.close-menu .circle i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.close-menu:hover .circle i {
  font-size: 24px;
}

/*------------------------
    Heading
------------------------*/
.heading {
  position: relative;
}

.heading h2 {
  color: #4E3216;
  margin-bottom: 20px;
}

.heading p {
  color: #4E3216;
  margin-bottom: 35px;
}

.heading figure {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.heading figure img {
  display: block;
  width: 100%;
  height: auto;
}

.categories-list {
  position: relative;
}

.categories-list h3 {
  color: #4E3216;
}

.categories-list .row {
  margin-left: 0px;
  margin-right: 0px;
}

.categories-list .row [class*=col] {
  padding-left: 26px;
  padding-right: 26px;
}

.categories-list .category {
  display: block;
  position: relative;
  text-align: center;
}

.categories-list .category .link {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.categories-list .category figure {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 24px;
  background: #F7F2EE;
  border-radius: 20px;
  overflow: hidden;
}

.categories-list .category figure img {
  display: block;
  width: 100%;
  height: auto;
}

.categories-list .category span {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.19px;
  color: #4E3216;
  text-transform: capitalize;
}

.mob-header-image {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
}

.mob-header-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------
    Showcase
------------------------*/
.showcase {
  display: block;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #F7F2EE;
  min-height: 1100px;
}

.showcase,
.showcase .fh,
.showcase .slider,
.showcase .slider .slide {
  min-height: 1100px;
}

.showcase .slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0;
}

.showcase .slider .slide {
  display: block;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase .slider .slide img {
  display: none;
}

.showcase .slider .slide,
.showcase .title-slider .slide {
  display: none;
}

.showcase .slider .slide:nth-child(1),
.showcase .title-slider .slide:nth-child(1),
.showcase .slider.slick-initialized .slide,
.showcase .title-slider.slick-initialized .slide {
  display: block;
}

.showcase h2 {
  font-size: 39px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #4E3216;
}

.showcase .featured-categories {
  position: relative
}

.showcase .featured-categories figure {
  width: 168px;
  height: 168px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
}

.showcase .featured-categories figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.showcase .featured-categories figure:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.showcase .featured-categories strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.2px;
  color: #4E3216;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.showcase .featured-categories strong a {
  color: #4E3216;
  text-decoration: none;
  text-align: center;
}

.psh-tp-180 {
  margin-top: 180px;
}

/*------------------------
    Notices
------------------------*/
.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  width: 100%;
}

.woocommerce-notices-wrapper ul,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  padding: 10px 20px;
  background: #EB6133;
  color: #fff;
}

.woocommerce-notices-wrapper a,
.woocommerce-notices-wrapper .wc-block-components-notice-banner a {
  color: #fff;
  text-decoration: underline;
  padding: 0 2px;
  margin: 0 3px;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner svg {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner svg * {
  fill: #fff;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  display: inline-block;
}

/*------------------------
    Slick slider
------------------------*/
.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 6px 8px;
}

.slick-dots li button {
  height: 3px;
  background: #C9C1B8;
  border: none;
  width: 45px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-indent: -9999px;
  font-size: 0;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #EB6133;
}

.slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.slide-arrow.next-slide {
  right: 0;
}

.slide-arrow.prev-slide {
  left: 0;
}

/*------------------------
	Contact Details
------------------------*/
.contact-details {
  position: relative;
  margin-bottom: 60px;
}

.contact-details h4 {
  color: #4E3216;
  margin-bottom: 5px;
}

.contact-details p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 15px;
}

.contact-details p a {
  color: #EB6133;
  text-decoration: none;
}

.contact-details p i {
  font-size: 15px;
  margin-right: 10px;
  color: #EB6133;
}

.contact-details .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.contact-details .btn i {
  font-size: 18px;
}

.acf-map {
  width: 100%;
  height: 560px;
}

.acf-map img {
  max-width: inherit !important;
}

body .si-shadow-wrapper-top {
  display: none;
}

body .si-close-button {
  right: 10px;
  top: 10px;
}

body .si-has-border .si-content-wrapper {
  border: none;
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 5px 15px #00010114;
  padding: 38px 35px;
}

body .si-has-border .si-content-wrapper strong {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

body .si-has-border .si-content-wrapper p {
  display: block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #4E3216;
  margin: 0;
}

body .si-has-border .si-content-wrapper p i {
  margin-right: 6px;
}

body .si-has-border .si-content-wrapper p i,
body .si-has-border .si-content-wrapper p.address a {
  color: #EB6133;
}

body .si-has-border .si-content-wrapper p a {
  color: #4E3216;
}

body .si-has-border .si-content-wrapper p a:hover {
  color: #4E3216;
  text-decoration: underline;
}

/*------------------------
    Form Elements
------------------------*/
form.login,
.nicebox {
  padding: 60px 100px;
  background: #F7F2EE;
  border-radius: 20px;
}

form.login p,
.nicebox p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4E3216;
}

.nicebox .styled-form_wrapper {
  background: #F7F2EE;
  border-radius: 0;
  padding: 0;
}

.page-template-page-register .gform_confirmation_message {
  padding: 60px 10px;
  background: #F7F2EE;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 20px;
}

form.login h3,
.styled-form_wrapper .gform_title,
.nicebox.login h2,
.nicebox.lost-password h2 {
  color: #4E3216;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.nicebox.lost-password .btn.woocommerce-Button {
  padding-left: 40px;
  padding-right: 40px;
}

.nicebox.login h2 {
  margin-bottom: 20px;
}

.nicebox.lost-password h2 {
  margin-bottom: 15px;
}

.nicebox.lost-password p.instructions {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 20px;
}

.nicebox.login .gform_body {
  position: relative;
}

.nicebox.login form {
  padding-bottom: 20px;
}

.nicebox.login .gfield.form-entry {
  margin-bottom: 18px;
}

.nicebox.login .password-toggle {
  position: absolute;
  right: 10px;
  top: 87px;
  background: no-repeat;
  border: navajowhite;
  color: #4E3216;
  font-size: 19px;
  z-index: 99;
}

.nicebox.login .checkbox-container label {
  padding-left: 0;
}

.nicebox.login .validation_message {
  display: none !important;
}

.nicebox.login .form-entry_error {
  border: 1px solid #c02b0a;
}

.nicebox.login .form-entry_error label {
  color: #c02b0a;
}

.nicebox.login .gform_button.button,
.nicebox.login .gform_footer {
  height: 1px;
}

.nicebox.login .gform_button.button {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-ResetPassword {
  position: relative;
}

.woocommerce-ResetPassword p {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
}

.woocommerce-ResetPassword .woocommerce-form-row--first,
.woocommerce-ResetPassword .woocommerce-form-row--last {
  display: block;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #0B16430A;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 55px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-ResetPassword .woocommerce-form-row--first label,
.woocommerce-ResetPassword .woocommerce-form-row--last label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 28px !important;
  padding-top: 15px !important;
  top: 0;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4E3216;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-ResetPassword .woocommerce-form-row--first.focused label,
.woocommerce-ResetPassword .woocommerce-form-row--last.focused label {
  font-size: 13px !important;
  line-height: 15px !important;
  padding-top: 10px !important;
}

.woocommerce-ResetPassword .woocommerce-form-row--first input,
.woocommerce-ResetPassword .woocommerce-form-row--last input {
  display: block;
  width: calc(100% - 70px) !important;
  background: transparent;
  border: none;
  top: 22px;
  position: relative;
  z-index: 1;
  height: 30px;
  left: 26px;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  color: #4E3216;
  padding: 0 !important;
}

.woocommerce-ResetPassword .woocommerce-password-strength {
  display: none !important;
}

.woocommerce-ResetPassword .woocommerce-Button.button {
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  color: #fff;
  background: #436C2A !important;
  margin: 0 auto;
}

.woocommerce-ResetPassword .woocommerce-Button.button:hover {
  background: #4E3216 !important;
}

.woocommerce-order {
  position: relative
}

.woocommerce-order p.woocommerce-notice {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4E3216;
  text-align: center;
}

.woocommerce-order .woocommerce-order-overview {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 40px;
}

.woocommerce-order .woocommerce-order-overview li {
  display: inline-block;
  margin: 0 10px;
}

.woocommerce-order-details {
  display: block;
  float: left;
  width: 50%;
}

.woocommerce-customer-details {
  display: block;
  float: left;
  width: 50%;
  padding-left: 40px;
}

.woocommerce-order-received .wishlist-body {
  overflow: hidden;
}

.woocommerce-order-received .wishlist-body h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}

.woocommerce-order-received .wishlist-body .wc-item-meta {
  position: relative;
  margin: 0;
  padding: 0;
}

.woocommerce-order-received .wishlist-body .sku {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #4E3216;
  width: auto;
  margin: 0 0 3px 0 !important;
}

.woocommerce-order-received .wishlist-body .wc-item-meta li {
  display: block;
  margin: 0;
  padding: 0;
}

.woocommerce-order-received .wishlist-body .wc-item-meta li strong {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #4E3216;
  width: auto;
  margin: 0 5px 0 0 !important;
}

.woocommerce-order-received .wishlist-body .wc-item-meta li p {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #4E3216;
  width: auto;
  margin: 0 !important;
}

.woocommerce-order-received .wishlist-body table tbody tr td,
.woocommerce-order-received .wishlist-page .wishlist-body table tfoot tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.woocommerce-order-received address,
.woocommerce-order-received .woocommerce-customer-details p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4E3216;
}

.styled-form_wrapper .gform_description {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 20px;
}

.styled-form_wrapper .gform_required_legend {
  display: none !important;
}

.styled-form_wrapper {
  background: #F7F2EE;
  border-radius: 15px;
  padding: 50px 120px 30px;
}

form a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #EB6133;
}

form a:hover {
  text-decoration: none;
  color: #EB6133;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields) {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #0B16430A;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  min-height: 55px;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-password-strength.short {
  padding: 20px;
}

.woocommerce-password-hint {
  padding: 20px;
}

.form-entry.textarea {
  height: 110px;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields).gfield_error {
  border-color: #EB3333;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields) label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 28px !important;
  padding-top: 15px !important;
  top: 0;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4E3216;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields).focused label {
  font-size: 13px !important;
  line-height: 15px !important;
  padding-top: 10px !important;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields).gfield_error label {
  color: #EB3333 !important;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields) label.gfield_error {
  display: none !important;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields) input {
  display: block;
  width: calc(100% - 70px) !important;
  background: transparent;
  border: none;
  top: 22px;
  position: relative;
  z-index: 1;
  height: 30px;
  left: 26px;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  color: #4E3216;
  padding: 0 !important;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields).focused input {
  position: relative;
  z-index: 99;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields) textarea {
  display: block;
  width: calc(100% - 70px) !important;
  background: transparent;
  border: none;
  top: 22px;
  position: relative;
  z-index: 1;
  height: 80px !important;
  resize: none;
  left: 26px;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  color: #4E3216;
  padding: 0 !important;
}

.form-entry.select label {
  display: none;
}

.form-entry.select .select2-container--default .select2-selection--single,
.filters .select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #4E3216;
  border-radius: 28px;
  height: 55px;
}

.form-entry.select .select2-container .select2-selection--single .select2-selection__rendered,
.filters .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 28px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.form-entry.select .select2-container--default .select2-selection--single .select2-selection__rendered,
.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4E3216;
  line-height: 22px;
  font-size: 15px;
}

.form-entry.select .select2-container--default .select2-selection--single .select2-selection__arrow,
.filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  width: 70px;
}

.form-entry.select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form-entry.select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.filters .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.form-entry.select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.form-entry.select .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.filters .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.recipe-filters-wrap .alm-filters-container {
  margin-bottom: 0;
}

.recipe-filters-wrap .alm-filters-container .alm-filter--inner {
  padding: 0 0 0;
}

.recipe-filters-wrap .alm-filters-container .alm-filter {
  width: 180px;
  float: left;
  margin-right: 12px;
}

.recipe-filters-wrap .alm-filters-container .alm-filters--controls {
  float: left;
  display: block;
  width: auto;
  margin: 0;
  line-height: 50px;
}

.form-entry .show-password {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  width: 55px;
  border: none;
  background: none;
  color: #4E3216;
  z-index: 100;
}

body .select2-dropdown {
  background-color: white;
  border: 1px solid #4E3216;
  border-radius: 15px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  padding: 0 20px 30px;
}

body.neutral .select2-dropdown,
body.post-type-archive-product .select2-dropdown,
body.woocommerce-checkout .select2-dropdown,
body.post-type-archive-recipe .select2-dropdown,
body.archive.tax-product_cat .select2-dropdown,
body.blog .select2-dropdown,
body.post-type-archive-promo .select2-dropdown,
body.post-type-archive-event .select2-dropdown {
  padding: 10px 0px 10px;
  background: #F7F2EE;
}

body .select2-search.select2-search--dropdown {
  display: none !important;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #EA6E4E;
}

body .select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #EA6E4E;
}

body .select2-results__option {
  padding: 0px 18px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #4E3216;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 12px;
  height: 7px;
  background-image: url('../assets/icons/select-angle.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -6px;
  margin-top: -4px;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border: none;
}


body .gfield--type-password legend {
  color: #4E3216 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

body .gfield--type-password {
  position: relative;
  width: 100%;
}

body .gfield--type-password .ginput_password.ginput_left,
body .gfield--type-password .ginput_password.ginput_right {
  position: relative !important;
  width: 100%;
  padding: 0 !important;
  flex: 100% !important;

  background: #FFFFFF;
  box-shadow: 0px 0px 20px #0B16430A;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 55px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

body .gfield--type-password .ginput_password.ginput_left label,
body .gfield--type-password .ginput_password.ginput_right label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 28px !important;
  padding-top: 15px !important;
  top: 0;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4E3216;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .gfield--type-password .ginput_password.ginput_left.focused label,
body .gfield--type-password .ginput_password.ginput_right.focused label {
  font-size: 13px !important;
  line-height: 15px !important;
  padding-top: 10px !important;
}

body .gfield--type-password .ginput_password.ginput_left input,
body .gfield--type-password .ginput_password.ginput_right input {
  display: block;
  width: calc(100% - 70px) !important;
  background: transparent;
  border: none;
  top: 22px;
  position: relative;
  z-index: 1;
  height: 30px;
  left: 26px;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  color: #4E3216;
  padding: 0 !important;
}

body .gfield--type-password .ginput_password.ginput_left .gform_show_password,
body .gfield--type-password .ginput_password.ginput_right .gform_show_password {
  z-index: 99;
  top: 12px !important;
  color: #4E3216 !important;
}

body .gfield--type-password .gfield_password_strength {
  margin-top: 0 !important;
  padding: 2px !important;
  font-size: 13px;
  border: none !important;
  opacity: 0.8;
}

.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,
.gform_wrapper.gravity-theme .gfield_password_strength.short {
  background-color: #EB3333 !important;
  border-color: #EB3333 !important;
  color: #fff !important;
}

.gform_wrapper.gravity-theme .gfield_password_strength.strong {
  background-color: #436C2A !important;
  border-color: #436C2A !important;
  color: #fff !important;
}


.register-wrap {
  position: relative;
}

.divider {
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.divider:before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #4E3216;
  opacity: 0.15;
  content: '';
  z-index: 1;
  position: absolute;
}

.divider span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 16px;
  background: #F7F2EE;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: #4E3216;
  position: relative;
  z-index: 2;
}

.register-wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4E3216;
}

form img {
  display: block;
  width: 100%;
  height: auto;
}


.gfield .gform_validation_errors,
.gfield .validation_message.gfield_validation_message {
  display: none !important;
}

body .gform_wrapper.styled-form_wrapper .gform_footer,
body .gform_wrapper.styled-form_wrapper .gform_page_footer {
  position: relative;
  text-align: center;
}

body .gform_wrapper.styled-form_wrapper .gform_footer .btn,
body .gform_wrapper.styled-form_wrapper .gform_page_footer .btn {
  display: inline-block;
  float: none;
  margin: 0 auto;
}

body .gform_wrapper.styled-form_wrapper .gform_footer img,
body .gform_wrapper.styled-form_wrapper .gform_page_footer img {
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  width: auto;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: none !important;
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: #4E3216 !important;
}


/* Customized checkboxes */
.checkbox,
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #333132;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.14px;
}

.checkbox-container label {
  padding-left: 30px;
  cursor: pointer;
}

.checkbox input,
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark,
.checkbox-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #4E3216;
  background-color: transparent;
  margin: 2px 0;
}

.checkbox:hover input~.checkmark,
.checkbox-container:hover input~label .checkmark {
  background-color: rgba(78, 50, 22, 0.05);
}

.checkbox input:checked~.checkmark,
.checkbox-container input:checked~label .checkmark {
  background-color: #4E3216;
}

.checkbox .checkmark:after,
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked~.checkmark:after,
.checkbox-container input:checked~label .checkmark:after {
  display: block;
}

.checkbox .checkmark:after,
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1px;
}

/* Customized radio */
.radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #333132;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 0.14px;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #4E3216;
  margin: 2px 0;
}

.radio:hover input~.checkmark {
  background-color: rgba(78, 50, 22, 0.05);
}

.radio input:checked~.checkmark {
  background-color: #fff;
}

.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked~.checkmark:after {
  display: block;
}

.radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #EB6133;
}

.lmp_products_loading .btn:before {
  display: none !important;
}

.lmp_products_loading .btn.done {
  opacity: .5;
}

/*------------------------
    Product Preview
------------------------*/
.carousel {
  margin: 0 -15px;
}

.carousel .slick-slide {
  margin: 0 15px;
}

.new-products {
  position: relative;
  overflow: hidden;
}

.page-template-page-brand .new-products .yith-wcbr-brands-pagination.woocommerce-pagination {
  display: none;
}

.new-products .products,
.new-products .slick-list {
  width: 100% !important;
}

.new-products.related-products .related.products h2 {
  display: none;
}

.single-recipe .new-products .slick-dots {
  display: none;
}

.carousel .slick-dots {
  bottom: -55px;
}

.carousel .product-preview {
  display: none;
}

.carousel-controll {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  font-size: 42px;
  color: #EB6133;
  border: none;
  background: none;
  z-index: 15;
  margin-left: 8px;
}

.carousel-controll.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel .product-preview:nth-child(1),
.carousel .product-preview:nth-child(2),
.carousel .product-preview:nth-child(3),
.carousel .product-preview:nth-child(4),
.carousel.slick-initialized .product-preview {
  display: inline-block;
  max-width: auto;
}

.product-preview {
  display: inline-block;
  position: relative;
  widows: 100%;
}

.product-preview figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.product-preview figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-preview:hover figure img {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
}

.product-preview figure figcaption {
  position: absolute;
  right: 10px;
  top: 10px;
}

.product-preview figure figcaption button {
  width: 50px;
  height: 50px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-preview figure figcaption button:hover {
  background: #EB6133;
  color: #fff;
}

.product-preview figure figcaption .add_to_wishlist span {
  display: none;
}

.product-preview figure figcaption .add_to_wishlist,
.product-preview figure figcaption .yith-wcwl-add-button .delete_item,
.single-product .product-box.product-info .yith-wcwl-add-button .delete_item {
  width: 50px;
  height: 50px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
}

.product-preview figure figcaption .add_to_wishlist i {
  margin: 0;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-preview figure figcaption .add_to_wishlist i:before {
  content: "\ea01";
}

.product-preview figure figcaption .add_to_wishlist:hover {
  background: #EB6133;
  color: #fff;
}

.product-preview figure figcaption .yith-wcwl-add-button .delete_item,
.single-product .product-box.product-info .yith-wcwl-add-button .delete_item {
  font-size: 0;
  text-indent: -9999px;
}

.product-preview figure figcaption .yith-wcwl-add-button .delete_item,
.single-product .product-box.product-info .yith-wcwl-add-button .delete_item {
  background: #EB6133;
  color: #fff;
}

.product-preview figure figcaption .yith-wcwl-add-button .delete_item i,
.single-product .product-box.product-info .yith-wcwl-add-button .delete_item i {
  font-size: 19px;
  text-indent: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
  text-indent: 0;
  text-align: center !important;
}

.single-product .product-box.product-info .yith-wcwl-add-button .separator,
.single-product .product-box.product-info .yith-wcwl-add-button .view-wishlist {
  display: none;
}

.product-info .variations_form.cart,
.product-info .variations_form.cart table,
.product-info .variations_form.cart table tbody,
.product-info .variations_form.cart table tr,
.product-info .variations_form.cart th.label,
.product-info .variations_form.cart td.value,
.product-info .single-product div.product table.variations td,
.product-info .single-product div.product table.variations th {
  display: block !important;
  width: 100% !important;
  height: auto;
  max-width: 100%;
}

.product-info .variations_form.cart table tbody tr:nth-child(2n+1) td:last-child {
  border-radius: 0;
}

.product-info .variations_form.cart table tbody tr:nth-child(2n+1) td {
  background: transparent;
}

.product-info .variations_form.cart table tbody tr td {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.product-info .variations_form.cart th.label label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #4E3216;
  margin-bottom: 10px;
}

.product-info .variations_form.cart th.label label label {
  font-weight: 400;
}

.product-info .variations_form.cart .reset_variations {
  display: none !important;
  height: auto;
  padding: 0 !important;
  visibility: hidden !important;
}

.product-info table.reset-table {
  margin-bottom: 20px !important;
}

.product-info .variations_form .select2-container,
.product-info .thwvs_fields .select2.select2-container {
  width: 100% !important;
}

.product-info .variations_form .select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #4E3216;
  border-radius: 28px;
  height: 55px;
}

.product-info .variations_form .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 28px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.product-info .variations_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4E3216;
  line-height: 22px;
  font-size: 15px;
}

.product-info .variations_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  width: 70px;
}

.product-info .variations_form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.product-info .variations_form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}


.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  background: #EB6133;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 0;
  text-indent: -9999px;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.yith-wcwl-wishlistexistsbrowse i,
.yith-wcwl-wishlistaddedbrowse i {
  font-size: 16px;
  text-indent: 0;
  display: block;
  line-height: 50px;
  margin: 0 !important;
}

.product-preview .txt {
  display: block;
  padding: 15px 0 0;
}

.product-preview .txt .category {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.51px;
  color: #A29282;
  text-decoration: none;
  margin-bottom: 10px;
}

.product-preview .txt h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #4E3216;
}

.product-preview .txt h3 a {
  color: #4E3216;
  text-decoration: none;
}

.product-preview .txt a.more {
  margin-top: 50px;
  font-size: 16px;
  -moz-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.product-list .product-preview .txt a.more {
  margin-top: 8px;
}

.product-preview .txt a.more i {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 2px;
}

.product-preview:hover .txt a.more {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs a:after {
  color: #4E3216;
  font-size: 5px;
  display: inline-block;
  vertical-align: inherit;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea09';
  margin: 0 5px;
}

.breadcrumbs a {
  color: #4E3216;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #EB6133
}

.breadcrumbs span {
  color: #908A85;
}

/*------------------------
    Checkout
------------------------*/
.checkout .form-row {
  background: #F7F2EE;
  box-shadow: 0px 0px 20px #0B16430A;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 0;
}

.checkout .form-row.notes {
  height: 200px;
}

.form-entry:not(.select, .checkbox-fields, .radio-fields).gfield_error {
  border-color: #EB3333;
}

.checkout .form-row label {
  position: relative;
  font-size: 15px !important;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
  width: 100%;
  line-height: 15px !important;
  height: auto !important;
  padding: 10px 20px 0;
}

.checkout .form-row.gfield_error label {
  color: #EB3333 !important;
}

.checkout .form-row label .required,
.checkout .form-row label .optional {
  display: none;
}

.form-row span.woocommerce-input-wrapper {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  clear: both;
}

.checkout .form-row label.gfield_error {
  display: none !important;
}

.checkout .form-row input {
  display: block;
  width: 100%;
  float: none;
  top: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: no-repeat;
  font-size: 16px !important;
}

.checkout .form-row textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  z-index: 1;
  height: 150px !important;
  resize: none;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  color: #4E3216;
  padding: 10px 0 0 !important;
}

.checkout .form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 55px;
}

.checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4E3216;
  line-height: 22px;
  font-size: 15px;
}

.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  width: 70px;
}

.checkout .form-row .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.checkout .form-row .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

/* .checkout .woocommerce-NoticeGroup-checkout{
  display: none;
} */

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  padding: 30px;
  background: #F7F2EE;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #EB6133;
  color: #fff;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout p {
  color: #fff;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout svg {
  display: none;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul li {
  list-style-position: inside;
}



.checkout h3 {
  color: #4E3216;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}

.place-order {
  padding-left: 20px;
  padding-right: 20px;
}

.place-order .btn {
  padding-left: 30px;
  padding-right: 30px;
}

/*------------------------
    Cream Background
------------------------*/
.cream-background {
  overflow: hidden
}

.cream-background .container {
  position: relative;
}

.cream-background .container:before {
  position: absolute;
  width: calc(100% + 9999px);
  height: 100%;
  right: -80px;
  top: 0;
  content: '';
  background: #F7F2EE;
  border-radius: 0px 40px 40px 0px;
  z-index: 0;
}

.cream-background .container .row {
  position: relative;
  z-index: 1;
}

.cream-background.right .container:before {
  position: absolute;
  width: calc(100% + 9999px);
  height: 100%;
  left: -80px;
  top: 0;
  content: '';
  background: #F7F2EE;
  border-radius: 40px 0px 0px 40px;
  z-index: 0;
}

/*------------------------
    Brands Carousel
------------------------*/
.brands-carousel .carousel {
  margin: 0 -30px;
}

.brands-carousel .carousel .slick-slide {
  margin: 0 30px;
}

.brands-carousel .carousel .slick-dots {
  bottom: -100px;
}

.brands-carousel {
  position: relative;
}

.carousel .brand-preview {
  display: none;
  max-width: 19%;
}

.carousel .brand-preview:nth-child(1),
.carousel .brand-preview:nth-child(2),
.carousel .brand-preview:nth-child(3),
.carousel .brand-preview:nth-child(4),
.carousel .brand-preview:nth-child(5),
.carousel.slick-initialized .brand-preview {
  display: inline-block;
  max-width: auto;
}

.brand-preview {
  display: block;
  position: relative;
}

.brand-preview .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.brand-preview figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 290px;
}

.brand-preview figure a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-preview figure img {
  display: block;
  max-width: 160px;
  width: auto;
  height: auto;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.brand-preview:hover figure a {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
}

.brand-preview .txt {
  padding: 20px 0 10px;
}

.brand-preview .txt h3 {
  font-weight: 700;
  font-style: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-align: center;
}

.brand-preview .txt h3 a {
  color: #1D1D1D;
  text-decoration: none;
}

/*------------------------
  Recipes / Posts Carousel
------------------------*/
.recipes-carousel,
.posts-carousel {
  position: relative;
}

.carousel .recipe-preview,
.carousel .post-preview {
  display: none;
  max-width: 32%;
}

.carousel .recipe-preview:nth-child(1),
.carousel .recipe-preview:nth-child(2),
.carousel .recipe-preview:nth-child(3),
.carousel.slick-initialized .recipe-preview,
.carousel .post-preview:nth-child(1),
.carousel .post-preview:nth-child(2),
.carousel .post-preview:nth-child(3),
.carousel.slick-initialized .post-preview {
  display: inline-block;
  max-width: auto;
}

.recipe-preview,
.post-preview {
  position: relative;
  display: inline-block;
  position: relative;
  padding: 35px 32px;
  background: #fff;
  border-radius: 15px;
}

.recipe-preview figure,
.post-preview figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.recipe-preview figure img,
.post-preview figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recipe-preview .txt,
.post-preview .txt {
  padding: 20px 0 0;
}

.recipe-preview .txt h3,
.post-preview .txt h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #4E3216;
  min-height: 72px;
}

.recipe-preview .txt h3 a,
.post-preview .txt h3 a {
  color: #1D1D1D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recipe-preview .txt h3 a:hover,
.post-preview .txt h3 a:hover {
  color: #EB6133
}

/*------------------------
    Content Section
------------------------*/
.content-section {
  position: relative;
}

.content-section figure {
  position: relative;
}

.content-section figure figcaption {
  position: absolute;
  left: 36px;
  top: 33px;
}

.content-section figure img {
  display: block;
  width: 100%;
  height: auto;
}

.content-section .decoration-icon {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #FFFFFF;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37%;
}

.content-section .decoration-icon .circle-text {
  width: 132px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -66px;
  margin-top: -66px;
}

.content-section .decoration-icon .circle-text text {
  font-size: 12px;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.content-section .decoration-icon:hover .circle-text text {
  -moz-transform: rotate(-363deg);
  -webkit-transform: rotate(-363deg);
  -o-transform: rotate(-363deg);
  -ms-transform: rotate(-363deg);
  transform: rotate(-363deg);
}

.content-section h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.content-section p {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.22px;
  color: #4E3216;
  margin-bottom: 30px;
}

.styled-content {
  position: relative;
}

.styled-content p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0.18px;
  color: #4E3216;
  margin-bottom: 17px;
}

.styled-content p.intro,
.styled-content .intro p {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.46px;
}

.styled-content h1,
.styled-content h2,
.styled-content h3,
.styled-content h4,
.styled-content h5 {
  color: #4E3216;
  margin-bottom: 17px;
}

.styled-content ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 17px 0;
}

.styled-content ul li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0.18px;
  color: #4E3216;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 4px 0;
  display: block;
}

.styled-content ul li:before {
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: '';
  background: #EB6133;
  position: absolute;
}

.styled-content ul.checklist li {
  padding-left: 40px;
}

.styled-content ul.checklist li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: transparent;
  content: "\ea35";
  font-size: 18px;
  color: #EB6133;
  text-align: center;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.styled-content figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.styled-content figure img,
.styled-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.styled-content figure img.alignleft,
.styled-content img.alignleft {
  float: left;
  margin: 10px 15px 10px 0;
}

.styled-content figure img.alignright,
.styled-content img.alignright {
  float: right;
  margin: 10px 0 10px 15px;
}

.styled-content figure img.aligncenter,
.styled-content img.aligncenter {
  float: none;
  margin: 15px auto;
}

/*------------------------
    Awards
------------------------*/
.awards {
  position: relative;
}

.awards figure {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.awards figure img {
  display: block;
  width: 100%;
  height: auto;
}

.awards span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1D1D1D;
}

/*------------------------
    Photo Gallery
------------------------*/
.photo-gallery {
  position: relative;
}

.photo-gallery .carousel {
  margin: 0;
}

.photo-gallery figure {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 570px;
  width: auto;
  margin: 0 9px;
  display: block;
  float: left;
}

.photo-gallery figure img {
  width: auto;
  height: 100%;
  display: block;
}

.photo-gallery .slick-dots {
  bottom: -60px;
}

/*------------------------
    Data Downloads
------------------------*/
.data-downloads {
  position: relative;
}

.data-downloads strong {
  display: block;
  margin: 0 35px 10px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
}

.data-downloads a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E2DCD8;
  border-radius: 100px;
  line-height: 20px;
  padding: 20px 35px;
  font-weight: 700;
  font-style: 15px;
  letter-spacing: -0.07px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.data-downloads a:hover {
  border-color: #EB6133;
}

.data-downloads a span {
  display: block;
  float: right;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
  color: #EB6133;
  text-transform: capitalize;
}

.data-downloads a span i {
  font-size: 15px;
  margin-left: 10px;
}

/*------------------------
    Event Preview
------------------------*/
.events-carousel .carousel {
  margin: 0 -32px;
}

.events-carousel .carousel .slick-slide {
  margin: 0 32px;
}

.events-carousel {
  position: relative;
  overflow: hidden;
}

.events-carousel .carousel .slick-dots {
  bottom: -55px;
}

.carousel .event-preview {
  display: none;
  max-width: 24%;
}

.carousel .event-preview:nth-child(1),
.carousel .event-preview:nth-child(2),
.carousel .event-preview:nth-child(3),
.carousel.slick-initialized .event-preview {
  display: inline-block;
  max-width: auto;
}

.event-preview {
  position: relative;
  display: inline-block;
  position: relative;
  background: #fff;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.event-preview figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.event-preview figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-preview figure figcaption {
  position: absolute;
  bottom: 19px;
  right: 18px;
  background: #F7F2EE;
  border-radius: 30px;
  width: 165px;
  padding: 25px 20px;
}

.event-preview figure figcaption .time {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.51px;
  color: #EB6133;
  display: block;
  border-bottom: 1px solid #B7B2AE;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.event-preview figure figcaption strong {
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}

.event-preview .txt {
  padding: 25px 30px 40px 40px;
}

.event-preview .txt h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4E3216;
  min-height: 130px;
}

.event-preview .txt h3 a {
  color: #1D1D1D;
  text-decoration: none;
}

/*------------------------
    Catalogues
------------------------*/
.catalogues {
  position: relative;
}

/*------------------------
  Call to Action Banner
------------------------*/
.cta-banner {
  position: relative;
}

.cta-banner figure {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 718px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.cta-banner figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(51, 49, 50, 0.76) 0%, rgba(51, 49, 50, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 49, 50, 0.76) 0%, rgba(51, 49, 50, 0) 100%);
  background: linear-gradient(to bottom, rgba(51, 49, 50, 0.76) 0%, rgba(51, 49, 50, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2333132', endColorstr='#00333132', GradientType=0);
  mix-blend-mode: multiply;
  z-index: 2;
  content: '';
}

.cta-banner figure img {
  display: none;
}

.cta-banner .cta-banner-content {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.cta-banner .cta-banner-content .row {
  height: 100%;
}

.cta-banner .cta-banner-content i {
  font-size: 92px;
  color: #fff;
  margin: 0;
}

.cta-banner .cta-banner-content h2 {
  font-size: 70px;
  line-height: 84px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.cta-banner .cta-banner-content p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-banner figure figcaption .btn {
  padding-left: 30px;
  padding-right: 30px;
}

/*------------------------
    Banner Section
------------------------*/
.banner-section {
  position: relative;
}

.banner-section img {
  display: none;
  border-radius: 15px;
  margin-bottom: 15px;
}

.banner-section .banner {
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-section .banner h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.42px;
  color: #4E3216;
  margin-bottom: 25px;
}

/*------------------------
    FP Section
------------------------*/
.fp-section {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------
    Account
------------------------*/
.account {
  position: relative;
}

.account aside h3 {
  color: #4E3216;
  font-size: 21px;
  line-height: 25px;
}

.account aside .widget-body {
  padding-top: 20px;
}

.account aside h3 button {
  display: none;
}

.account aside ul {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}

.account aside ul li {
  display: block;
}

.account aside ul li a {
  display: block;
  font-size: 16px;
  line-height: 39px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.account aside ul li a i {
  display: none;
}

.account aside ul li a:hover {
  color: #EB6133;
}

.avatar {
  display: block;
  width: 114px;
  height: 114px;
  background: #EEE5DD;
  border-radius: 100%;
  font-size: 40px;
  line-height: 114px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(78, 50, 22, 0.3);
}

.welcome h1 {
  color: #4E3216
}

.welcome ul {
  display: block;
  margin: 30px 0 0 0;
  padding: 0;
  overflow: hidden;
}

.welcome ul li {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 19px;
}

.welcome ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4E3216;
  padding: 15px 20px;
  min-width: 200px;
  border: 1px solid #4E3216;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.welcome ul li a:hover {
  border: 1px solid #EB6133;
  color: #fff;
  background: #EB6133
}

.account .divider {
  text-transform: uppercase;
}

.button-navigation {
  position: relative;
}

.anchor {
  position: relative;
  text-align: center;
}

.anchor a {
  text-decoration: none;
}

.anchor .circle {
  display: block;
  margin: 0 auto 24px;
  width: 165px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  border-radius: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px #EBDFD5;
  overflow: hidden;
}

.anchor .circle i {
  font-size: 58px;
  color: #4E3216;
  vertical-align: middle;
}

.anchor .circle img {
  display: inline-block;
  height: 50%;
  width: auto;
  vertical-align: middle;
}

.anchor span:not(.circle) {
  display: block;
  margin-bottom: 15px;
  color: #4E3216;
  font-size: 17px;
  font-weight: 700;
}

.anchor .arrow {
  display: block;
  font-size: 22px;
  color: #EB6133;
}

.tile-achor {
  position: relative;
  display: inline-block;
  position: relative;
  padding: 20px 20px 35px 20px;
  background: #fff;
  border-radius: 15px;
}

.tile-achor .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tile-achor figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.tile-achor figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tile-achor .txt {
  padding: 20px 0 0;
}

.tile-achor .txt h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
  color: #4E3216;
  min-height: 75px;
}

.tile-achor .txt h3 a {
  color: #1D1D1D;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.account .note {
  padding: 3px 28px 0;
  display: block;
  font-size: 12px;
}

.account .edit-account .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.woocommerce-orders .account .woocommerce-MyAccount-content,
.woocommerce-view-order .account .woocommerce-MyAccount-content {
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce-view-order .account .woocommerce-MyAccount-content li {
  display: block;
}

.woocommerce-orders .account .woocommerce-MyAccount-content a,
.woocommerce-view-order .account .woocommerce-MyAccount-content a {
  color: #EB6133;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-orders .account .woocommerce-MyAccount-content a:hover,
.woocommerce-view-order .account .woocommerce-MyAccount-content a:hover {
  color: #4E3216;
  text-decoration: none;
}

.account .edit-account h2 {
  color: #4E3216;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.account .edit-account h3 {
  color: #4E3216;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.account aside .widget .woocommerce-MyAccount-navigation {
  display: none;
}

/*------------------------
    Product List
------------------------*/
.product-list {
  position: relative;
}

.product-list h2 {
  letter-spacing: 0px;
  color: #4E3216;
}

.recipe-list h2,
.event-list h2 {
  margin-bottom: 20px;
  letter-spacing: 0px;
  color: #4E3216;
}

.product-list h2 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #EB6133;
  margin-left: 10px;
}

.product-list .filters,
.recipe-list .filters {
  position: relative;
}

.product-list .top-devider,
.recipe-list .top-devider {
  border-top: 1px solid #E7DFD8;
}

.product-list .bot-devider,
.recipe-list .bot-devider {
  border-bottom: 1px solid #E7DFD8;
}

.product-list .filters .title,
.recipe-list .filters .title {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 19px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
}

.product-list .filters .title i,
.recipe-list .filters .title i {
  margin-right: 10px;
  display: inline-block;
}

.recipe-list .filters {}

.product-list .filters .form-entry.select,
.recipe-list .filters .form-entry.select,
.event-list .form-entry.select {
  float: left;
  width: 180px;
  margin-right: 12px;
}

.product-list .filters .form-entry.select .select2-container--default .select2-selection--single,
.recipe-list .filters .form-entry.select .select2-container--default .select2-selection--single,
.event-list .form-entry.select .select2-container--default .select2-selection--single,
.filters .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #4E3216;
  height: 50px;
  font-weight: 700;
}

.product-list .filters .form-entry.select .select2-container .select2-selection--single .select2-selection__rendered,
.recipe-list .filters .form-entry.select .select2-container .select2-selection--single .select2-selection__rendered,
.event-list .form-entry.select .select2-container .select2-selection--single .select2-selection__rendered,
.filters .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.product-list .filters .form-entry.select .select2-container--default .select2-selection--single .select2-selection__arrow,
.recipe-list .filters .form-entry.select .select2-container--default .select2-selection--single .select2-selection__arrow,
.event-list .form-entry.select .select2-container--default .select2-selection--single .select2-selection__arrow,
.filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 50px;
}

.product-list .filters .filter-right-area,
.recipe-list .filters .filter-right-area {
  line-height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
}

.product-list .filters .filter-right-area .form-entry.select,
.recipe-list .filters .filter-right-area .form-entry.select,
.filters .filter-right-area .form-entry.select {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}

.product-list .filters .filter-right-area .form-entry.select.page,
.recipe-list .filters .filter-right-area .form-entry.select.page {
  width: 80px;
}

.product-list .filters .filter-right-area .form-entry.select .select2-container--default .select2-selection--single,
.recipe-list .filters .filter-right-area .form-entry.select .select2-container--default .select2-selection--single,
.filters .filter-right-area .select2-container--default .select2-selection--single {
  font-weight: 400;
}

.product-list .filters .filter-right-area .form-entry.select.ordrer-by,
.recipe-list .filters .filter-right-area .form-entry.select.ordrer-by,
.filters .filter-right-area .form-entry.select.ordrer-by {
  margin-right: 40px;
}

.mob-filters-wrapper h4,
.mob-filters-wrapper .close-filters,
.mob-filters-wrapper .submit {
  display: none;
}

.selected-filters {
  position: relative;
}

.selected-filters ul {
  display: inline-block;
}

.selected-filters .applied-filter,
.selected-filters ul li div {
  display: inline-block !important;
  background: #EAE0D7 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  color: #4E3216 !important;
  border-radius: 20px !important;
  padding: 10px 18px !important;
  margin-right: 8px !important;
  border: none !important;
  box-shadow: none !important;
}

.selected-filters .applied-filter i {
  font-size: 10px;
  margin-left: 15px;
}

.selected-filters ul li div:before {
  float: right;
  margin-left: 15px !important;
  font-size: 10px;
  content: "\ea10" !important;
  display: inline-block !important;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 20px;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1 !important;
}

.selected-filters .remove-all {
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0px;
  color: #436C2A;
}

.filters .bapf_head {
  display: none;
}

.product-list p.woocommerce-result-count {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
}

.berocket_aapf_widget_selected_filter {
  display: block;
  position: relative;
}

.berocket_aapf_widget_selected_filter div,
.berocket_aapf_widget_selected_filter ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.berocket_aapf_widget_selected_filter ul li a:not(.braapf_unselect_all) {
  display: inline-block;
  background: #EAE0D7;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #4E3216;
  border-radius: 20px;
  padding: 10px 18px;
  margin-right: 8px;
}

.berocket_aapf_widget_selected_filter ul li a i {
  font-size: 15px;
  float: right;
  display: block;
  margin: 2px 0 2px 12px;
}

.berocket_aapf_widget_selected_filter ul li .braapf_unselect_all {
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0px;
  color: #436C2A;
}

.berocket_aapf_widget_selected_filter ul li .braapf_unselect_all i {
  margin: 13px 0 13px 10px;
  font-family: 'Font Awesome\ 5 Pro';
  font-weight: 500;
}

.berocket_aapf_widget_selected_filter ul li .braapf_unselect_all i:before {
  content: '\f2ed';
}

.berocket_aapf_widget_selected_filter div span {
  display: none;
}

.filter-right-area .bapf_sfilter.bapf_slct {
  min-width: 280px;
}

.filter-right-area .select2-selection__rendered {
  font-weight: 500;
}

.alm-filters-container .alm-filter li.alm-filter--radio {
  display: inline-block;
  vertical-align: top;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio {
  display: block;
  margin: 0;
  padding: 0 !important;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  position: relative;
  border: none !important;
  vertical-align: top !important;
  border-radius: 90px !important;
  font-weight: 700;
  line-height: 20px !important;
  padding: 15px 30px !important;
  font-size: 14px !important;
  height: auto !important;
  letter-spacing: 0.28px;
  color: #4E3216 !important;
  background: transparent;
  min-width: auto !important;
  margin-right: 15px !important;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio.active {
  background: #436C2A;
  color: #fff !important;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio.active:hover {
  background: #33571E;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio:after {
  display: block;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  content: '';
  border: 1px solid #4E3216;
  border-radius: 90px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio.active:after {
  border-color: #436C2A;
}

.alm-filters-container .alm-filter li.alm-filter--radio .field-radio:hover:after {
  border: 2px solid #4E3216;
}

.alm-filter--radio .field-radio:before {
  display: none !important;
}

/*------------------------
    Table
------------------------*/
table {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 10px 0 20px;
}

table thead tr th {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  padding-top: 19px;
  padding-bottom: 19px;
}

table thead tr th:first-child {
  text-align: left;
  padding-left: 50px;
}

table tbody tr td,table thead tr td {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
}

table tbody tr td:first-child,table thead tr td:first-child {
  text-align: left;
  padding-left: 50px;
}

table tbody tr:nth-child(2n+1) td,table thead tr:nth-child(2n+1) td {
  background: #F7F2EE;
}

table tbody tr:nth-child(2n+1) td:first-child,table thead tr:nth-child(2n+1) td:first-child {
  border-radius: 10px 0 0 10px;
}

table tbody tr:nth-child(2n+1) td:last-child,table thead tr:nth-child(2n+1) td:last-child {
  border-radius: 0 10px 10px 0;
}

/*------------------------
    Single Product
------------------------*/
.single-product {
  position: relative;
}

.single-product .product-box {
  background: #fff;
  padding: 30px 34px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.single-product h4 {
  position: relative;
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: capitalize;
  margin-bottom: 11px;
  margin-top: 15px;
}

.single-product p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.16px;
  color: #4E3216;
  margin-bottom: 10px;
}

.single-product h4:before {
  left: -18px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: '';
  background: #EB6133;
  position: absolute;
}

.single-product .catalogue-preview h4:before {
  display: none;
}

/* .single-product .nav-slider {} */

.single-product .nav-slider .slide {
  margin-bottom: 20px;
  display: none;
}



.single-product .nav-slider .slide:nth-child(1),
.single-product .nav-slider .slide:nth-child(2),
.single-product .nav-slider.slick-initialized .slide {
  display: block;
}

.single-product .nav-slider .slide figure {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
  cursor: pointer;
  opacity: 0.4;
}

.single-product .nav-slider .slide.slick-current figure {
  opacity: 1;
}

.single-product .nav-slider .slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .nav-slider .slide.video {
  position: relative;
}

.single-product .nav-slider .slide.video .video-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 17px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

.single-product .main-slider {}

.single-product .main-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  font-size: 22px;
  line-height: 40px;
  color: #4E3216;
  padding: 0 !important;
}

.single-product .main-slider .slide-arrow.slide-next {
  right: 10px;
}

.single-product .main-slider .slide-arrow.slide-prev {
  left: -5px;
}

.single-product .main-slider .slide {
  display: none;
}

.single-product .main-slider .slide:nth-child(1),
.single-product .main-slider.slick-initialized .slide {
  display: block;
}

.single-product .main-slider .slide figure {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}

.single-product .main-slider .slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .main-slider .slide figure figcaption {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-product .main-slider .slide figure figcaption a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-product .main-slider .slide figure figcaption a .zoom-btn {
  display: block;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF;
  border-radius: 19px;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  padding: 6px 22px;
  letter-spacing: 0.13px;
  color: #4E3216;
  text-decoration: none;

  position: absolute;
  right: 17px;
  bottom: 17px;
}

.single-product .main-slider .slide figure .video-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 27px;
  width: 86px;
  line-height: 86px;
  text-align: center;
  height: 86px;
  margin-top: -43px;
  margin-left: -43px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

.single-product .back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-product .back i {
  font-size: 10px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.single-product .back:hover {
  color: #EB6133;
}

.single-product h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: -0.15px;
  color: #4E3216;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.single-product .main-meta {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #908A85;
  display: block;
}

.single-product .main-meta img {
  display: inline-block;
  width: auto;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
}

.single-product .main-meta.loading img {
  opacity: 1;
  visibility: visible;
}

.single-product a.more {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.14px;
  color: #EB6133;
  text-transform: capitalize;
}

.single-product .brand {
  text-align: center;
}

.single-product .brand figure {
  margin: 0 auto 30px;
}

.single-product .brand img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.single-product .brand span {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #A29282;
  display: block;
  text-align: center;
}

.single-product .features {
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.11px;
  color: #4E3216;
  text-transform: uppercase;
}

.single-product .features i {
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
}

.single-product .features.text-center i {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
}

.single-product .features.text-center .row .col-auto,
.single-product .features.text-center .row .col {
  flex: 0 0 auto;
  width: 100%;
}

.single-product .share {
  font-size: 50px;
  color: #4E3216;
  margin-top: 30px;
  display: inline-block;
}

.single-product .register-prompt {
  position: relative;
  border-top: 1px solid #EEE5DD;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
}

.single-product .register-prompt .btn {
  margin-left: 20px;
}

.single-product .product-box.product-info {
  padding-left: 80px;
  padding-top: 70px;
  padding-right: 50px;
}

.single-product .product_meta {
  display: none !important;
}

.single-product-wrapper .product:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}

.single-product .related-products .carousel-controll,
.single-product .related-products .slick-dots {
  display: none;
}

.single-product button.adf {
  width: 50px;
  height: 50px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-product button.adf:hover {
  background: #EB6133;
  color: #fff;
}

.single-product .add-to-cart {
  position: relative;
}

.single-product .add-to-cart .btn {
  display: block;
  width: 100%;
}

.single-product .add-to-cart .btn i {
  font-size: 18px;
}

.single-product .product-box.product-info .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.single-product .gform_variation_wrapper.gform_wrapper {
  margin-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.single-product input[type=number] {
  -moz-appearance: textfield;
}

.single-product .quantity {
  float: left;
  margin-right: 15px;
}

.single-product .single_add_to_cart_button {
  display: block;
  float: left;
  /*width: calc(100% - 167px); */
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  color: #fff;
  background: #436C2A !important;
}

@media (min-width: 991px) and (max-width: 1490px) {
  .single-product .single_add_to_cart_button {
      margin-top: 20px;
  }
}
@media (min-width: 750px) and (max-width: 990px) {
  .single-product .single_add_to_cart_button {
    margin-top: 20px;
    width: 100%;
  }
}

.single-product .yith-wcwl-add-to-wishlist {
  display: none;
}

.single-product .valid-add-to-cart .yith-wcwl-add-to-wishlist {
  display: block;
}

.single-product .valid-add-to-cart .add_to_wishlist span {
  display: none;
}

.single-product .valid-add-to-cart .add_to_wishlist {
  width: 50px;
  height: 50px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.single-product .valid-add-to-cart .add_to_wishlist i {
  margin: 0;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-product .valid-add-to-cart .add_to_wishlist i:before {
  content: "\ea01";
}

.single-product .valid-add-to-cart .add_to_wishlist:hover {
  background: #EB6133;
  color: #fff;
}


/*------------------------
  Custom Spinner
------------------------*/
.ui-spinner.ui-widget.ui-widget-content {
  position: relative;
  border: none;
  margin: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #4E3216;
  border-radius: 100px;
  -moz-border-radius: 100px;
}

.ui-spinner a.ui-spinner-button {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  border-radius: 0;
  color: #4E3216;
  background: transparent;
  box-shadow: none;
  border: none;
  text-indent: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-spinner a.ui-spinner-button:hover {
  background: transparent;
}

.ui-spinner a.ui-spinner-button span {
  display: none;
}

.ui-spinner a.ui-spinner-button.ui-spinner-down {
  left: 0;
}

.ui-spinner a.ui-spinner-button.ui-spinner-down:before {
  content: '\f068';
  font-family: 'Font Awesome\ 5 Pro';
  color: #4E3216;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 10px;
}

.ui-spinner a.ui-spinner-button.ui-spinner-up {
  right: 0;
}

.ui-spinner a.ui-spinner-button.ui-spinner-up:before {
  content: '\f067';
  font-family: 'Font Awesome\ 5 Pro';
  color: #4E3216;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

.ui-spinner .ui-spinner-input {
  width: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 50px;
  border: none;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4E3216;
}

/*------------------------
    Event
------------------------*/
.event-header {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.event-header figure {
  margin: 0;
  position: relative;
}

.event-header figure img {
  display: block;
  width: 100%;
  height: auto;
}

.event-header figure figcaption {
  position: absolute;
  bottom: 28px;
  right: 30px;
  background: #F7F2EE;
  border-radius: 30px;
  width: 265px;
  padding: 25px 20px;
}

.event-header figure figcaption .time {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.51px;
  color: #EB6133;
  display: block;
  border-bottom: 1px solid #B7B2AE;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.event-header figure figcaption strong {
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.event-header .event-info {
  padding-right: 70px;
  padding-left: 70px
}

.event-header .event-info h1 {
  font-weight: 700;
  font-size: 33px;
  line-height: 42px;
  letter-spacing: -0.17px;
  color: #4E3216;
  margin-bottom: 20px;
}

.event-header .event-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.16px;
  color: #4E3216;
  margin-bottom: 30px;
}

.event-header .event-info .btn {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.event-header .event-info .back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-header .event-info .back i {
  font-size: 10px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.event-header .event-info .back:hover {
  color: #EB6133;
}

.event-header .event-info .share {
  font-size: 50px;
  color: #4E3216;
  display: inline-block;
}

.single-event .video {
  position: relative;
  margin: 10px 0 50px 0;
}

.single-event .video img {
  display: block;
  width: 100%;
  height: auto;
}

.single-event .video .video-decoration span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 39px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  margin-top: -54px;
  margin-left: -54px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

/*------------------------
    Wishlist
------------------------*/
.wishlist-page {
  position: relative;
}

.wishlist-page .side-navigation {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
}

.wishlist-page .side-navigation h4 {
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 20px;
}

.wishlist-page .side-navigation h4 a {
  color: #4E3216;
  text-decoration: none;
}

.wishlist-page .side-navigation h4 a:hover {
  color: #EB6133;
  text-decoration: none;
}

.wishlist-page .side-navigation ul {
  display: block;
  padding: 0;
  margin: 0;
}

.wishlist-page .side-navigation ul li {
  display: block;
}

.wishlist-page .side-navigation ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wishlist-page .side-navigation ul li a:hover {
  color: #EB6133;
}

.wishlist-page .wishlist-body {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
}

.wishlist-page .wishlist-body table thead tr th {
  background: #F7F2EE;
  text-align: left;
  border: none;
}

.wishlist-page .wishlist-body table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.wishlist-page .wishlist-body table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.wishlist-page .wishlist-body table.woocommerce-checkout-review-order-table thead tr th {
  border-radius: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.wishlist-page .wishlist-body table.woocommerce-checkout-review-order-table tr td {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.wishlist-page .wishlist-body table tbody tr:nth-child(2n+1) td {
  background: #fff;
  ;
}

.wishlist-page .wishlist-body table tbody tr td {
  border-bottom: 1px solid #E2DCD8;
  text-align: left;
}

.wishlist-page .wishlist-body table tbody tr td.product-thumbnail {
  min-width: 109px;
}

.wishlist-page .wishlist-body table tbody tr td figure {
  margin: 0;
}

.wishlist-page .wishlist-body table tbody tr td:first-child {
  padding-left: 0;
}

.wishlist-page .wishlist-body table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}

.wishlist-page .wishlist-body table tbody tr td.product-quantity,
.wishlist-page .wishlist-body table thead tr th.product-quantity {
  text-align: center !important;
}

.wishlist-page .wishlist-body table tbody tr td.product-name a {
  font-size: 20px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #4E3216;
  text-decoration: none;
}

.wishlist-page .wishlist-body table tbody tr td.product-name .sku {
  display: none;
}

.wishlist-page .wishlist-body table tbody tr td.product-add-to-cart a,
.yith_wcwl_wishlist_footer input {
  display: inline-block !important;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  min-width: 160px;
  color: #fff;
  background: #EB6133 !important;
  margin: 0 !important;
  float: right;
}

.wishlist-page .wishlist-body table tbody tr td.product-add-to-cart a:before {
  content: "\ea1a";
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  vertical-align: sub;
  text-align: center;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist-page .wishlist-body table tbody tr td.product-name a:hover {
  color: #EB6133;
}

.wishlist-page .wishlist-body table tbody tr td.product-name .sku {
  display: none;
}

.wishlist-page .wishlist-body table tbody tr td a.remove {
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #F7F2EE;
  border-radius: 20px;
  display: inline-block;
  font-size: 17px;
  color: #4E3216;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.wishlist-page .wishlist-body table tbody tr td a.remove:hover {
  background: #EB6133;
  color: #fff;
}

.wishlist-page .wishlist-body table tbody tr td .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.wishlist-page .wishlist-body table tbody tr td .btn i {
  font-size: 18px;
}

.wishlist-page .wishlist-body table tbody tr td .meta {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #908A85;
  display: block;
  margin-bottom: 10px;
}

.wishlist-page .wishlist-body table tbody tr td h4 a {
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wishlist-page .wishlist-body table tbody tr td h4 a:hover {
  color: #EB6133;
}

.wishlist-page .wishlist-body table tfoot tr td {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 30px;
}

.wishlist-page .wishlist-body table tfoot tr td .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.wishlist-page .wishlist-body table tfoot tr td .btn i {
  font-size: 18px;
}

.wishlist-page .wishlist-body table tfoot tr td .delete-all {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #436C2A;
  margin-right: 30px;
  text-decoration: none;
}

.wishlist-page .wishlist-body table tfoot tr td .delete-all:hover {
  text-decoration: underline;
}

.shortcode-page .wishlist-title-container {
  display: none;
}

.shortcode-page .yith_wcwl_wishlist_footer {
  overflow: hidden;
}

/*------------------------
    Cart
------------------------*/
.wishlist-page .wishlist-body table.cart tbody tr td.product-thumbnail {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  padding-right: 20px;
}

.wishlist-page .wishlist-body table tbody tr td.product-remove {
  max-width: 60px;
  width: 60px;
}

.wishlist-page .wishlist-body table tbody tr td.product-name {
  text-align: left;
}

.wishlist-page .wishlist-body table tbody tr td.product-name .variation {
  display: block;
  overflow: hidden;
}

.wishlist-page .wishlist-body table tbody tr td.product-name .variation dt,
.wishlist-page .wishlist-body table tbody tr td.product-name .variation dd {
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  margin: 0;
  color: #908A85;
}

.wishlist-page .wishlist-body table tbody tr td.product-name .variation dt p,
.wishlist-page .wishlist-body table tbody tr td.product-name .variation dd p {
  margin: 0;
  font-size: 14px;
  padding: 0;
  display: block;
  line-height: 20px;
  color: #908A85;
}

.wishlist-page .wishlist-body table tbody tr td.actions {
  display: none;
}

.wishlist-page .wishlist-body .wc-proceed-to-checkout {
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wishlist-page .wishlist-body .wc-proceed-to-checkout a.button {
  display: inline-block !important;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  min-width: 160px;
  color: #fff;
  background: #EB6133 !important;
  margin: 0 !important;
}

/*------------------------
    Brand List
------------------------*/
.brand-list {
  position: relative;
}

.featured-brands-carousel {
  position: relative;
}

.featured-brands-carousel:after {
  display: block;
  content: '';
  clear: both;
}

.featured-brands-carousel .slick-dots {
  bottom: -80px;
}

.featured-brands-carousel .brand-advanced-preview {
  width: 22%;
  float: left;
  margin: 0 15px;
  display: none;
}

.featured-brands-carousel .brand-advanced-preview:nth-child(1),
.featured-brands-carousel .brand-advanced-preview:nth-child(2),
.featured-brands-carousel .brand-advanced-preview:nth-child(3),
.featured-brands-carousel .brand-advanced-preview:nth-child(4),
.featured-brands-carousel.slick-initialized .brand-advanced-preview {
  display: inline-block;
  max-width: auto;
}

.brand-advanced-preview {
  position: relative;
  display: inline-block;
  position: relative;
  text-align: center;
}

.brand-advanced-preview figure {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 430px;
}

.brand-advanced-preview figure a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand-advanced-preview figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 110px;
  height: auto;
}

.brand-advanced-preview .txt {
  padding: 20px 0 10px;
}

.brand-advanced-preview .txt h3 {
  font-weight: 700;
  font-style: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-align: center;
}

.brand-advanced-preview .txt h3 a {
  color: #1D1D1D;
  text-decoration: none;
}

.alphabet-list {
  position: relative;
}

.alphabet-list a,
.alphabet-list span {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid transparent;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  display: inline-block;
  text-decoration: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.alphabet-list a:hover:not(.innavtive) {
  border-color: rgba(78, 50, 22, 0.6);
}

.alphabet-list a.current {
  border-color: #4E3216;
}

.alphabet-list a.innavtive,
.alphabet-list span.innavtive {
  cursor: not-allowed;
  opacity: 0.3;
}

/*------------------------
    No found
------------------------*/
.woocommerce-no-products-found {
  padding-top: 240px;
  text-align: center;
}

.wc-empty-cart-message {
  padding-top: 10px;
  text-align: center;
}

.woocommerce-no-products-found svg,
.wc-empty-cart-message svg {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

p.return-to-shop {
  text-align: center;
}

/*------------------------
    Single Brand
------------------------*/
.brand-details-content {
  position: relative;
}

.brand-details-content .logo {
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
}

.brand-details-content .logo img {
  display: inline-block;
  max-height: 90px;
  width: auto;
  max-width: 200px;
  height: auto;
}

.brand-details-content p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 35px;
}

.brand-details-content p.intro {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.46px;
}

.brand-details-content .video {
  position: relative;
  margin: 10px 0 50px 0;
}

.brand-details-content .video img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-details-content .video .video-decoration span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 39px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  margin-top: -54px;
  margin-left: -54px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

/*------------------------
    Add To Any | Share
------------------------*/
.addtoany_shortcode a.addtoany_share img {
  width: 50px;
  height: 50px;
}

.addtoany_shortcode .addtoany_list a,
.addtoany_shortcode .widget .addtoany_list a {
  padding: 0;
}

.a2a_button_facebook,
.a2a_button_twitter,
.a2a_button_email {
  display: none !important;
}

/*------------------------
    Ajax load more button
------------------------*/
body .alm-load-more-btn,
body .alm-load-more-btn.done,
body .alm-load-more-btn.more {
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  border: none;
  vertical-align: top;
  border-radius: 90px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.28px;
  min-width: 160px;
  color: #fff;
  background: #436C2A !important;
}

body .alm-load-more-btn.done {
  opacity: .5;
}

body .alm-load-more-btn.loading:before {
  background: none !important;
  border-radius: 0 !important;
  content: "\f110" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block !important;
  height: 50px !important;
  line-height: 50px;
  left: 10px !important;
  margin: 0 6px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  transition: width .5s ease-in-out !important;
  width: 30px !important;
  z-index: 0 !important;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
  font-size: 22px !important;
}

body .alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 55px !important;
}

/*------------------------
    Single Recipe
------------------------*/
.single-recipe .nav-slider {}

.single-recipe .nav-slider .slide {
  margin-bottom: 20px;
  display: none;
}

.single-recipe .nav-slider .slide:nth-child(1),
.single-recipe .nav-slider .slide:nth-child(2),
.single-recipe .nav-slider.slick-initialized .slide {
  display: block;
}

.single-recipe .nav-slider .slide figure {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  opacity: 0.4;
}

.single-recipe .nav-slider .slide.slick-current figure {
  opacity: 1;
}

.single-recipe .nav-slider .slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.single-recipe .nav-slider .slide.video {
  position: relative;
}

.single-recipe .nav-slider .slide.video .video-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 17px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

.single-recipe .main-slider {
  position: relative;
}

.single-recipe .main-slider .slide {
  display: none;
}

.single-recipe .main-slider .slide:first-child,
.single-recipe .main-slider.slick-initialized .slide {
  display: block;
}

.single-recipe .main-slider .slide figure {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}

.single-recipe .main-slider .slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.single-recipe .main-slider .slide figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.single-recipe .main-slider .slide figure figcaption .simplefavorite-button {
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 3;
}

.single-recipe .main-slider .slide figure figcaption a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-recipe .main-slider .slide figure figcaption a .zoom-btn {
  display: block;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF;
  border-radius: 19px;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  padding: 6px 22px;
  letter-spacing: 0.13px;
  color: #4E3216;
  text-decoration: none;
  bottom: 17px;
  position: absolute;
  right: 17px;
  white-space: nowrap;
}

.single-recipe .main-slider .slide figure .video-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 27px;
  width: 86px;
  line-height: 86px;
  text-align: center;
  height: 86px;
  margin-top: -43px;
  margin-left: -43px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

.single-recipe .back {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-recipe .back i {
  font-size: 10px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.single-recipe .back:hover {
  color: #EB6133;
}

.single-recipe h1 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.17px;
  color: #4E3216;
  margin-bottom: 15px;
}

.single-recipe .share {
  font-size: 50px;
  color: #4E3216;
  display: inline-block;
}

.single-recipe .recipe-info .btn {
  margin-right: 10px;
}

.single-recipe .recipe-box {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 15px;
  margin-bottom: 50px;
}

.single-recipe .recipe-box.neutral {
  background: none;
}

.single-recipe .recipe-box h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  position: relative;
}

.single-recipe .recipe-box h3:before {
  left: -18px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: '';
  background: #EB6133;
  position: absolute;
}

.single-recipe .recipe-box.neutral h3:before,
.single-recipe .recipe-box.final h3:before {
  display: none
}

.single-recipe .recipe-box ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.single-recipe .recipe-box ul li {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: #4E3216;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.single-recipe .recipe-box ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\ea35";
  font-size: 25px;
  color: #EB6133;
  text-align: center;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recipe-multimedia {
  overflow: hidden;
  position: relative;
}

/*------------------------
    Page header
------------------------*/
.page-header {
  padding-top: 280px;
  padding-bottom: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header h1 {
  color: #fff;
  font-size: 63px;
}

.page-header .decoration-icon {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #FFFFFF;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37%;
  position: relative;
}

.page-header .decoration-icon .circle-text {
  width: 132px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -66px;
  margin-top: -66px;
}

.page-header .decoration-icon .circle-text text {
  font-size: 12px;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page-header .decoration-icon:hover .circle-text text {
  -moz-transform: rotate(-363deg);
  -webkit-transform: rotate(-363deg);
  -o-transform: rotate(-363deg);
  -ms-transform: rotate(-363deg);
  transform: rotate(-363deg);
}

/*------------------------
    Catalogue Preview
------------------------*/
.catalogue-preview {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
}

.catalogues .share {
  font-size: 50px;
  color: #4E3216;
  display: inline-block;
}

.catalogues .filters .btn {
  padding-left: 30px;
  padding-right: 30px;
  min-width: auto;
  margin-right: 15px;
}

.catalogue-preview.featured {
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}

.catalogue-preview figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}

.catalogue-preview.featured figure {
  border-radius: 15px 0 0 15px;
}

.catalogue-preview figure img {
  display: block;
  width: 100%;
  height: auto;
}

.catalogue-preview .txt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.catalogue-preview .txt .meta {
  display: block;
  padding-bottom: 7px;
}

.catalogue-preview .txt .meta .time {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #A29282;
  text-transform: capitalize;
}

.catalogue-preview .txt .meta .category {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EB6133;
  text-transform: capitalize;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #E2DCD8;
  text-decoration: none;
}

.catalogue-preview .txt h4 {
  letter-spacing: -0.21px;
  color: #4E3216;
}

.catalogue-preview .txt h4 a {
  letter-spacing: -0.21px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalogue-preview .txt h4 a:hover {
  color: #EB6133;
}

.catalogue-preview .button {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 100%;
  line-height: 56px;
  border: none;
  font-size: 21px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}

.catalogue-preview .button.download {
  background: #EB6133;
  color: #fff;
  line-height: 54px;
}

.catalogue-preview .button.view {
  color: #4E3216;
  border: 2px solid #4E3216;
}

.catalogue-preview .button.download:hover {
  background: #EB6133;
  color: #fff;
}

.catalogue-preview .button.view:hover {
  color: #fff;
  background: #4E3216;
  border: 2px solid #4E3216;
}

.catalogue-preview.featured h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #4E3216;
  margin-bottom: 20px;
  margin-top: 10px;
}

.catalogue-preview.featured h3 a {
  color: #4E3216;
  text-decoration: none;
}

.catalogue-preview.featured p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4E3216;
}

.catalogue-preview.featured .btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 15px;
}

.catalogue-preview.featured .btn i {
  font-size: 18px;
}

/*------------------------
    Promo Preview
------------------------*/
.promo-preview {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
}

.promo-preview figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.promo-preview figure img {
  display: block;
  width: 100%;
  height: auto;
}

.promo-preview .txt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.promo-preview .txt .meta {
  display: block;
  padding-bottom: 7px;
}

.promo-preview .txt .meta .time {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #A29282;
  text-transform: capitalize;
}

.promo-preview .txt .meta .category {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EB6133;
  text-transform: capitalize;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #E2DCD8;
  text-decoration: none;
}

.promo-preview .txt .meta .category:hover {
  text-decoration: underline;
}

.promo-preview .txt h3 {
  letter-spacing: -0.21px;
  color: #4E3216;
}

.promo-preview .txt h3 a {
  letter-spacing: -0.21px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo-preview .txt h3 a:hover {
  color: #EB6133;
}

.promo-preview .button {
  display: inline-block;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 100%;
  line-height: 56px;
  border: none;
  font-size: 21px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo-preview .button.download {
  background: #EB6133;
  color: #fff;
  line-height: 54px;
}

.promo-preview .button.view {
  color: #4E3216;
  border: 2px solid #4E3216;
}

.promo-preview .button.download:hover {
  background: #EB6133;
  color: #fff;
}

.promo-preview .button.view:hover {
  color: #fff;
  background: #4E3216;
  border: 2px solid #4E3216;
}


/*------------------------
    Recipe List
------------------------*/
.recipe-list .recipe-preview {
  padding: 0 5px;
  background: transparent;
}

.recipe-list .recipe-preview figure {
  border-radius: 15px;
  overflow: hidden;
}

.recipe-list .recipe-preview .txt {
  padding-left: 20px;
  padding-right: 20px;
}

.recipe-list .recipe-preview .txt h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.recipe-list .recipe-preview figure figcaption,
.recipes-carousel .recipe-preview figure figcaption .simplefavorite-button {
  position: absolute;
  right: 10px;
  top: 10px;
}

.recipe-list .recipe-preview figure figcaption button,
.recipes-carousel .recipe-preview figure figcaption button,
.single-recipe .main-slider .slide figure .simplefavorite-button {
  width: 50px;
  height: 50px;
  background: #F7F2EE;
  border-radius: 100%;
  line-height: 52px;
  border: none;
  font-size: 19px;
  color: #4E3216;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
}

.recipe-list .recipe-preview figure figcaption button:hover,
.recipe-list .recipe-preview figure figcaption button.active,
.recipes-carousel .recipe-preview figure figcaption button:hover,
.recipes-carousel .recipe-preview figure figcaption button.active,
.single-recipe .main-slider .slide figure .simplefavorite-button:hover,
.single-recipe .main-slider .slide figure .simplefavorite-button.active {
  background: #EB6133;
  color: #fff;
  opacity: 1;
}

.recipe-list .recipe-preview figure figcaption button.loading i,
.recipes-carousel .recipe-preview figure figcaption button.loading i,
.single-recipe .main-slider .slide figure .simplefavorite-button.loading i {
  opacity: 0;
}

.recipe-list .recipe-preview figure figcaption button.loading:before,
.recipes-carousel .recipe-preview figure figcaption button.loading:before,
.single-recipe .main-slider .slide figure .simplefavorite-button.loading:before {
  background: none !important;
  border-radius: 0 !important;
  content: "\f110" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block !important;
  height: 50px !important;
  line-height: 50px;
  left: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  transition: width .5s ease-in-out !important;
  width: 50px !important;
  z-index: 0 !important;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
  font-size: 18px !important;
}

/*------------------------
  Sticky Inner Navigation
------------------------*/
.sticky-inner-navigtion {
  background: #F7F2EE;
  z-index: 999;
}

.sticky-inner-navigtion ul {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.sticky-inner-navigtion ul li {
  display: inline-block;
  margin: 0
}

.sticky-inner-navigtion ul li a {
  padding: 0 18px;
  font-size: 18px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  text-decoration: none;
  position: relative;
}

.sticky-inner-navigtion ul li a:before {
  background-image: url('../assets/decorations/current-menu-item.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  content: '';
  height: 20px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-inner-navigtion ul li a.current:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*------------------------
    Tabs
------------------------*/
.tabbed {
  overflow: hidden;
  margin: 0;
}

.tabbed [type="radio"] {
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
}

.tabs li {
  flex: 1 0 0%;
}

.tab>label {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: capitalize;
  border-bottom: 2px solid #EB61331A;
  padding: 10px 5px;
  text-align: center;
}

.tab-content {
  display: none;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label {
  border-bottom-color: #EB6133;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked~.tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked~.tab-content:nth-of-type(4) {
  display: block;
}

/*------------------------
    Nea
------------------------*/
.ta-nea {
  position: relative;
  z-index: 1;
}

.ta-nea .form-entry.select {
  float: left;
  width: 180px;
  margin-right: 12px;
}

.ta-nea .form-entry.select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #4E3216;
  height: 50px;
  font-weight: 700;
}

.ta-nea .form-entry.select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
}

.ta-nea .form-entry.select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 50px;
}

/*------------------------
    Blog
------------------------*/
.blog {
  position: relative;
}

aside .widget {
  margin-bottom: 40px;
}

aside .widget.menu {
  background: #F7F2EE;
  border-radius: 10px;
  padding: 30px;
}

aside .widget.menu ul {
  display: block;
  padding: 0;
  margin: 0;
}

aside .widget.menu ul li {
  display: block;
}

aside .widget li a {
  font-size: 16px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

aside .widget li a:hover,
aside .widget li.current-menu-item a,
aside .widget li.current_page_parent a {
  color: #EB6133;
}

aside .widget h3 {
  display: block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: capitalize;
}

aside .widget h3 a {
  color: #4E3216;
  text-decoration: none;
}

aside .widget h3 a:hover {
  color: #EB6133;
  text-decoration: none;
}

aside .widget .tag {
  margin-right: 12px;
  margin-bottom: 10px;
}

aside .widget.posts {
  position: relative;
}

aside .widget.posts article {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #F1E8E1;
}

aside .widget.posts article img {
  border-radius: 5px;
  display: block;
  max-width: 100%;
  height: auto;
}

aside .widget.posts article h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
  padding-right: 30px
}

aside .widget.posts article h5 a {
  color: #4E3216;
  text-decoration: none;
}

aside .mobile-widget-menu {
  position: relative;
  padding: 0 !important;
}

aside .mobile-widget-menu .mob-bdy {
  display: none;
  padding: 0 30px 20px;
}

aside .mobile-widget-menu h3 {
  position: relative;
  cursor: pointer;
  padding: 20px 30px 25px 30px !important;
}

aside .mobile-widget-menu h3 i {
  display: block;
  float: right;
  font-size: 17px;
}

.blog-body {
  position: relative
}

.blog-body h2 {
  margin-bottom: 10px;
  color: #4E3216;
}

.blog-body .description {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #4E3216;
}

.blog article {
  display: block;
  width: 100%;
}

.blog article figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.blog article figure img {
  display: block;
  width: 100%;
  height: auto;
}

.blog article .text {
  padding: 20px 0;
}

.blog article .text .time {
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #4E3216;
}

.blog article .text h2,
.blog article .text h3 {
  margin-bottom: 15px;
  color: #4E3216;
}

.blog article .text h2 a,
.blog article .text h3 a {
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog article .text h2 a:hover,
.blog article .text h3 a:hover {
  color: #EB6133;
}

.blog article .text .tags,
.article-header .tags {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #436C2A;
}

.blog article .text .tags i,
.article-header .tags i {
  font-size: 17px;
  margin-right: 7px;
}

.blog article .text .tags a,
.article-header .tags a {
  color: #436C2A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog article .text .tags a:hover {
  color: #4E3216;
}

.blog article .text .tags span:last-child {
  display: none;
}

.article-header .share {
  font-size: 50px;
  color: #4E3216;
  display: inline-block;
}

/*------------------------
    Accordion
------------------------*/
.accordions {
  overflow: hidden;
  background: #fff;
}

.accordions .accordion {
  width: 100%;
  overflow: hidden;
}

.accordions .acc-label {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  text-transform: capitalize;
}

.accordions .acc-label:hover {}

.accordions .acc-label::after {
  content: "\ea05";
  width: 1em;
  height: 1em;
  font-size: 12px;
  text-align: center;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordions .acc-content {
  max-height: 0;
  overflow: hidden;
  margin: 10px 0 10px 20px;
  padding:0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordions .acc-close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.accordions .acc-close:hover {
  background: #1a252f;
}

.accordions input:checked+.acc-label {
  background: #fff;
}

.accordions input:checked+.acc-label::after {
  transform: rotate(-180deg);
}

.accordions input:checked~.acc-content {
  max-height: 300vh;
}

.styled-content .video {
  position: relative;
  margin: 10px 0 50px 0;
}

.styled-content .video img {
  display: block;
  width: 100%;
  height: auto;
}

.styled-content .video .video-decoration span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 39px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  margin-top: -54px;
  margin-left: -54px;
  background: rgba(235, 97, 51, 0.76);
  border-radius: 100%;
}

/*------------------------
    Page Links
------------------------*/
.page-links {
  position: relative;

}

.page-links article {
  position: relative;
  display: block;
}

.page-links article figure {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.page-links article figure img {
  display: block;
  height: auto;
  width: 100%;
}

.page-links article .txt {
  padding: 30px 0 20px;
}

.page-links article .txt h4 {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #4E3216;
}

.page-links article .txt h4 a {
  color: #4E3216;
  text-decoration: none;
}

.page-links article .txt p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: #4E3216;
}

.time-slider {
  background: #7A6D61;
  border-radius: 20px;
  padding: 80px 65px;
}

.time-slider .slick-arrow {
  position: absolute;
  top: 20px;
  border: none;
  background: transparent;
  color: #EB6133;
  font-size: 42px;
  line-height: 42px;
  width: 42px;
  padding: 0;
  z-index: 20;
}

.time-slider .slick-arrow.prev-slide {
  right: 104px;
  left: auto;
}

.time-slider .slick-arrow.next-slide {
  right: 48px;
}

.time-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slide-arrow.prev-slide.slick-arrow.slick-disabled {}

.slide-arrow.next-slide.slick-arrow {}

.time-slider .text-slider {
  background: #F7F2EE;
  border-radius: 20px;
  padding: 60px 70px 50px;
}

.time-slider .text-slider strong {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 10px;
  display: block;
}

.time-slider .text-slider p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.34px;
  color: #4E3216;
}

.time-slider .image-slider .slick-arrow {
  display: none !important;
}

.time-slider .image-slider figure {
  display: block;
  padding: 0;
  margin: 0;
}

.time-slider .image-slider figure img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.slider-nav {
  position: relative;
  text-align: center;
}

.slider-nav:before {
  position: absolute;
  width: 100%;
  background: #897661;
  height: 1px;
  content: '';
  left: 0;
  top: 50%;
}

.slider-nav .time {
  width: 68px;
  position: relative;
  height: 68px;
  margin: 21px 0;
  line-height: 52px;
  text-align: center;
  background: #fff;
  border: 8px solid #fff;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.34px;
  color: rgba(78, 50, 22, 0.65);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-nav .slick-slide.slick-current.slick-active .time {
  color: #4E3216;
  margin: 0;
  width: 110px;
  position: relative;
  height: 110px;
  line-height: 94px;
  background: #F7F2EE;
}

/*------------------------
    Full Width Boxes
------------------------*/
.full-width-boxes {
  position: relative;
  overflow: hidden;
}

.full-width-boxes .cream {
  background: #F7F2EE;
}

.full-width-boxes figure {
  display: block;
  margin: 0;
  width: 100%;
}

.full-width-boxes figure img {
  display: block;
  height: auto;
  width: 100%;
}

.full-width-boxes h4 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 20px
}

.full-width-boxes p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 25px;
}

.full-width-boxes .btn {
  padding-left: 30px;
  padding-right: 30px;
}


/*------------------------
    Page Heading
------------------------*/
.page-heading {
  position: relative;
}

.page-heading h1 {
  font-size: 38px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4E3216;
  margin-bottom: 28px;
}

.page-heading figure {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.page-heading figure img {
  display: block;
  height: auto;
  width: 100%;
}

/*------------------------
		Footer
------------------------*/
footer {
  position: relative;
}

.newsletter-section {
  position: relative;
  background: #EB6133;
  border-radius: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin-bottom: 80px;
}

.newsletter-section .subscribe-decoration {
  display: block;
  height: 175px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-section:hover .subscribe-decoration {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsletter-section h3,
.newsletter_wrapper .gform_heading .gform_title {
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.newsletter-section form,
.newsletter_wrapper form.newsletter {
  max-width: 520px;
}

.newsletter_wrapper .gform_body {
  position: relative;
}

/* .newsletter-section .form-body,
.newsletter_wrapper form.newsletter {
  position: relative;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #FFFFFF;
} */
.newsletter-section .form-body input,
.newsletter_wrapper form.newsletter .gfield input[type=email] {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  background: none;
  border: none;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid #FFFFFF;
}

.newsletter-section .form-body input::placeholder,
.newsletter_wrapper form.newsletter .gfield input[type=email]::placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

.newsletter_wrapper form.newsletter .gfield.gfield_error input[type=email] {
  border-bottom: 2px solid red;
}

.newsletter_wrapper form.newsletter .gform_footer,
.newsletter_wrapper form.newsletter .gfield.gfield--type-submit img {
  display: none !important;
}

.newsletter-section .form-body button,
.newsletter_wrapper .subscribe.gform_button {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 50px;
  font-size: 35px;
  background: none;
  border: none;
}

.newsletter_wrapper form.newsletter .gform_footer {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
}

.newsletter-section .checkbox,
.newsletter_wrapper form.newsletter .checkbox-container label {
  color: #fff;
  margin: 0;
  cursor: pointer;
}

.newsletter-section .checkbox a,
.newsletter_wrapper form.newsletter .checkbox-container label a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.newsletter-section .checkbox a:hover,
.newsletter_wrapper form.newsletter .checkbox-container label a:hover {
  text-decoration: underline;
}

.newsletter-section .checkbox .checkmark,
.newsletter_wrapper form.newsletter .checkbox-container .checkmark {
  border: 1px solid #fff;
  background-color: transparent;
}

.newsletter-section .checkbox input:checked~.checkmark,
.newsletter_wrapper form.newsletter .checkbox-container input:checked~label .checkmark {
  background-color: #fff;
}

.newsletter-section .checkbox .checkmark::after,
.newsletter_wrapper form.newsletter .checkbox-container .checkmark::after {
  border-color: #EB6133;
}

.newsletter-section .gform_confirmation_message {
  color: #fff;
  font-size: 18px;
}

footer .widget {
  position: relative;
}

footer .widget h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4E3216;
}

footer .widget h3 button {
  display: none;
}

footer .widget ul {
  display: block;
}

footer .widget ul li {
  display: block;
}

footer .widget ul li a {
  display: block;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.32px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .widget ul li a:hover {
  color: #EB6133;
}

footer .widget p {
  letter-spacing: 0.3px;
  color: #4E3216;
  font-size: 15px;
  line-height: 20px;
}

footer .widget p.address a {
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .widget p.address a:hover {
  color: #EB6133;
  text-decoration: none;
}

footer .widget p strong {
  font-weight: 700;
}

footer .widget .address,
footer .widget .email {
  padding-left: 24px;
  position: relative;
}

footer .widget .address:before,
footer .widget .email:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  margin-top: -6px;
  border: none;
  color: #EB6133;
  font-size: 14px;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;

  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer .widget .address:before {
  content: "\ea24";
}

footer .widget .email:before {
  content: "\ea23";
}

footer .widget .email {
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .widget .email:hover {
  color: #EB6133;
}

footer .widget .social {
  display: block;
  margin-top: 40px;
}

footer .widget .social li {
  display: block;
  float: left;
  margin-left: 20px;
}

footer .widget .social li a {
  display: block;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 68px;
  font-size: 30px;
  background: #EB6133;
  color: #ffffff;
  border-radius: 100%;
}

footer .widget .social li a:hover {
  background: #F7F2EE;
  color: #4E3216
}

.credentials {
  position: relative;
  background: #F7F2EE;
}

.credentials ul {
  display: block;
  padding: 0;
  margin: 0;
}

.credentials ul li {
  display: inline-block;
}

.credentials ul li a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.24px;
  color: #4E3216;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.credentials ul li a:after {
  position: relative;
  display: inline-block;
  /* content: ''; */
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #4E3216;
  border-radius: 100%;
  margin: 0 25px;
}

.credentials ul li:last-child a:after {
  display: none;
}

.credentials p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.12px;
  color: #4E3216;
}

.credentials p a {
  color: #4E3216;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.credentials a:hover {
  color: #EB6133;
}

.credentials .copyrights {
  text-align: center;
}

@media all and (min-width: 992px) {
  .credentials .copyrights {
    text-align: right;
  }
}

/*------------------------
    Email fixes
------------------------*/
.woocommerce-Price-amount {
  display: none !important
}

.email-spacing-wrap thead th:last-child,
.email-spacing-wrap tbody td:last-child,
.email-spacing-wrap tfoot td:last-child,
.email-spacing-wrap tfoot {
  display: none
}

.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total {
  display: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__total.total {
  display: none;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  display: none;
}

/*------------------------
    Mobile Menu
------------------------*/
.mmenu {
  display: none;
}

.mmenu,
.mm-panels,
.mm-panels .mm-panel:first-child {
  background: #F7F2EE;
}

.mm-panels .mm-panel:not(:first-child) .sub-menu li:first-child a {
  color: #EB6133 !important;
  font-size: 20px;
}

.mm-panel {
  background: #fff;
}

.mm-panel,
.mm-menu_offcanvas {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 64px;
}

.mm-navbar {
  height: 80px;
  line-height: 56px;
  background: #F7F2EE;
}

.mm-navbar a {
  color: #4E3216 !important;
  font-weight: 800;
  font-size: 16px;
}

.mmenu .close-mmenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #4E3216 !important;
  font-size: 18px;
  z-index: 9999;
}

.mm-navbars_bottom .mm-navbar {
  background: #fff;
  height: 65px;
  line-height: 42px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 16px;
}

.mm-listitem__text {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #4E3216 !important;
  font-size: 18px;
  letter-spacing: -0.09px;
  line-height: 18px;
  font-weight: 700;
}

.mm-panels .mm-panel:first-child .mm-listitem__text {
  font-size: 22px;
  letter-spacing: -0.11px;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  border: none;
}

.mm-btn_next:not(.mm-btn_prev)::after,
.mm-btn_prev:not(.mm-btn_prev)::before {
  border-color: #4E3216;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mm-panels .mm-panel:first-child .mm-btn_next::after,
.mm-panels .mm-panel:first-child .mm-btn_prev::before {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mmenu .navarrow {
  display: none !important;
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
  background: none;
}

.mm-listview .mm-listitem_vertical .mm-panel .mm-listitem .mm-listitem__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.09px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mm-listitem_vertical.mm-listitem_opened>.mm-listitem__text {
  color: #EB6133 !important;
}

.mm-listitem_vertical.mm-listitem_opened>.mm-btn_next:not(.mm-btn_prev)::after,
.mm-listitem_vertical.mm-listitem_opened>.mm-btn_prev:not(.mm-btn_prev)::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 16px;
  border-color: #EB6133 !important;
}

.mm-btn.mm-btn_next.mm-listitem__btn {
  height: 58px;
}

.mm-navbars_bottom .mm-navbar a {
  opacity: 50%;
  border-right: 2px solid #F7F2EE;
  position: relative;
}

.mm-navbars_bottom .mm-navbar a.current {
  opacity: 1;
}

.mm-navbars_bottom .mm-navbar a:hover::after {
  position: absolute;
  bottom: 16px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  background: #EB6133;
  border-radius: 5px;
  content: '';
}

.mm-navbars_bottom .mm-navbar a.current:after {
  position: absolute;
  bottom: 16px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  height: 2px;
  background: #EB6133;
  border-radius: 5px;
  content: '';
}

.mm-navbars_bottom {
  border-color: #F7F2EE;
}

.mm-panel.mm-panel_has-navbar .mm-navbar .mm-btn.mm-btn_prev.mm-navbar__btn:before {
  border: none;
  content: '\ea0a';
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 79px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  font-family: "stelios-kanakis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.otgs-development-site-front-end,
.moove-gdpr-branding {
  display: none !important;
}

.moove-gdpr-company-logo-holder {
  text-align: center !important;
}


div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  color: black!important;
}

.promagnifier{
pointer-events: none!important;
}


span.wishlist-count.header-wishlist-count {
  position: absolute;
  font-size: 18px;
  top: -6px;
  right: 85px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #EB6133;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

header .wishlist-count.header-wishlist-count:hover {
background: #F7F2EE;
color: #000;
}

.circle-button:hover .wishlist-count.header-wishlist-count {
background-color: #F7F2EE;
color: #000;
}

@media only screen and (max-width: 1399px) {
header .wishlist-count.header-wishlist-count {
    font-size: 13px;
    top: -6px;
    right: 73px;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
}

@media only screen and (max-width: 991px) {
header .wishlist-count.header-wishlist-count {
    font-size: 10px;
    top: -4px;
    right: 75px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
}

@media only screen and (max-width: 767px) {
header .wishlist-count.header-wishlist-count {
    font-size: 10px;
    top: -4px;
    right: 45px;
    width: 20px;
    height: 20px;
    line-height: 20px;

}
}

@media (min-width: 990px) and (max-width: 1500px) {
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  width: 250px;
  margin-top: 20px;
}
}