/*!
Theme Name: camellia
Theme URI: http://underscores.me/
Author: Tran Trung Quan
Author URI: http://zenzweb.com/
Description: Create by Quantt88
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: camellia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

camellia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2.5rem;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
  /* left: 0; */
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: "Begum01";
  src: url("../fonts/5334582/9c48b870-c4d3-495e-8837-7b235c7146b6.woff2") format("woff2"), url("../fonts/5334582/2a5ebdd2-1f4f-425e-9d24-cf187bb92248.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Begum02";
  src: url("../fonts/2169139/4a0e55cd-c5d1-4d60-8149-66fdd88543b8.woff2") format("woff2"), url("../fonts/2169139/a844f0f9-86a8-4d72-ad17-23094f2637cc.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Begum03";
  src: url("../fonts/2089628/0936e14b-b852-4919-a548-2f1b60033bb8.woff2") format("woff2"), url("../fonts/2089628/e796d272-9457-4957-bc8d-85697b58f286.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Begum04";
  src: url("../fonts/5859879/7cc0dc07-c90a-404c-b5d4-424befcf5ac9.woff2") format("woff2"), url("../fonts/5859879/e16dfb19-b690-4fe1-b393-e99f9f4da42b.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Begum05";
  src: url("../fonts/5859878/aea5c2d7-f5d9-48ab-9ad1-fcc801cb0d40.woff2") format("woff2"), url("../fonts/5859878/1d9d2223-e197-4883-85ef-a2bdd41e2a3e.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Begum06";
  src: url("../fonts/5859877/8ff73f4c-9c2c-4064-ab9d-47d0db710ef5.woff2") format("woff2"), url("../fonts/5859877/638edec6-a2c7-40a0-9e4b-4d53ce812ae5.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "BegumR";
  src: url("../fonts/5859862/e9727575-d473-469b-bd0e-85eb942198d8.woff2") format("woff2"), url("Fonts/5859862/b67adfe6-4ba5-487b-9ac5-4799f0ec242b.woff") format("woff");
  font-display: swap;
}

body {
  font-size: 16px;
  color: #00251C;
}

.outer {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.top-site {
  display: flex;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #003525;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.top-site img {
  position: relative;
  bottom: 3px;
}

.top-site p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.top-site.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  padding: 5px 0;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.nav-top-header.fixed {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9999999999999;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  width: 100%;
}

.nav-top-header.fixed.show {
  top: 0;
}

.nav-top-header.fixed .top-site {
  padding: 5px 0;
}

.nav-top-header.fixed .masthead {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  min-height: 94px;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.nav-top-header.fixed .masthead .main-navigation ul.menu>li>a {
  margin: 16px 0;
}

.nav-top-header.fixed .masthead .site-branding {
  top: 0;
}

.nav-top-header.fixed .masthead .site-branding .custom-logo-link {
  max-width: 90px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

.masthead {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 176px;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.masthead .site-branding {
  position: absolute;
  top: 10px;
}

.masthead .site-branding .custom-logo-link {
  max-width: 155px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

.masthead .main-navigation {
  width: 85%;
}

.masthead .main-navigation .custom-image-1>ul.sub-menu {
  column-count: 4 !important;
}

.masthead .main-navigation .custom-image-1>ul.sub-menu li {
  max-width: 240px !important;
}

.masthead .main-navigation .custom-image-2>ul.sub-menu {
  column-count: 5 !important;
}

.masthead .main-navigation .custom-image-2>ul.sub-menu li {
  max-width: 220px !important;
}

.masthead .main-navigation .custom-image-3>ul.sub-menu {
  column-count: 6 !important;
}

.masthead .main-navigation .custom-image-3>ul.sub-menu li {
  max-width: 220px !important;
}

.masthead .main-navigation .image-item a[class^="menu-image-"] {
  padding: 20px 10px;
}

.masthead .main-navigation .image-item a[class^="menu-image-"] img {
  height: auto;
  min-height: 50vh !important;
  object-fit: cover;
}

.masthead .main-navigation ul {
  display: block;
}

.masthead .main-navigation ul ul {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.masthead .main-navigation ul.menu>li {
  float: left;
}

.masthead .main-navigation ul.menu>li>a {
  margin: 57px 0;
}

.masthead .main-navigation ul.menu>li:nth-child(n+5) {
  float: right;
}

.masthead .main-navigation ul.menu>li a {
  padding: 20px 30px;
  color: #003525;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.masthead .main-navigation ul.menu>li a:hover:after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 2px;
  background: #003525;
  bottom: 12px;
  left: 30px;
}

.masthead .main-navigation ul.menu>li.menu-item-has-children.break-col>ul {
  column-count: 3;
}

.masthead .main-navigation ul.menu>li>ul.sub-menu li {
  float: left;
  break-inside: avoid-column;
  max-width: 260px;
  width: 300px;
}

.masthead .main-navigation ul.menu>li>ul.sub-menu li:last-child {
  max-width: 300px;
}

.masthead .main-navigation ul.menu>li:hover ul li>a {
  display: inline-block;
  width: 100%;
}

.masthead .main-navigation ul.menu>li:hover ul ul {
  position: relative;
  left: 0;
  box-shadow: none;
}

.masthead .main-navigation ul.menu>li:hover ul ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding: 0 30px 20px;
}

.masthead .meta-header {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}

.masthead .meta-header>div {
  width: calc(100% / 3);
  text-align: right;
}

.masthead .meta-header>div img.search-ico-2 {
  display: none;
}

.masthead.fixed {
  position: fixed;
  top: 36px;
  left: 0;
  z-index: 99999999999999;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  min-height: 94px;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.masthead.fixed .main-navigation ul.menu>li>a {
  margin: 16px 0;
}

.masthead.fixed .site-branding {
  top: 0;
}

.masthead.fixed .site-branding .custom-logo-link {
  max-width: 90px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

.slider-home .tp-bullets {
  /* width: auto !important; */
}

.slider-home .hesperiden.tparrows {
  background: #F5F2E9;
}

.slider-home .hesperiden.tparrows:after, .slider-home .hesperiden.tparrows:before {
  color: #003525;
}

.slider-home .tp-bullet {
  width: 4px;
  height: 4px;
  background: #003525;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.slider-home .tp-bullet.selected {
  width: 20px;
}

.htitle {
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  color: #003525;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
  text-align: center;
}

.htitle:after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #003525;
}

.hdescription {
  color: #AF9863;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

.hdescription span {
  color: #003525;
}

.listing {
  width: 100%;
}

.listing.four {
  display: flex;
  justify-content: center;
}

.listing.four .item {
  width: calc(100% / 4 - 30px);
  margin-right: calc(30px * 4 / 3);
  text-align: center;
  font-size: 1.2rem;
  color: #003525;
}

.listing.four .item:nth-child(4n+4) {
  margin-right: 0;
}

.listing.four .item .title {
  font-family: "Begum05", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.listing.four .item .content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5rem;
}

.listing.four .item img {
  width: 100%;
}

.ai-shape {
  position: absolute;
  z-index: 1;
  width: 30%;
  top: -36%;
}

.home-about {
  padding-top: 55px;
  padding-bottom: 80px;
}

.home-about .listing {
  margin-top: 40px;
}

.home-about .listing .item:hover {
  box-shadow: none;
}

.home-about .listing .image img {
  width: 70%;
  max-width: 135px;
}

.p-item .p-thumbnail {
  position: relative;
}

.p-item .p-thumbnail img {
  width: 100%;
}

.p-item .p-title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.p-item .p-price {
  color: #00251C;
}

.p-item:hover {
  outline: 1px;
}

.p-item:hover .p-thumbnail:after {
  display: none;
  content: "";
  background: rgba(239, 238, 226, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.product-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-wrap .p-item {
  width: calc(100% / 4 - 30px);
  margin-right: calc(30px * 4 / 3);
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: #EFEEE2;
}

.product-wrap .p-item:nth-child(4n+4) {
  margin-right: 0;
}

.product-wrap .p-item .p-thumbnail {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-wrap .p-item .p-thumbnail .add-to-cart {
  position: absolute;
  width: 100%;
  bottom: -80px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.product-wrap .p-item .p-thumbnail .add-to-cart a {
  background: #B99A60 !important;
}

.product-wrap .p-item .p-thumbnail img {
  width: 100%;
}

.product-wrap .p-item .add-to-cart {
  position: absolute;
  width: 100%;
}

.product-wrap .p-item .p-title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  color: #00381F;
  height: 58px;
  overflow: hidden;
  position: relative;
}

.product-wrap .p-item .star-rating {
  margin-bottom: 0.75rem !important;
}

.product-wrap .p-item .woocommerce-loop-product__title {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px !important;
  display: block !important;
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #003525 !important;
  text-decoration: none;
  height: 58px !important;
  overflow: hidden !important;
  position: relative !important;
}

.product-wrap .p-item .p-description {
  font-size: 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 48px;
  color: #00251C;
  overflow: hidden;
  font-weight: normal;
}

.product-wrap .p-item .p-price {
  padding: 0 15px;
  font-weight: 600;
  width: 100%;
}

.product-wrap .p-item:hover .p-thumbnail .add-to-cart {
  display: block;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.product-wrap .p-item:hover .p-thumbnail .add-to-cart .add_to_cart_inline a {
  background: #B99A60 !important;
}

.product-wrap.product-cat .p-item .p-thumbnail {
  overflow: hidden;
}

.product-wrap.product-cat .p-item .add-to-cart {
  width: 100%;
  bottom: -100%;
  transition: 0.7s;
}

.product-wrap.product-cat .p-item:hover .p-thumbnail .add-to-cart {
  bottom: 0;
  transition: 0.7s;
}

.product-wrap.product-cat .p-item:hover .p-thumbnail .add-to-cart .add_to_cart_inline a {
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #B99A60 !important;
}

.product-wrap.product-cat .p-item:hover .p-thumbnail .add-to-cart .add_to_cart_inline a:hover {
  background: #B99A60 !important;
}

.pagi {
  text-align: center;
}

.pagi a,
.pagi span {
  text-decoration: none !important;
  color: #003525 !important;
  margin: 0 10px;
}

.pagi .current {
  font-weight: 600 !important;
}

.home-product {
  background: #F5F2E9;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

.home-product .ai-shape {
  left: 0;
  top: -20%;
}

.home-product .ai-shape img {
  width: 100%;
}

.home-product .listing {
  margin-top: 50px;
}

.home-product .product-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home-product .product-wrap .p-item {
  width: calc(100% / 4 - 30px);
  margin-right: calc(30px * 4 / 3);
  text-align: center;
  padding-bottom: 30px;
  background: #EFEEE2;
}

.home-product .product-wrap .p-item:nth-child(4n+4) {
  margin-right: 0;
}

.home-product .product-wrap .p-item .p-thumbnail {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home-product .product-wrap .p-item .p-thumbnail img {
  width: 100%;
}

.home-product .product-wrap .p-item .p-thumbnail .add-to-cart {
  position: absolute;
}

.home-product .product-wrap .p-item .p-title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  display: block;
  color: #00381F;
  height: 58px;
  overflow: hidden;
}

.home-product .product-wrap .p-item .p-description {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
  font-weight: 400;
}

.home-product .product-wrap .p-item .p-price {
  padding: 0 15px;
  font-weight: 600;
}

.home-product .product-wrap .p-item:hover .p-thumbnail .add-to-cart {
  display: block;
  position: absolute;
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.view-all a {
  padding: 12px 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  text-transform: uppercase;
  border: 2px solid #003525;
  text-transform: uppercase;
  color: #003525;
  text-decoration: none;
}

.view-all a:hover {
  text-decoration: none;
  background: #003525;
  color: #fff;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget-header {
  border: 0 !important;
  background: transparent !important;
  color: #003525 !important;
  font-weight: 600 !important;
  border-bottom-width: 1px !important;
}

.ui-widget-header a {
  color: #003525 !important;
  font-weight: 600 !important;
}

.ui-widget-header:focus {
  outline: none !important;
}

.ui-widget-header .ui-state-default {
  background: transparent;
  border: 0;
}

.ui-widget-content {
  border: 0;
  background: none;
}

.ui-tabs-active {
  background: transparent !important;
  border: 1px solid #003525 !important;
  color: #003525 !important;
  outline: none !important;
}

.ui-tabs-active a {
  color: #003525 !important;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.ui-corner-top {
  border-radius: 0;
}

.ui-tabs {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 8px 35px !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  outline: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0 15px;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.add-to-cart {
  display: inline-block;
  z-index: 2;
}

.add-to-cart .add_to_cart_inline {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.add-to-cart .add_to_cart_inline a {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  width: 100%;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 35px !important;
  background: #003525 !important;
}

.explore {
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
}

.explore .ai-shape {
  right: 0;
}

.explore .ai-shape img {
  width: 100%;
}

.explore .item .image {
  width: 100%;
  border: 1px solid rgba(0, 53, 37, 0.4);
}

.explore .item:hover {
  box-shadow: none;
}

.explore .item .title {
  margin-top: 30px;
}

.explore .item .title a {
  font-family: "Begum05", sans-serif;
  color: #003525;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-journal {
  padding-bottom: 60px;
  position: relative;
}

.home-journal .ai-shape {
  left: 0;
}

.home-journal .ai-shape img {
  width: 100%;
}

.home-journal .listing {
  display: flex;
  flex-wrap: wrap;
}

.page-template-home .home-journal .listing .p-item {
  width: calc(100% / 3 - 30px);
  margin-right: calc(30px * 4 / 3);
  margin-bottom: 30px;
  border: 1px solid rgba(0, 53, 37, 0.4);
  background: #EFEEE2;
}

.home-journal .listing .p-item {
  width: calc(100% / 3 - 30px);
  margin-right: calc(30px * 4 / 3);
  margin-bottom: 30px;
  border: 1px solid rgba(0, 53, 37, 0.0);
  background: #EFEEE2;
}

.home-journal .listing .p-item:hover {
  box-shadow: none !important;
}

.home-journal .listing .p-item:hover .p-thumbnail:after {
  display: none;
}

.home-journal .listing .p-item:nth-child(3n+3) {
  margin-right: 0;
}

.home-journal .listing .p-item .p-content {
  padding: 15px;
}

.home-journal .listing .p-item .p-content .p-title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  line-height: 1.615rem;
  color: #00381F !important;
  height: 52px;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
}

.home-journal .listing .p-item .p-content .p-description {
  color: #00251C;
  font-size: 1rem;
  padding-bottom: 16px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 16px;
}

.home-journal .listing .p-item .p-content .meta {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #AF9863;
}

.home-journal .listing .p-item .p-content .meta .p-category {
  float: left;
}

.home-journal .listing .p-item .p-content .meta .p-category a {
  color: #AF9863;
}

.home-journal .listing .p-item .p-content .meta .pulish-time {
  float: right;
  color: #AF9863;
}

.home-follow {
  padding-bottom: 70px;
}

.home-follow .htitle {
  margin-bottom: 0;
}

.home-follow .htitle:after {
  display: none;
}

.home-follow .hdescription {
  margin-bottom: 30px;
}

.home-follow .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-follow .item .image {
  width: 100%;
}

.home-follow .item .image img {
  width: 100%;
}

.home-follow .item .follow {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.home-follow .item .follow a {
  color: #fff;
}

.home-follow .item .follow .wrap {
  z-index: 2;
}

.home-follow .item .follow img {
  width: auto;
}

.home-follow .item .follow:after {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.home-follow .item:hover .follow {
  top: 0;
  transition: 0.3s;
}

.site-footer {
  background: url("../img/footer.png") center/cover no-repeat, #205940;
  display: inline-block;
  width: 100%;
}

.site-footer .wrap-top {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-footer .wrap-top .title {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 40px;
}

.site-footer .wrap-top ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer .wrap-top ul li {
  margin-bottom: 20px;
}

.site-footer .wrap-top ul li a {
  color: #fff;
  font-weight: 600;
}

.site-footer .wrap-top .col-one {
  width: 35%;
}

.site-footer .wrap-top .col-two {
  width: 30%;
}

.site-footer .wrap-top .col-one ul li a,
.site-footer .wrap-top .col-two ul li a {
  position: relative;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer .wrap-top .col-one ul li a:before,
.site-footer .wrap-top .col-two ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}

.site-footer .wrap-top .col-one ul li a:hover,
.site-footer .wrap-top .col-two ul li a:hover {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
}

.site-footer .wrap-top .col-one ul li a:hover:before,
.site-footer .wrap-top .col-two ul li a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}

.site-footer .wrap-top .col-three {
  width: 35%;
  padding: 0 54px;
  background: url("../img/patten-footer.png") 80% 0/28% no-repeat, rgba(255, 255, 255, 0.2);
}

.site-footer .wrap-top .col-three .content {
  width: 70%;
}

.site-footer .wrap-top .col-three .content p {
  margin: 0;
}

.site-footer .wrap-top .col-three .mail-subcri {
  margin-top: 20px;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap .wpforms-container-full {
  margin-bottom: 0;
  width: 100%;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap .wpforms-container-full label.wpforms-error {
  font-size: 0.9rem;
  margin-left: 30px;
  color: #fff;
  margin-top: 10px;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap .wpforms-submit-container {
  position: absolute;
  right: 0;
  top: 8px;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap form {
  position: relative;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="email"] {
  padding: 10px 5px 12px 30px;
  border-radius: 25px;
  width: 100%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  max-width: 100%;
  min-height: 48px;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="email"]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="email"]::placeholder {
  color: #fff;
  opacity: 0.7;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="email"]:focus {
  outline: none;
}

.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap button[type="submit"],
.site-footer .wrap-top .col-three .mail-subcri .subcri-wrap input[type="submit"] {
  position: absolute;
  right: 10px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #fff;
  color: #003525;
  font-weight: 600;
  padding: 0.4em 1em;
  text-transform: uppercase;
}

.site-footer .wrap-top .col-three .social {
  margin-top: 30px;
}

.site-footer .wrap-top .col-three .social ul {
  padding: 0;
  margin: 0;
}

.site-footer .wrap-top .col-three .social ul li {
  float: left;
  margin-right: 20px;
}

.site-footer .wrap-top .col-three .social ul li:last-child {
  margin-right: 0;
}

.site-footer .wrap-top .col-three .social ul li img {
  width: 100%;
  max-width: 40px;
}

.site-footer .wrap-mid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-footer .wrap-mid ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .wrap-mid ul li {
  float: left;
  margin-left: 40px;
  color: #fff;
}

.site-footer .wrap-mid ul li img {
  position: relative;
  bottom: 3px;
}

.site-footer .wrap-mid ul li a {
  color: #fff;
}

.site-footer .wrap-mid ul li:nth-child(1) {
  margin-left: 0;
}

.site-footer .wrap-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.site-footer .wrap-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .wrap-bottom ul li {
  float: left;
  margin-left: 40px;
  color: #fff;
  opacity: 0.6;
}

.site-footer .wrap-bottom ul li img {
  position: relative;
  bottom: 3px;
}

.site-footer .wrap-bottom ul li a {
  color: #fff;
  opacity: 0.6;
}

.site-footer .wrap-bottom ul li:nth-child(1) {
  margin-left: 0;
}

.page-thumbnail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-thumbnail img {
  width: 100%;
}

.page-thumbnail .wrap {
  position: absolute;
  width: 50%;
  text-align: center;
}

.page-thumbnail .wrap .title {
  color: #fff;
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.page-thumbnail .wrap .description {
  color: #fff;
  font-size: 1rem;
}

.page-template-journal .home-journal .htitle {
  margin-top: 55px;
  margin-bottom: 60px;
}

.choose-journal {
  background: #F5F2E9;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 55px;
}

.choose-journal .select-journal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-journal .select-journal .item {
  padding: 15px 40px;
}

.choose-journal .select-journal .item:hover {
  box-shadow: none;
}

.choose-journal .select-journal .item a {
  color: #AF9863;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important;
}

.choose-journal .select-journal .item a:hover {
  color: #003525;
  position: relative;
  padding-bottom: 10px;
}

.choose-journal .select-journal .item a:hover:after {
  content: "";
  background: #003525;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.choose-journal .select-journal .item a.active {
  color: #003525;
  position: relative;
  padding-bottom: 10px;
}

.choose-journal .select-journal .item a.active:after {
  content: "";
  background: #003525;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.single-post .site-main {
  border-top: 1px solid #D6D6D6;
}

.single-post .site-main .post-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}

.single-post .site-main .entry-title {
  margin-top: 55px;
  margin-bottom: 10px;
  color: #003525;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  font-family: "BegumR", sans-serif;
}

.single-post .site-main .entry-meta {
  margin-bottom: 20px;
}

.single-post .site-main .entry-meta .posted-on a {
  color: #AF9863;
}

.single-post .site-main .entry-content {
  margin-bottom: 70px !important;
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-post .site-main .entry-content p {
  color: #00251C;
}

.ltitle {
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  color: #003525;
  margin-bottom: 20px;
}

.page-template-wellbeing .image img,
.zenweb-wellbeing-template .image img {
  border: 1px solid rgba(0, 53, 37, 0.4);
}

.page-template-wellbeing .ai-shape,
.zenweb-wellbeing-template .ai-shape {
  z-index: 1;
  width: 16%;
}

.page-template-wellbeing .ai-shape img,
.zenweb-wellbeing-template .ai-shape img {
  width: 100%;
}

.page-template-wellbeing .home-journal,
.zenweb-wellbeing-template .home-journal {
  padding-top: 55px;
  padding-bottom: 60px;
  background: #F5F2E9;
  position: relative;
}

.page-template-wellbeing .home-journal .ai-shape,
.zenweb-wellbeing-template .home-journal .ai-shape {
  top: -3%;
}

.page-template-wellbeing .home-journal .listing,
.zenweb-wellbeing-template .home-journal .listing {
  position: relative;
  z-index: 2;
}

.page-template-wellbeing .sub-content,
.zenweb-wellbeing-template .sub-content {
  position: relative;
}

.page-template-wellbeing .sub-content .ai-shape.one,
.zenweb-wellbeing-template .sub-content .ai-shape.one {
  top: 0;
}

.page-template-wellbeing .sub-content .ai-shape.two,
.zenweb-wellbeing-template .sub-content .ai-shape.two {
  top: 50%;
  right: 0;
  left: auto;
  text-align: right;
}

.page-template-wellbeing .sub-content .wrap-top-content,
.zenweb-wellbeing-template .sub-content .wrap-top-content {
  margin-bottom: 30px;
}

.page-template-wellbeing .sub-content .wrap-top-content .description,
.zenweb-wellbeing-template .sub-content .wrap-top-content .description {
  color: #003525;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.page-template-wellbeing .sub-content .wrap-top-content .description p,
.zenweb-wellbeing-template .sub-content .wrap-top-content .description p {
  margin-bottom: 10px;
}

.page-template-wellbeing .sub-content .wrap-sub-content,
.zenweb-wellbeing-template .sub-content .wrap-sub-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 60px;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:hover,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:hover {
  box-shadow: none;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .text,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .text {
  width: 50%;
  position: relative;
  z-index: 2;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .text .ltitle,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .text .ltitle {
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  color: #003525;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .text .ltitle:after,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .text .ltitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #003525;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .text .content,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .text .content {
  font-size: 1rem;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .image,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .image {
  width: 50%;
  margin-right: 0;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item .image img,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item .image img {
  width: 100%;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(odd) .text,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(odd) .text {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
  padding-right: 40px;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(odd) .image,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(odd) .image {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(even) .text,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(even) .text {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
  padding-left: 40px;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(even) .image,
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(even) .image {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.page-template-wellbeing .sub-content .wrap-sub-content .item:nth-last-child(1),
.zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-last-child(1) {
  margin-bottom: 0;
}

.page-template-wellbeing .discover,
.zenweb-wellbeing-template .discover {
  padding-top: 55px;
  padding-bottom: 60px;
}

.page-template-wellbeing .discover .htitle,
.zenweb-wellbeing-template .discover .htitle {
  margin-bottom: 0;
}

.page-template-wellbeing .discover .htitle:after,
.zenweb-wellbeing-template .discover .htitle:after {
  display: none;
}

.page-template-wellbeing .discover .description,
.zenweb-wellbeing-template .discover .description {
  color: #003525;
  text-align: center;
  font-size: 1.2rem;
}

.page-template-wellbeing .discover .description a,
.zenweb-wellbeing-template .discover .description a {
  color: #AF9863 !important;
}

.page-template-wellbeing .discover .chose-discover .one,
.zenweb-wellbeing-template .discover .chose-discover .one {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.page-template-wellbeing .discover .chose-discover .two,
.zenweb-wellbeing-template .discover .chose-discover .two {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-wellbeing .discover .chose-discover .item,
.zenweb-wellbeing-template .discover .chose-discover .item {
  width: calc(100% / 7 - 10px);
  margin: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-wellbeing .discover .chose-discover .item:hover,
.zenweb-wellbeing-template .discover .chose-discover .item:hover {
  box-shadow: none;
}

.page-template-wellbeing .discover .chose-discover .item .image,
.zenweb-wellbeing-template .discover .chose-discover .item .image {
  width: 100%;
  text-align: center;
}

.page-template-wellbeing .discover .chose-discover .item .image img,
.zenweb-wellbeing-template .discover .chose-discover .item .image img {
  width: 60%;
  background: #F5F2E9;
  border: 1px solid #F5F2E9;
  border-radius: 50%;
  cursor: pointer;
}

.page-template-wellbeing .discover .chose-discover .item .image img:hover,
.zenweb-wellbeing-template .discover .chose-discover .item .image img:hover {
  border: 1px solid #003525;
  box-shadow: 0 0 10px #ccc;
}

.page-template-wellbeing .discover .chose-discover .item .title,
.zenweb-wellbeing-template .discover .chose-discover .item .title {
  margin-top: 20px;
  text-align: center;
}

.page-template-wellbeing .discover .chose-discover .item .title span,
.zenweb-wellbeing-template .discover .chose-discover .item .title span {
  color: #003525;
  font-weight: 600;
  font-size: 1.4rem;
}

.page-template-teahouse .top-content {
  margin-top: 55px;
}

.page-template-teahouse .top-content .top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-template-teahouse .top-content .top .item {
  width: calc(100% / 3 - 30px);
  margin-right: calc(30px * 3 / 2);
  border: 1px solid rgba(0, 53, 37, 0.4);
}

.page-template-teahouse .top-content .top .item img {
  width: 100%;
}

.page-template-teahouse .top-content .top .item:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-teahouse .top-content .mid {
  display: flex;
  flex-wrap: wrap;
  background: url("../img/back-tea.png") center/cover no-repeat;
  margin-bottom: 30px;
}

.page-template-teahouse .top-content .mid .wrap {
  padding: 120px;
  font-size: 1.4rem;
  line-height: 2;
}

.page-template-teahouse .top-content .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-template-teahouse .top-content .bottom .item {
  width: calc(100% / 3 - 30px);
  margin-right: calc(30px * 3 / 2);
  border: 1px solid rgba(0, 53, 37, 0.4);
}

.page-template-teahouse .top-content .bottom .item img {
  width: 100%;
}

.page-template-teahouse .top-content .bottom .item:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-teahouse .sub-content .wrap-sub-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 60px;
}

.page-template-teahouse .sub-content .wrap-sub-content .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
}

.page-template-teahouse .sub-content .wrap-sub-content .item:hover {
  box-shadow: none;
}

.page-template-teahouse .sub-content .wrap-sub-content .item .text {
  width: 60%;
}

.page-template-teahouse .sub-content .wrap-sub-content .item .text .ltitle {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.page-template-teahouse .sub-content .wrap-sub-content .item .text .ltitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #003525;
}

.page-template-teahouse .sub-content .wrap-sub-content .item .text .content {
  font-size: 1.2rem;
  line-height: 1.5;
}

.page-template-teahouse .sub-content .wrap-sub-content .item .image {
  width: 40%;
  margin-right: 0;
  border: 1px solid rgba(0, 53, 37, 0.4);
}

.page-template-teahouse .sub-content .wrap-sub-content .item .image img {
  width: 100%;
}

.page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(odd) .text {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
  padding-right: 40px;
}

.page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(odd) .image {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(even) .text {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
  padding-left: 40px;
}

.page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(even) .image {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.page-template-teahouse .bottom-content {
  display: flex;
  flex-wrap: wrap;
  background: url("../img/back-tea-f.png") center/cover no-repeat;
  position: relative;
}

.page-template-teahouse .bottom-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.page-template-teahouse .bottom-content .wrap {
  padding: 200px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}

.page-template-teahouse .bottom-content .wrap p {
  line-height: 1.6;
}

.woocommerce .star-rating {
  display: inline-block !important;
  float: none !important;
  color: #AF9863 !important;
  width: 7.6em !important;
  margin-bottom: 0.75rem;
}

.woocommerce .star-rating::before {
  letter-spacing: 8px;
}

.woocommerce .star-rating span::before {
  letter-spacing: 8px;
}

.woocommerce-page .product-wrap {
  margin-top: 55px;
  margin-bottom: 60px;
}

.page,
.post {
  margin: 0;
}

.breadcrumb {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 20px 0 !important;
}

.single-product .site-main {
  border-top: 1px solid #D6D6D6;
}

.single-product .summary {
  margin-top: 0 !important;
}

.single-product .summary #attribute-select {
  display: flex;
  flex-wrap: wrap;
}

.single-product .summary #attribute-select .attribute-select-item {
  width: calc(100% / 4 - (15px * 3 / 4));
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #D1D6B8;
  background: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 0 10px;
  cursor: pointer;
}

.single-product .summary #attribute-select .attribute-select-item:nth-child(4n+4) {
  margin-right: 0;
}

.single-product .summary #attribute-select .attribute-select-item.active {
  border: 1px solid #003525;
  background: #D1D6B8;
}

.single-product .summary #attribute-select .attribute-select-item .thumnail {
  padding: 0;
  width: 100%;
}

.single-product .summary #attribute-select .attribute-select-item .thumnail img {
  width: 100%;
  height: auto;
}

.single-product .summary #attribute-select .attribute-select-item .attribute {
  color: #003525;
  font-weight: 600;
  margin-top: 10px;
}

.single-product .summary #attribute-select .attribute-select-item>span {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.single-product .single-cart {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.single-product .single-cart .quality {
  margin-right: 15px;
}

.single-product .single-cart .quality input {
  padding: 8px 0 8px 10px;
  max-width: 80px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  font-weight: bold;
}

.single-product .single-cart .quality input::-webkit-inner-spin-button {
  opacity: 1;
}

.single-product .single-cart .add-to-cart p a {
  display: inline-block;
  padding: 12px 35px !important;
  border-radius: 5px !important;
  font-weight: bold;
  width: 100%;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

.single-product .hattribute-title {
  color: #003525;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-product .related .products .product-wrap {
  margin-top: 25px;
}

.single-product .related .products .p-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-product .related .products .p-item>a {
  width: 100%;
}

.single-product .related .products .p-item:hover .add-to-cart {
  display: block;
}

.single-product .related .products .p-item:hover>a img {
  position: relative;
}

.single-product .related .products .p-item:hover>a img:after {
  content: "";
  background: rgba(239, 238, 226, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single-product .related .products .p-item .price {
  padding: 0 15px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #00251C;
}

.tea-info {
  width: 100%;
  margin-bottom: 60px;
}

.tea-info .tea-info-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tea-info .tea-info-wrap .item {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  text-align: center;
  background: #F5F2E9;
  padding: 15px;
  color: #003525;
}

.tea-info .tea-info-wrap .item:nth-child(3n+3) {
  margin-right: 0;
}

.tea-info .tea-info-wrap .item .title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Begum05", sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #AF9863;
}

.tea-info .tea-info-wrap .item .content .sub-item {
  margin-bottom: 20px;
}

.tea-info .tea-info-wrap .item .content .sub-item .image {
  text-align: center;
}

.tea-info .tea-info-wrap .item .content .sub-item .image img {
  max-width: 60px;
}

.tea-info .tea-info-wrap .item .content .sub-item .tut {
  font-family: "BegumR", sans-serif;
  color: #003525;
  font-weight: 600;
  font-size: 1.2rem;
}

.tea-info .tea-info-wrap .item .content .sub-item .description img {
  max-width: 80%;
}

.tea-content {
  margin-top: 30px;
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
}

.tea-content h3 {
  font-family: "BegumR", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.tea-content h5 {
  font-family: "BegumR", sans-serif;
  font-size: 1rem;
  background: url("../img/h5.png") center/cover no-repeat, #F5F2E9;
  padding: 10px 15px;
  border-radius: 25px;
  display: inline-block;
  min-width: 10%;
  text-align: center;
}

.tea-content .spec {
  display: flex;
  align-items: center;
}

.tea-content .spec h5 {
  margin-right: 15px;
}

.tea-content .spec p {
  margin-bottom: 10px;
  max-width: calc(90% - 15px);
}

.tea-content .spec p:first-child {
  margin-left: 0;
  margin-right: auto;
}

.entry-title {
  color: #003525;
  font-family: "BegumR", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}

.breadcrumb-item {
  color: #003525 !important;
}

.breadcrumb-item a {
  color: #003525 !important;
}

.breadcrumb-item a:focus {
  color: #003525 !important;
}

#tea-finder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background: url("../img/teafinder.png") center/cover no-repeat;
}

#tea-finder #tea-finder-results {
  width: 100%;
}

#tea-finder #tea-finder-results .slick-track {
  display: flex !important;
}

#tea-finder #tea-finder-results .slick-slide {
  height: inherit !important;
  margin: 0 15px !important;
}

#tea-finder #tea-finder-results .slick-slide>div {
  height: 100%;
}

#tea-finder #tea-finder-results .slick-slide .p-item {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
}

#tea-finder .tea-finder-wrap {
  width: 58%;
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 56, 31, 0.25);
  border: 1px solid #5C8251;
  position: relative;
}

#tea-finder .tea-finder-wrap.loading-cart {
  max-height: 60vh;
}

#tea-finder .tea-finder-wrap .teafinder_return {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 35px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#tea-finder .tea-finder-wrap .tea-finder-inner {
  width: 100%;
  text-align: center;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-title {
  text-align: center;
  color: #003525;
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item {
  margin: 16px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: calc(100% / 5);
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item.first {
  margin: 40px 50px;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item.active .image {
  position: relative;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item.active .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #003525;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item:hover {
  box-shadow: none;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item .image {
  background: #D1D6B8;
  border: 1px solid #D1D6B8;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item .image:hover {
  border: 1px solid #003525;
  box-shadow: 0 0 10px #ccc;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item .name {
  color: #003525;
  font-family: "BegumR", sans-serif;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#tea-finder .tea-finder-wrap .tea-finder-inner .teafinal {
  color: #003525;
  font-family: "BegumR", sans-serif;
  font-size: 2rem;
}

#tea-finder .woocommerce-Price-amount {
  display: inline-block;
  color: #00251C;
  font-weight: 600;
}

#tea-finder .star-rating {
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}

.item:hover {
  outline: 1px;
}

#comments .comments-title {
  width: 100%;
  background: #F5F2E9;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  color: #003525;
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
}

#comments .star-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

#comments .star-wrap .star-rating {
  width: 6.4em !important;
  font-size: 1.8rem;
}

#comments .comment-meta {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#comments .comment-meta .time-cmt {
  position: absolute;
  right: 0;
  color: #AF9863;
  font-family: "BegumR", sans-serif;
}

#comments .comment-list {
  list-style: none;
  padding: 20px 0;
  margin: 60px 0 0;
}

#comments .comment-author {
  font-family: "BegumR", sans-serif;
  display: flex;
  align-items: center;
}

#comments .comment-author .comment-avatar {
  background: #AF9863;
  color: #003525;
  border-radius: 50%;
  border: 1px solid #003525;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

#comments .comment-author b {
  padding-left: 10px;
}

#comments .rating {
  padding-left: 40px;
  letter-spacing: 4px;
}

#comments .comment-body {
  margin-bottom: 60px;
}

#comments .comment-body-content {
  padding-left: 40px;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 0 !important;
}

.woocommerce-review-link {
  color: #00251C !important;
  font-weight: 700;
  position: relative;
  bottom: 2px;
}

.woocommerce-review-link:focus {
  color: #00251C !important;
}

.checkout-product #popup-form-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.checkout-product #popup-form-cart .listing-cart {
  width: calc(70% - 30px);
  margin-right: 30px;
}

.checkout-product #popup-form-cart .listing-cart .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
}

.checkout-product #popup-form-cart .listing-cart .item:hover {
  box-shadow: none;
}

.checkout-product #popup-form-cart .listing-cart .item .left {
  width: calc(35% - 30px);
  margin-right: 30px;
}

.checkout-product #popup-form-cart .listing-cart .item .wrap-item-detail {
  width: 65%;
  position: relative;
}

.checkout-product #popup-form-cart .listing-cart .item .mid .title>a {
  color: #003525;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-family: "Begum05", sans-serif;
}

.checkout-product #popup-form-cart .listing-cart .item .mid .title>.quick-edit-product {
  display: inline-block;
  border: 1px solid #003525;
  padding: 0 15px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #F5F2E9;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 16px;
}

.checkout-product #popup-form-cart .listing-cart .item .mid .price {
  color: #003525;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 30px;
}

.checkout-product #popup-form-cart .listing-cart .item .right .attr-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkout-product #popup-form-cart .listing-cart .item .right .attr-data .change-quantity {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #003525;
  padding: 5px 5px 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F5F2E9;
  cursor: pointer;
  font-size: 1rem;
}

.checkout-product #popup-form-cart .listing-cart .item .right .attr-data .popup-quantity-checkout {
  max-width: 50px;
  text-align: center;
  border: 0;
  font-size: 1rem;
  color: #003525;
  background: transparent;
}

.checkout-product #popup-form-cart .listing-cart .item .right .attr-data .popup-quantity-checkout::-webkit-inner-spin-button {
  display: none;
}

.checkout-product #popup-form-cart .listing-cart .item .attr-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  color: #003525;
}

.checkout-product #popup-form-cart .listing-cart .item .attr-item .label {
  width: 20%;
}

.checkout-product #popup-form-cart .listing-cart .item .attr-item .attr-data {
  width: 80%;
  font-weight: 700;
}

.checkout-product #popup-form-cart .total-cart {
  width: 30%;
  border: 2px solid #003525;
}

.checkout-product #popup-form-cart .total-cart .woocommerce-error,
.checkout-product #popup-form-cart .total-cart .woocommerce-message {
  width: 100%;
  margin-bottom: 0;
}

.checkout-product #popup-form-cart .total-cart .total-cart-title {
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #003525;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .top {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .top .coll-left {
  width: calc(60% - 25px);
  margin-right: 25px;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .top .coll-left>span {
  margin-bottom: 8px;
  display: block;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .top .coll-right {
  text-align: right;
  width: 40%;
  color: #003525;
  font-weight: 700;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .top .coll-right>span {
  display: block;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom {
  background: #F2F2F2;
  color: 1.25rem;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .wrap-bottom {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .coll-left {
  margin-bottom: 8px;
  width: calc(60% - 25px);
  margin-right: 25px;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .coll-left>span {
  display: block;
  font-size: 1.25rem;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .coll-right {
  text-align: right;
  width: 40%;
  color: #003525;
  font-weight: 700;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .coll-right>span {
  display: block;
  font-size: 1.25rem;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .proceed {
  width: 100%;
  text-align: center;
  background: #003525;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .proceed a {
  padding: 14px 20px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
}

.checkout-product #popup-form-cart .total-cart .total-cart-content .bottom .proceed a:hover {
  background: #fff;
  color: #003525;
}

#primary {
  position: relative;
}

.subcri-footer {
  background: url("../img/back-sub-footer.png") center/cover no-repeat, #F5F2E9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 40px;
  width: 100%;
}

.subcri-footer .wrap-subcri-footer {
  width: 30%;
  text-align: center;
}

.subcri-footer .wrap-subcri-footer .title {
  font-family: "Begum05", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #003525;
}

.subcri-footer .wrap-subcri-footer .description {
  line-height: 1.5rem;
  margin-bottom: 12px;
}

.subcri-footer .wrap-subcri-footer .description p {
  margin-bottom: 0;
}

.subcri-footer .wrap-subcri-footer .mail-subcri {
  margin-top: 20px;
  text-align: center;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="email"] {
  padding: 10px 5px 12px 30px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #003525;
  background: transparent;
  color: #00251C;
  min-height: 64px;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="email"]::-webkit-input-placeholder {
  color: #00251C;
  opacity: 0.7;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="email"]:-ms-input-placeholder {
  color: #00251C;
  opacity: 0.7;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="email"]::placeholder {
  color: #00251C;
  opacity: 0.7;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="email"]:focus {
  outline: none;
}

.subcri-footer .wrap-subcri-footer .mail-subcri .subcri-wrap input[type="submit"] {
  position: absolute;
  right: 10px;
  border-radius: 25px;
  background: #003525;
  color: #fff;
  font-weight: 600;
  padding: 9px 23px;
}

.page-template-basket .site-main {
  border-top: 1px solid #D6D6D6;
}

.page-template-checkout .site-main {
  border-top: 1px solid #D6D6D6;
}

.wrap-checkout-info {
  display: flex;
  flex-wrap: wrap;
}

.wrap-checkout-info>.left {
  width: 65%;
  border-right: 2px solid #EFEFEF;
}

.wrap-checkout-info>.left .wrap-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap-checkout-info .right {
  width: 35%;
}

.wrap-checkout-info .right .wrap-content {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #ccc;
  padding: 15px;
}

.wrap-checkout-info .right .wrap-content .total-cart-title {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #003525;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #003525;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item:hover {
  box-shadow: none;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .left {
  width: 20%;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail {
  width: calc(80% - 15px);
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  color: #003525;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid {
  width: 60%;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .title a {
  color: #003525;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr {
  display: flex;
  flex-wrap: wrap;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item {
  display: inline-block;
  position: relative;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1) {
  padding-right: 5px;
  margin-right: 5px;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1):after {
  content: "";
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #003525;
  position: absolute;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #003525;
  font-weight: 700;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom {
  text-align: center;
  color: #003525;
  font-size: 1.25rem;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-left {
  display: inline-block;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-right {
  display: inline-block;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed {
  width: 100%;
  text-align: center;
  background: #003525;
  margin-top: 20px;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed a {
  padding: 14px 20px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
}

.wrap-checkout-info .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed a:hover {
  background: #fff;
  color: #003525;
}

#checkout-info {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#checkout-info.show-checkout-form {
  top: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .wrap-content {
  overflow: hidden;
  position: relative;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.left {
  width: 65%;
  border-right: 2px solid #EFEFEF;
  position: relative;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.left .wrap-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right {
  width: 35%;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #ccc;
  padding: 15px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-title {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #003525;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item:hover {
  box-shadow: none;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .left {
  width: 20%;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail {
  width: calc(80% - 15px);
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  color: #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid {
  width: 60%;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 4px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .title a {
  color: #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .quantity {
  margin-bottom: 4px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr {
  display: flex;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item {
  display: inline-block;
  position: relative;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1) {
  padding-right: 5px;
  margin-right: 5px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1):after {
  content: "";
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #003525;
  position: absolute;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .top .listing-cart .item .wrap-item-detail .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #003525;
  font-weight: 700;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom {
  text-align: center;
  color: #003525;
  font-size: 1.25rem;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-left {
  display: inline-block;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-right {
  display: inline-block;
  position: relative;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-right.loading-cart {
  height: 30px;
  width: 100%;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed {
  width: 100%;
  text-align: center;
  background: #003525;
  margin-top: 20px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed a {
  padding: 14px 20px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
}

#checkout-info.show-checkout-form .wrap-checkout-info2 .right .wrap-content .total-cart-content .bottom .wrap-bottom .proceed a:hover {
  background: #fff;
  color: #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content {
  box-shadow: none;
  margin-top: 50px;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .top .listing-cart .item {
  border-bottom: 1px solid #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .top .listing-cart .item:nth-last-child() {
  margin-bottom: 0;
  border-bottom: 0;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .top .listing-cart .item .left {
  position: relative;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .top .listing-cart .item .left .quantity-inline {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #003525;
  color: #fff;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom {
  padding-top: 20px;
  border-top: 1px solid #003525;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom .wrap-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-left {
  margin-bottom: 8px;
  width: calc(60% - 25px);
  margin-right: 25px;
  text-align: left;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-left>span {
  display: block;
  font-size: 1.25rem;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-right {
  text-align: right;
  width: 40%;
  color: #003525;
  font-weight: 700;
}

#checkout-info.show-checkout-form .wrap-checkout-info2>.right .wrap-content .total-cart-content .bottom .wrap-bottom .coll-right>span {
  display: block;
  font-size: 1.25rem;
}

#checkout-info .order-gift {
  display: flex;
  flex-wrap: wrap;
}

#checkout-info .order-gift .label {
  width: 60%;
}

#checkout-info .order-gift .active-btn-area {
  width: 40%;
  text-align: right;
}

#checkout-info .order-gift textarea {
  display: none;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
}

#checkout-info .order-gift textarea.show {
  display: block;
}

#checkout-info .order-gift .active-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 50px;
  height: 18px;
  background: #ccc;
  margin: 5px;
  position: relative;
}

#checkout-info .order-gift .active-btn:focus {
  outline: 0;
}

#checkout-info .order-gift .active-btn span {
  height: 26px;
  width: 26px;
  position: absolute;
  top: -4px;
  left: -4px;
  background: #707070;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#checkout-info .order-gift .active-btn.active {
  background: #D1D6B8;
}

#checkout-info .order-gift .active-btn.active span {
  left: calc((100% - 26px) + 4px);
  background: #003525;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#checkout-info .recurring-totals {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #003525;
}

.redeem-coupon {
  margin-top: 8px;
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.redeem-coupon p {
  margin-bottom: 0;
}

.redeem-coupon input[name="coupon"] {
  width: calc(70% - 25px);
  padding: 4px 8px;
  margin-right: 25px;
  float: left;
  color: #00251C;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.redeem-coupon input[name="redeem-coupon"] {
  width: 30%;
  padding: 8px 13px;
  float: left;
  background: transparent;
  border: 1px solid #003525;
}

.redeem-coupon input[name="redeem-coupon"]:hover {
  background: #003525;
  color: #fff;
}

#coupon-redeem {
  width: 100%;
}

.info-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.info-track .wrap-item-2 {
  display: none;
}

.info-track:after {
  content: "";
  width: 100%;
  background: #EBE7D3;
  position: absolute;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 10px;
  margin-bottom: 24px;
  z-index: 0;
}

.info-track .items {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}

.info-track .items .wrap-item {
  text-align: center;
}

.info-track .items .wrap-item span {
  display: block;
  width: 100%;
  text-align: center;
}

.info-track .items .wrap-item span:nth-child(2n+1) {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  border: 1px solid #EBE7D3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.info-track .items .wrap-item span:nth-child(2n+1) img {
  width: 35%;
}

.info-track .items .wrap-item span:nth-child(2n+2) {
  margin-top: 10px;
  font-weight: 700;
}

.info-track .items .wrap-item span.active {
  background: #F5F2E9;
  border: 1px solid #003525;
}

#checkout-info {
  height: 100%;
}

#checkout-info .form-row-name {
  width: calc(50% - 20px);
  display: inline-block;
}

#checkout-info .form-row-name:nth-child(2n+1) {
  margin-right: 40px;
}

#checkout-info .form-row-name input {
  width: 100%;
  padding: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#checkout-info .form-row-wide {
  width: 100%;
}

#checkout-info .form-row-wide .woocommerce-input-wrapper {
  width: 100%;
}

#checkout-info .form-row-wide .woocommerce-input-wrapper input,
#checkout-info .form-row-wide .woocommerce-input-wrapper select {
  width: 100%;
  padding: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#checkout-info .control {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}

#checkout-info .control a {
  display: inline-block;
}

#checkout-info .control .return {
  width: 50%;
  text-align: left;
  float: left;
}

#checkout-info .control .return a {
  color: #003525;
  font-weight: 700;
  padding: 13px 0;
}

#checkout-info .control .processing {
  width: 50%;
  text-align: right;
  float: left;
}

#checkout-info .control .processing .next-client-step-1 {
  display: none;
}

#checkout-info .control .processing a {
  color: #fff;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #003525;
  text-align: center;
}

#checkout-info .policy {
  display: inline-block;
  width: 100%;
  padding: 30px 5%;
  background: #EFEFEF;
  position: absolute;
  bottom: 0;
  left: 0;
}

#checkout-info .policy .wrap-policy {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#checkout-info .policy .wrap-policy .items {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  color: #8D8D8D;
}

#checkout-info .policy .wrap-policy .items:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #8D8D8D;
}

#checkout-info .policy .wrap-policy .items:nth-child(4n+4):after {
  display: none;
}

#checkout-info .wrap-form-row-data {
  position: relative;
}

#checkout-info .wrap-info-client {
  position: relative;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}

#checkout-info .wrap-info-client.active-ele {
  position: absolute;
  visibility: hidden;
}

#checkout-info .wrap-info-shiping {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  width: 100%;
}

#checkout-info .wrap-info-shiping.active-ele {
  position: relative;
  left: 0;
  visibility: visible;
}

#checkout-info .option-shiping {
  color: #003525;
}

#checkout-info .option-shiping .title {
  font-weight: 700;
  margin-bottom: 12px;
}

#checkout-info .option-shiping .method {
  display: flex;
  flex-wrap: wrap;
}

#checkout-info .option-shiping .method .items {
  margin-bottom: 15px;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px;
  font-weight: 600;
  color: #003525;
}

#checkout-info .option-shiping .method .items.active {
  background: #D1D6B8;
  border: 1px solid #003525;
}

#checkout-info .info-shiping {
  color: #003525;
}

#checkout-info .info-shiping .title {
  font-weight: 700;
  margin-bottom: 12px;
}

#checkout-info .info-shiping .method .items {
  margin-bottom: 15px;
}

.overflow-hide {
  overflow: hidden !important;
}

.page-template-subcri .top-content {
  margin-top: 60px;
  margin-bottom: 88px;
}

.page-template-subcri .top-content>div>div.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-subcri .top-content>div>div.wrap .htitle {
  width: 100%;
  margin-bottom: 40px;
}

.page-template-subcri .top-content>div>div.wrap .hdescription {
  width: 60%;
  color: #003525;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.page-template-subcri .bottom-content .htitle {
  margin-bottom: 40px;
}

.page-template-subcri .subscri-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-template-subcri .subscri-listing .wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-template-subcri .subscri-listing .wrap li.items {
  float: left;
  padding: 0 60px;
  color: #003525;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}

.page-template-subcri .subscri-listing .wrap li.items:nth-child(1):after {
  display: none;
}

.page-template-subcri .subscri-listing .wrap li.items:after {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #003525;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.page-template-subcri .subscri-listing-plan>.wrap .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .image {
  width: calc(45% - 30px);
  margin-right: 30px;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .image img {
  width: 100%;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .content {
  width: 55%;
  color: #003525;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .content .stitle {
  font-size: 1.25rem;
  font-family: "Begum05", sans-serif;
  margin-bottom: 12px;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .content .hdescription {
  color: #003525;
  text-align: left;
  margin-bottom: 54px;
  width: 75%;
}

.page-template-subcri .subscri-listing-plan>.wrap .items .content .sub-btn a {
  background: #003525;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 9px 23px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  text-decoration: none;
}

.gift-footer {
  margin-top: 40px;
  margin-bottom: 60px;
}

.gift-footer .wrap-gift-footer .htitle {
  margin-bottom: 40px;
}

.gift-footer .wrap-gift-footer .gift-listing {
  display: flex;
  flex-wrap: wrap;
}

.gift-footer .wrap-gift-footer .gift-listing .items {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  position: relative;
}

.gift-footer .wrap-gift-footer .gift-listing .items:nth-child(3n+3) {
  margin-right: 0;
}

.gift-footer .wrap-gift-footer .gift-listing .items img {
  width: 100%;
}

.gift-footer .wrap-gift-footer .gift-listing .items span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)) !important;
  background: -webkit-linear-gradient(90deg, #000, rgba(255, 255, 255, 0)) !important;
  background: -moz-linear-gradient(90deg, #000, rgba(255, 255, 255, 0)) !important;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 1.25rem;
}

.gift-footer .wrap-gift-footer .gift-listing .items span:hover {
  height: 100%;
  align-items: center;
}

.page-template-member .top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.page-template-member .top-content>div>div.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-member .top-content>div>div.wrap .htitle {
  width: 100%;
  margin-bottom: 34px;
}

.page-template-member .top-content>div>div.wrap .hdescription {
  color: #003525;
  text-align: left;
  margin-bottom: 54px;
  width: 75%;
  text-align: center;
}

.page-template-member .member-info #tabs {
  border: 1px solid #EDEDED !important;
}

.page-template-member .member-info #tabs .tab-listing {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #EDEDED !important;
}

.page-template-member .member-info #tabs .tab-listing ul {
  justify-content: flex-start !important;
  width: 100%;
  margin-bottom: 0 !important;
}

.page-template-member .member-info #tabs .tab-listing ul li {
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 12px 20px;
  border: 1px solid transparent !important;
  background: #fff;
}

.page-template-member .member-info #tabs .tab-listing ul li a {
  padding: 0 !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.page-template-member .member-info #tabs .tab-listing ul li.ui-tabs-active {
  background: rgba(235, 231, 211, 0.3) !important;
  border: 1px solid #EDEDED !important;
  border-bottom: 2px solid #003525 !important;
}

.page-template-member .member-info #tabs div[id^="tabs-member-"] {
  padding: 20px 13px;
}

.page-template-member .member-info .logout-customter {
  position: absolute;
  bottom: -25px;
  right: 25px;
  display: inline-block;
}

.page-template-member .member-info .logout-customter a {
  color: #003525;
  font-weight: 600;
}

.brewing-guide {
  margin-top: 55px;
  margin-bottom: 55px;
}

.brewing-guide .listing-guide {
  display: flex;
  flex-wrap: wrap;
}

.brewing-guide .listing-guide .items {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  margin-bottom: 30px;
}

.brewing-guide .listing-guide .items img {
  width: 100%;
}

.brewing-guide .listing-guide .items:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-career #form-contact-footer {
  background: transparent;
}

.career-images {
  margin-top: 55px;
  margin-bottom: 55px;
}

.career-images .listing-images {
  display: flex;
  flex-wrap: wrap;
}

.career-images .listing-images .items {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  margin-bottom: 30px;
}

.career-images .listing-images .items img {
  width: 100%;
}

.career-images .listing-images .items:nth-child(3n+3) {
  margin-right: 0;
}

.zenzweb-brewing .description {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sub-content .wrap-sub-content.reverse .item:hover {
  box-shadow: none;
}

.sub-content .wrap-sub-content.reverse .item:nth-child(odd) .text {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
  padding-left: 40px;
}

.sub-content .wrap-sub-content.reverse .item:nth-child(odd) .image {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.sub-content .wrap-sub-content.reverse .item:nth-child(even) .text {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
  padding-right: 40px;
  padding-top: 40px;
}

.sub-content .wrap-sub-content.reverse .item:nth-child(even) .image {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-about .custom-content {
  margin-top: 80px;
}

.page-template-about .custom-content .description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-about .values {
  margin-top: 80px;
}

.page-template-about .values .listing-values .items {
  display: flex;
  flex-wrap: wrap;
}

.page-template-about .values .listing-values .items .image {
  width: 55%;
}

.page-template-about .values .listing-values .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-about .values .listing-values .items .content {
  width: 45%;
  padding: 5% 10%;
  background: #F5F2E9;
  position: relative;
}

.page-template-about .values .listing-values .items .content>.title {
  font-family: "Begum05", sans-serif;
  color: #003525;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.page-template-about .values .listing-values .items .content .excerpt {
  color: #00251C;
}

.page-template-about .values .listing-values .items .content .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-template-about .values .listing-values .items:nth-child(odd) .image {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.page-template-about .values .listing-values .items:nth-child(odd) .content {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-about .values .listing-values .items:nth-child(even) .image {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-about .values .listing-values .items:nth-child(even) .content {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.page-template-about .founders {
  margin-top: 80px;
  margin-bottom: 80px;
}

.page-template-about .founders .listing-founder {
  display: flex;
  flex-wrap: wrap;
}

.page-template-about .founders .listing-founder .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
}

.page-template-about .founders .listing-founder .items:nth-child(2n+2) {
  margin-right: 0;
}

.page-template-about .founders .listing-founder .items .image {
  width: 100%;
}

.page-template-about .founders .listing-founder .items .image img {
  width: 100%;
}

.page-template-about .founders .listing-founder .items .content {
  width: 100%;
}

.page-template-about .founders .listing-founder .items .content .name {
  font-family: "Begum05", sans-serif;
  color: #003525;
  font-size: 1.25rem;
  margin-bottom: 12px;
  text-align: center;
}

.page-template-about .founders .listing-founder .items .content .excerpt {
  color: #00251C;
}

.popup-delivery {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  align-items: center;
}

.popup-delivery a {
  display: inline-block;
  margin-left: 5px;
  color: #00251C;
  font-weight: 700;
  text-decoration: none;
}

#popup-checkout {
  display: flex;
  position: fixed;
  top: 300vh;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999999999;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#popup-checkout .popup-wrap-footer {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px;
  background: #fff;
  width: 30%;
  position: relative;
}

#popup-checkout .popup-wrap-footer .htitle {
  font-family: "Begum05", sans-serif;
  font-size: 1.875rem;
  line-height: 2.4225rem;
  margin-bottom: 30px;
}

#popup-checkout .popup-wrap-footer .htitle p {
  margin-bottom: 0 !important;
}

#popup-checkout .popup-wrap-footer .description {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 30px;
}

#popup-checkout .popup-wrap-footer .description p {
  margin-bottom: 0 !important;
}

#popup-checkout .popup-wrap-footer .subscri-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#popup-checkout .popup-wrap-footer .subscri-form form {
  text-align: center;
}

#popup-checkout .popup-wrap-footer .subscri-form .wpforms-container-full {
  width: 100%;
}

#popup-checkout .popup-wrap-footer .subscri-form .wpforms-field-container {
  width: 100%;
}

#popup-checkout .popup-wrap-footer .subscri-form input[type="email"] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  height: auto;
}

#popup-checkout .popup-wrap-footer .subscri-form button[type="submit"],
#popup-checkout .popup-wrap-footer .subscri-form input[type="submit"] {
  display: inline-block;
  padding: 14px 31px;
  background: #003525;
  color: #fff;
  font-weight: 700;
  border: 1px solid #003525;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
}

#popup-checkout .cart-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}

#popup-checkout .cart-close:after {
  content: "x";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #00251C;
  top: -2px;
}

#popup-checkout .cart-close:hover {
  background: #00251C;
}

#popup-checkout .cart-close:hover:after {
  color: #fff;
}

#popup-checkout.show {
  top: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.slick-controls {
  position: absolute;
  left: 5px;
  width: calc(100% - 10px);
  top: calc(50% - 15px);
}

.slick-controls a {
  background: #5C8251;
  color: #fff;
  font-size: 0.9rem;
  height: 30px;
  width: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.slick-controls a.slick-next {
  float: right;
}

.slick-controls a.slick-previous {
  float: left;
}

#popup-edit {
  position: fixed;
  top: 300vh;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#popup-edit.show {
  top: 0;
}

#popup-edit.show .popup-edit-wrap {
  padding: 30px;
  width: 40%;
}

#popup-edit .popup-edit-wrap {
  background: #fff;
  position: relative;
}

#popup-edit .popup-edit-wrap .popup-edit-close {
  position: absolute;
  height: 40px;
  width: 40px;
  right: -20px;
  top: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: #003525;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#popup-edit .popup-edit-wrap .popup-edit-close:hover {
  background: #003525;
  color: #fff;
}

#popup-edit #attribute-select {
  display: flex;
  flex-wrap: wrap;
}

#popup-edit #attribute-select .attribute-select-item {
  width: calc(100% / 4 - (15px * 3 / 4));
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 2px solid #DFDFDF;
  background: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 0 10px;
  cursor: pointer;
}

#popup-edit #attribute-select .attribute-select-item:nth-child(4n+4) {
  margin-right: 0;
}

#popup-edit #attribute-select .attribute-select-item.active {
  border: 1px solid #003525;
  background: #D1D6B8;
}

#popup-edit #attribute-select .attribute-select-item .thumnail {
  padding: 0;
  width: 100%;
}

#popup-edit #attribute-select .attribute-select-item .thumnail img {
  width: 100%;
  height: auto;
}

#popup-edit #attribute-select .attribute-select-item .attribute {
  color: #003525;
  font-weight: 600;
  margin-top: 10px;
}

#popup-edit #attribute-select .attribute-select-item>span {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#popup-edit .single-cart {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

#popup-edit .single-cart .quality {
  margin-right: 15px;
}

#popup-edit .single-cart .quality input {
  padding: 8px 0 8px 10px;
  max-width: 80px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  font-weight: bold;
}

#popup-edit .single-cart .quality input::-webkit-inner-spin-button {
  opacity: 1;
}

#popup-edit .single-cart .cancel-edit-cart {
  display: inline-block;
  padding: 7px 35px !important;
  border-radius: 5px !important;
  font-weight: bold;
  margin-right: 16px;
  border: 1px solid #003525;
  text-transform: uppercase;
  cursor: pointer;
}

#popup-edit .single-cart .cancel-edit-cart:hover {
  background: #003525;
  color: #fff;
}

#popup-edit .single-cart .add-to-cart p a {
  display: inline-block;
  padding: 12px 35px !important;
  border-radius: 5px !important;
  font-weight: bold;
  width: 100%;
}

#popup-edit .hattribute-title {
  color: #003525;
  font-weight: 600;
  margin-bottom: 10px;
}

#product-donation {
  color: #00251C;
  padding: 30px;
  background: #F5F2E9;
}

#product-donation .wrap .title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
}

#product-donation .wrap .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#product-donation .wrap .detail .thumbnail {
  width: 15%;
}

#product-donation .wrap .detail .thumbnail img {
  width: 100%;
}

#product-donation .wrap .detail .detail-wrap {
  width: 85%;
  padding-left: 30px;
}

#product-donation .wrap .detail .detail-wrap .stitle {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

#product-donation .wrap .detail .detail-wrap .price {
  font-weight: 700;
  margin-bottom: 22px;
}

#product-donation .wrap .detail .detail-wrap .single-cart {
  display: flex;
  flex-wrap: wrap;
}

#product-donation .wrap .detail .detail-wrap .single-cart .quality {
  display: inline-block;
}

#product-donation .wrap .detail .detail-wrap .single-cart .quality input {
  padding: 13px 0 13px 17px;
  max-width: 70px;
  height: 50px;
  text-align: center;
}

#product-donation .wrap .detail .detail-wrap .single-cart .quality input::-webkit-inner-spin-button {
  opacity: 1;
}

#product-donation .wrap .detail .detail-wrap .single-cart .add-to-cart {
  display: block;
}

#product-donation .wrap .detail .detail-wrap .single-cart .add-to-cart .add_to_cart_inline {
  text-align: center;
}

#product-donation .wrap .detail .detail-wrap .single-cart .add-to-cart .add_to_cart_inline a {
  margin-left: 20px !important;
  padding: 14px 20px !important;
  display: inline-block;
  width: 100% !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 1.25rem !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-size: 1.25rem !important;
  font-weight: 400;
}

.may-like-cart {
  margin-top: 88px;
}

.may-like-cart .htitle {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.may-like-cart .htitle:after {
  display: none;
}

.may-like-cart .product-wrap {
  margin-top: 0;
}

.may-like-cart .product-wrap .p-item {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
}

.may-like-cart .product-wrap .p-item:nth-child(3n+3) {
  margin-right: 0;
}

.may-like-cart .product-wrap .p-item:nth-child(4n+4) {
  margin-right: 30px;
}

.cart-header {
  position: relative;
  cursor: pointer;
}

.cart-header .cart-header-number {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003525;
  color: #fff;
}

.meta-header.show-cart .dropdown-cart {
  top: 100%;
  visibility: visible;
  z-index: 999;
}

.dropdown-cart {
  visibility: hidden;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  right: 30px;
  position: absolute;
  top: -300vh;
  float: left;
  display: block;
  z-index: 99;
  width: calc(100vw/3) !important;
  box-shadow: 0 0 5px #000;
  background: #fff;
  max-height: 60vh;
}

.dropdown-cart.wrap-content {
  box-shadow: 0 0 13px #ccc;
  padding: 15px;
}

.dropdown-cart.wrap-content .total-cart-title {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #003525;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart {
  overflow-y: auto;
  max-height: 38vh;
  padding-right: 5px;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart::-webkit-scrollbar {
  width: 2px;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart::-webkit-scrollbar-track {
  background: #00251C;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart::-webkit-scrollbar-thumb {
  background: #003525;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart::-webkit-scrollbar-thumb:hover {
  background: #003525;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #003525;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item:hover {
  box-shadow: none;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .left {
  width: 20%;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail {
  width: calc(80% - 15px);
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  color: #003525;
  font-family: "Open Sans", sans-serif;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid {
  width: 60%;
  text-align: left;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .title {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 4px;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .title a {
  color: #003525;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .quantity {
  margin-bottom: 4px;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .attr {
  display: flex;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .attr .attr-item {
  display: inline-block;
  position: relative;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1) {
  padding-right: 5px;
  margin-right: 5px;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .mid .attr .attr-item:nth-child(2n+1):after {
  content: "";
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #003525;
  position: absolute;
}

.dropdown-cart.wrap-content .total-cart-content .top .listing-cart>.item .wrap-item-detail .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #003525;
  font-weight: 700;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom {
  text-align: center;
  color: #003525;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom .coll-left {
  display: inline-block;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom .coll-right {
  display: inline-block;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom .proceed {
  width: 100%;
  text-align: center;
  background: #003525;
  margin-top: 20px;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom .proceed a {
  padding: 14px 20px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 600;
}

.dropdown-cart.wrap-content .total-cart-content .bottom .wrap-bottom .proceed a:hover {
  background: #fff;
  color: #003525;
}

#method {
  min-height: 50px;
  display: inline-block;
  position: relative;
}

#method .wrap-item ul,
#method .wrap-recurring ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#method .wrap-item ul label,
#method .wrap-recurring ul label {
  margin-left: 3px;
}

.woocommerce-shipping-totals.shipping ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-shipping-totals.shipping ul input {
  margin: 3px 0.5ex;
}

#purchase-method .listing-method {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#purchase-method .listing-method .items {
  padding: 16px 48px;
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D6B8;
  cursor: pointer;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#purchase-method .listing-method .items:nth-child(2n+1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#purchase-method .listing-method .items:nth-child(2n+2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#purchase-method .listing-method .items.active {
  background: #D1D6B8;
}

#purchase-method .listing-method .items .wrap-items {
  text-align: center;
}

#purchase-method .listing-method .items .wrap-items .method-name {
  margin-bottom: 4px;
}

#purchase-method .listing-method .items .wrap-items .method-price {
  font-size: 1.25rem;
  font-weight: 700;
}

.no-chose {
  width: 100%;
  text-align: center;
  font-family: 'BegumR', sans-serif;
  font-size: 1.5rem;
}

.no-chose>div:nth-child(2n+2) {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
  margin-top: 10px;
}

.no-chose>div:nth-child(2n+2) a {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  width: 100%;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 35px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
}

.option-shiping-collect,
.option-shiping-ship {
  display: none;
}

.option-shiping-collect.active,
.option-shiping-ship.active {
  display: block;
}

.option-shiping-collect {
  line-height: 1.5rem;
}

.option-shiping-collect p {
  margin-bottom: 0 !important;
}

.option-shiping-collect p:nth-child(1) {
  margin-bottom: 14px !important;
}

#redeem {
  border-top: 1px solid #003525;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

#redeem .stitle {
  font-weight: 700;
  margin-bottom: 16px;
}

#redeem .redeem-description {
  margin-bottom: 16px;
}

#redeem .wrap-redeem .redeem-all {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}

#redeem .wrap-redeem .redeem-all input {
  width: calc(70% - 25px);
  margin-right: 25px;
  padding: 8px;
  background: #003525;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#redeem .wrap-redeem .redeem-all span {
  width: 30%;
  padding: 8px 13px;
  background: transparent;
  border: 1px solid #003525;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

#redeem .wrap-redeem .redeem-all span:hover {
  background: #003525;
  color: #fff;
}

#redeem .wrap-redeem .redeem-custom {
  display: flex;
  flex-wrap: wrap;
}

#redeem .wrap-redeem .redeem-custom input {
  width: calc(70% - 25px);
  margin-right: 25px;
  padding: 8px;
  color: #BDBDBD;
  text-align: center;
}

#redeem .wrap-redeem .redeem-custom input:nth-child(2n+2) {
  width: 30%;
  padding: 8px 13px;
  background: transparent;
  border: 1px solid #003525;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 0;
}

#redeem .wrap-redeem .redeem-custom input:nth-child(2n+2):hover {
  background: #003525;
  color: #fff;
}

#tabs-member-1 {
  padding: 0 !important;
  font-family: "Open Sans", sans-serif;
}

#tabs-member-1 .info-client {
  padding: 20px 16px 0;
}

#tabs-member-1 .total-point {
  padding: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background: #F5F2E9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#tabs-member-1 .table {
  display: flex;
  flex-wrap: wrap;
}

#tabs-member-1 .table .items {
  width: 100%;
  color: #003525;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F5F2E9;
}

#tabs-member-1 .table .items.head {
  background: #F5F2E9;
  font-weight: 700;
}

#tabs-member-1 .table .items.head>div {
  padding: 13px 16px;
}

#tabs-member-1 .table .items:nth-last-child(1) {
  border-bottom: 0;
}

#tabs-member-1 .table .items>div {
  padding: 30px 16px;
}

#tabs-member-1 .table .items>div:nth-child(5n+1) {
  width: 10%;
}

#tabs-member-1 .table .items>div:nth-child(5n+2) {
  width: 35%;
  text-decoration: underline;
}

#tabs-member-1 .table .items>div:nth-child(5n+3) {
  width: 15%;
  text-transform: capitalize;
}

#tabs-member-1 .table .items>div:nth-child(5n+4) {
  width: 10%;
}

#tabs-member-1 .table .items>div:nth-child(5n+5) {
  width: 30%;
}

#tabs-member-2 {
  font-family: "Open Sans", sans-serif;
}

#tabs-member-2 .info-client {
  display: flex;
  flex-wrap: wrap;
  color: #003525;
  margin-bottom: 10px;
}

#tabs-member-2 .info-client .thumnail {
  width: 15%;
}

#tabs-member-2 .info-client .wrap-title {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  background: #FAFAFA;
}

#tabs-member-2 .info-client .wrap-title .title {
  margin-bottom: 8px;
  width: 100%;
}

#tabs-member-2 .info-client .wrap-title .title a {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
}

#tabs-member-2 .info-client .wrap-title .time-history {
  width: 100%;
}

#tabs-member-2 .info-client .wrap-title .time-history .from span:nth-child(2n+1),
#tabs-member-2 .info-client .wrap-title .time-history .to span:nth-child(2n+1) {
  width: 15%;
}

#tabs-member-2 .info-client .wrap-title .time-history .from span:nth-child(2n+2),
#tabs-member-2 .info-client .wrap-title .time-history .to span:nth-child(2n+2) {
  width: 85%;
  font-weight: 700;
}

#tabs-member-2 .info-client .sub-action {
  background: #F5F2E9;
  align-items: flex-start;
  padding-top: 50px;
}

#tabs-member-3 {
  padding: 0 !important;
  font-family: "Open Sans", sans-serif;
}

#tabs-member-3 .stitle {
  font-weight: 700;
  margin-bottom: 15px;
}

#tabs-member-3 .info-client {
  padding: 20px 16px 0;
}

#tabs-member-3 .total-point {
  padding: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background: #F5F2E9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#tabs-member-3 .table {
  display: flex;
  flex-wrap: wrap;
}

#tabs-member-3 .table .items {
  width: 100%;
  color: #003525;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F5F2E9;
}

#tabs-member-3 .table .items.head {
  background: #F5F2E9;
  font-weight: 700;
}

#tabs-member-3 .table .items.head>div {
  padding: 13px 16px;
}

#tabs-member-3 .table .items:nth-last-child(1) {
  border-bottom: 0;
}

#tabs-member-3 .table .items>div {
  padding: 30px 16px;
}

#tabs-member-3 .table .items>div:nth-child(4n+1) {
  width: 10%;
}

#tabs-member-3 .table .items>div:nth-child(4n+2) {
  width: 50%;
  text-decoration: underline;
}

#tabs-member-3 .table .items>div:nth-child(4n+3) {
  width: 40%;
  text-align: right;
}

#tabs-member-4 {
  font-family: "Open Sans", sans-serif;
}

#tabs-member-4 .info-client-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#tabs-member-4 .info-client {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

#tabs-member-4 .info-client .form-row-name {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+1) {
  width: calc(60% - 27px);
  margin-right: 27px;
  display: flex;
  flex-wrap: wrap;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+1) label {
  width: 20%;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+1) .woocommerce-input-wrapper {
  width: 80%;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+1) .woocommerce-input-wrapper input {
  width: 100%;
  padding: 15px;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+2) {
  width: 40%;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+2) .woocommerce-input-wrapper {
  width: 100%;
}

#tabs-member-4 .info-client .form-row-name:nth-child(8n+2) .woocommerce-input-wrapper input {
  width: 100%;
  padding: 15px;
}

#tabs-member-4 .info-client .form-row-wide {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#tabs-member-4 .info-client .form-row-wide label {
  width: 11.5%;
}

#tabs-member-4 .info-client .form-row-wide .woocommerce-input-wrapper {
  width: calc(100% - 11.5%);
}

#tabs-member-4 .info-client .form-row-wide .woocommerce-input-wrapper input,
#tabs-member-4 .info-client .form-row-wide .woocommerce-input-wrapper select {
  width: 100%;
  padding: 15px;
}

#tabs-member-4 .change-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

#tabs-member-4 .change-info a {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 35px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
  border: 1px solid #003525 !important;
}

#tabs-member-4 .change-info a:hover {
  color: #003525 !important;
  background: #fff !important;
}

#tabs-member-4 .change-pass {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#tabs-member-4 .change-pass a {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 35px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
  border: 1px solid #003525 !important;
}

#tabs-member-4 .change-pass a:hover {
  color: #003525 !important;
  background: #fff !important;
}

#tabs-member-2 {
  font-family: "Open Sans", sans-serif;
}

#tabs-member-2 .subcri-order {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FAFAFA;
  padding: 15px;
}

#tabs-member-2 .subcri-order .subcri-order-id {
  width: 100%;
  color: #003525;
  font-weight: bold;
  margin-bottom: 15px;
}

#tabs-member-2 .subcri-order .subcri-order-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#tabs-member-2 .subcri-order .subcri-order-items .subcri-order-items-wrap {
  width: 50%;
  display: flex;
}

#tabs-member-2 .subcri-order .subcri-order-items .subcri-order-items-wrap .thumnail {
  width: 20%;
}

#tabs-member-2 .subcri-order .subcri-order-items a {
  color: #00251C;
}

#tabs-member-2 .subcri-order .subcri-order-items .thumnail {
  width: 20%;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  background: #FAFAFA;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .title {
  margin-bottom: 8px;
  width: 100%;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .title a {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  color: #00251C;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .title a:active, #tabs-member-2 .subcri-order .subcri-order-items .wrap-title .title a:visited {
  color: #00251C;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .title a:hover {
  color: #AF9863;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .time-history {
  width: 100%;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .time-history .from span:nth-child(2n+1),
#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .time-history .to span:nth-child(2n+1) {
  width: 15%;
}

#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .time-history .from span:nth-child(2n+2),
#tabs-member-2 .subcri-order .subcri-order-items .wrap-title .time-history .to span:nth-child(2n+2) {
  width: 85%;
  font-weight: 700;
}

.sub-action {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sub-action .group a {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 7px;
  font-weight: 700;
  text-transform: capitalize;
}

.sub-action .group a:nth-child(2n+1) {
  border: 1px solid #003525;
  color: #003525 !important;
}

.sub-action .group a:nth-child(2n+2) {
  border: 1px solid #003525;
  background: #003525;
  color: #fff;
}

.page-template-partner .meta-header>div img {
  display: none;
}

.page-template-partner .meta-header>div img.search-ico-2 {
  display: inline-block !important;
}

.page-template-partner .cart-header-number {
  background: #B99A60;
  color: #fff;
  padding: 3px;
}

.page-template-partner .masthead {
  background: #174933;
}

.page-template-partner .masthead .main-navigation ul.menu>li>a {
  color: #B99A60;
}

.page-template-partner .masthead .main-navigation ul.menu>li>a:after {
  background: #B99A60;
}

.page-template-partner .htitle {
  margin-top: 80px;
  margin-bottom: 44px;
}

.page-template-partner .description {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-template-partner .home-journal {
  background: #fff;
  padding-top: 0;
}

.page-template-partner .home-journal .listing .p-item {
  border: 0;
  background: transparent;
}

.page-template-partner .home-journal .listing .p-item .p-content {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  margin-top: 24px;
}

.page-template-partner .home-journal .listing .p-item .p-content .p-title {
  margin-bottom: 8px;
  font-size: 1.625rem;
}

.page-template-partner .home-journal .listing .p-item .p-content .p-description {
  margin-bottom: 24px;
  padding-bottom: 0;
  height: 76px;
  font-family: "Open Sans", sans-serif;
}

.page-template-partner .home-journal .listing .p-item .p-content .read-more {
  display: inline-block;
  padding: 14px 42px;
  border: 1px solid #003525;
  text-transform: uppercase;
  color: #003525;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

#form-contact-footer {
  background: rgba(235, 229, 211, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

#form-contact-footer>.ai-shape:nth-child(2n+1) {
  top: auto;
  left: 0;
  bottom: 0;
  width: 30%;
}

#form-contact-footer>.ai-shape:nth-child(2n+2) {
  top: auto;
  right: 0;
  bottom: 0;
  width: 30%;
}

#form-contact-footer .htitle {
  margin-top: 0;
}

#form-contact-footer .wrap-form-contact {
  width: 50%;
}

#form-contact-footer .wrap-form-contact label {
  margin-bottom: 8px;
}

#form-contact-footer .wrap-form-contact .wpforms-field {
  padding: 0;
}

#form-contact-footer .wrap-form-contact input {
  min-height: 50px;
}

#form-contact-footer .wrap-form-contact input,
#form-contact-footer .wrap-form-contact textarea {
  padding: 13px 14px;
  background: transparent;
  border: 1px solid #D1D6B8;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

#form-contact-footer .wrap-form-contact .wpforms-submit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#form-contact-footer .wrap-form-contact .wpforms-submit-container .wpforms-submit {
  display: inline-block;
  padding: 14px 42px;
  background: #003525;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.single-partner .meta-header>div img {
  display: none;
}

.single-partner .meta-header>div img.search-ico-2 {
  display: inline-block !important;
}

.single-partner .cart-header-number {
  background: #B99A60;
  color: #fff;
  padding: 3px;
}

.single-partner .masthead {
  background: #174933;
}

.single-partner .masthead .main-navigation ul.menu>li>a {
  color: #B99A60;
}

.single-partner .masthead .main-navigation ul.menu>li>a:after {
  background: #B99A60;
}

.single-partner .htitle {
  margin-top: 80px;
  margin-bottom: 104px;
}

.single-partner .sub-content {
  margin-bottom: 80px;
}

.page-template-home .home-product {
  background: none;
}

.product-cat-meta-head {
  margin-top: 60px;
  margin-bottom: 40px;
}

.product-cat-meta-head .description {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-landing-page .custom-content {
  margin-top: 80px;
}

.page-template-landing-page .custom-content .description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-landing-page .custom-content .description a {
  color: #AF9863 !important;
}

.page-template-landing-page .p-description {
  height: auto !important;
}

.page-template-landing-page .p-description a {
  color: #AF9863 !important;
}

.page-template-landing-page .p-description ul {
  margin: 0 0 1.5em !important;
}

.page-template-landing-page .values {
  margin-top: 80px;
  margin-bottom: 60px;
}

.page-template-landing-page .values .listing-values {
  display: flex;
  flex-wrap: wrap;
}

.page-template-landing-page .values .listing-values .title {
  text-align: center;
  margin-top: 1.25rem;
}

.page-template-landing-page .values .listing-values .title a {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  color: #00251C;
}

.page-template-landing-page .values .listing-values .items {
  margin-bottom: 30px;
}

.page-template-landing-page .values .listing-values .items img {
  width: 100%;
}

.page-template-landing-page .values .listing-values .items:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-landing-page .sub-content .wrap-sub-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 60px;
}

.page-template-landing-page .sub-content .wrap-sub-content .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 70px;
}

.page-template-landing-page .sub-content .wrap-sub-content .item:hover {
  box-shadow: none;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .text {
  width: 50%;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .text .ltitle {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 1;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .text .ltitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #003525;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .text .content {
  font-size: 1.2rem;
  line-height: 1.5;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .text .content a {
  color: #AF9863 !important;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .image {
  width: 50%;
  margin-right: 0;
}

.page-template-landing-page .sub-content .wrap-sub-content .item .image img {
  width: 100%;
}

.page-template-landing-page .sub-content .wrap-sub-content .item:nth-child(odd) .text {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
  padding-right: 40px;
}

.page-template-landing-page .sub-content .wrap-sub-content .item:nth-child(odd) .image {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-landing-page .sub-content .wrap-sub-content .item:nth-child(even) .text {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
  padding-left: 40px;
}

.page-template-landing-page .sub-content .wrap-sub-content .item:nth-child(even) .image {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
}

.page-template-landing-page .course-listing .home-journal .listing .p-item .p-content .p-title {
  text-align: center;
}

.page-template-landing-page .home-journal {
  margin-top: 40px;
}

.page-template-landing-page .home-journal .ai-shape {
  top: 0;
}

.page-template-landing-page .home-journal .ai-shape img {
  width: 60%;
}

.page-template-landing-page .bottom-image {
  margin-bottom: 80px;
}

.page-template-landing-page .bottom-image img {
  width: 100%;
}

.entry-content a,
.p-description a,
.wrap-sub-content .content a {
  color: #AF9863 !important;
}

.wrap-mid {
  padding-top: 20px;
  border-top: 1px solid #003525;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout-review-order-table tbody {
  display: none;
}

.singinup {
  display: flex;
  flex-wrap: wrap;
}

.singinup .wrap-singinup {
  display: flex;
  flex-wrap: wrap;
}

.singinup .wrap-singinup>.left {
  width: 50%;
  padding: 140px 70px;
}

.singinup .wrap-singinup>.left .ltitle {
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  color: #003525;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1;
}

.singinup .wrap-singinup>.left .ltitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #003525;
}

.singinup .wrap-singinup>.left .singinup-content #signup {
  position: relative;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row.policy {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row.policy input {
  margin-right: 5px;
  margin-top: 5px;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row label {
  width: 100%;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="text"],
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="email"],
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="password"],
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="submit"] {
  width: 100%;
  padding: 15px;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="text"].error,
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="email"].error,
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="password"].error,
.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="submit"].error {
  border: 1px solid red;
}

.singinup .wrap-singinup>.left .singinup-content #signup .sign-row input[type="submit"] {
  background: #003525;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.singinup .wrap-singinup>.right {
  width: 50%;
  padding: 140px 70px;
}

.singinup .wrap-singinup>.right .ltitle {
  font-family: "BegumR", sans-serif;
  font-size: 2.5rem;
  color: #003525;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1;
}

.singinup .wrap-singinup>.right .ltitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #003525;
}

.singinup .wrap-singinup>.right .singinup-content .sign-row {
  margin-bottom: 30px;
}

.singinup .wrap-singinup>.right .singinup-content .sign-row a {
  width: 100%;
  background: #003525;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.page-template-singin .wrap-singinup,
.page-template-singup .wrap-singinup {
  width: 100%;
}

.page-template-singin .subcri-footer,
.page-template-singup .subcri-footer {
  margin-top: 0;
}

.page-template-singup .singinup .wrap-singinup>.right {
  background: url("../img/back-signinup.png") center bottom/cover no-repeat;
}

.page-template-singin .singinup .wrap-singinup>.left {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
}

.page-template-singin .singinup .wrap-singinup>.left .sign-row.forgot {
  color: #003525;
  text-decoration: underline;
}

.page-template-singin .singinup .wrap-singinup>.right {
  order: 1;
  -ms-order: 1;
  -webkit-order: 1;
  background: url("../img/back-signinup.png") center bottom/cover no-repeat;
}

.zenzweb-faq .zenzweb-faq-wrap {
  margin-top: 100px;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item {
  width: 50%;
  padding: 20px;
  float: left;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-title {
  font-family: "Begum05", sans-serif;
  font-size: 1.625rem;
  color: #003525;
  margin-bottom: 15px;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap {
  margin-bottom: 15px;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap .faq-item-answer-title {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 15px;
  background: #F5F2E9;
  display: flex;
  align-items: center;
  position: relative;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap .faq-item-answer-title .control {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap .faq-item-answer-content {
  display: none;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap .faq-item-answer-content.active {
  display: block;
}

.zenzweb-faq .zenzweb-faq-wrap .faq-item .faq-item-answer .faq-item-answer-wrap .faq-item-answer-content p {
  margin-bottom: 10px !important;
}

#place_order {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  border: transparent !important;
  outline: 0 !important;
}

#place_order:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/paypal.png") center/contain no-repeat, #ebe9eb;
  z-index: 2;
}

.woocommerce-terms-and-conditions-wrapper .validate-required {
  margin-bottom: 0;
}

#popup-all {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999999999999999999;
}

#popup-all.show {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#popup-all .popup-all-wrap {
  background: #fff;
  width: 40%;
  position: relative;
}

#popup-all .popup-all-wrap .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

#popup-all .popup-all-wrap .close:after {
  content: "x";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #00251C;
  top: -4px;
  font-weight: normal;
}

#popup-all .popup-all-wrap .close:hover {
  background: #00251C;
}

#popup-all .popup-all-wrap .close:hover:after {
  color: #fff;
}

#popup-all .popup-all-wrap .popup-all-page {
  display: flex;
  flex-wrap: wrap;
}

#popup-all .popup-all-wrap .popup-all-page>.left {
  width: 50%;
}

#popup-all .popup-all-wrap .popup-all-page>.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#popup-all .popup-all-wrap .popup-all-page>.right {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#popup-all .popup-all-wrap .popup-all-page>.right .wrap .htitle {
  font-family: "Begum05", sans-serif;
  font-size: 1.875rem;
  text-align: center;
}

#popup-all .popup-all-wrap .popup-all-page>.right .wrap .description {
  text-align: center;
}

#popup-all .popup-all-wrap .popup-all-page>.right .wrap .form-popup {
  text-align: center;
  width: 100%;
  position: relative;
}

#popup-all .popup-all-wrap .popup-all-page>.right .wrap .form-popup input {
  width: 100%;
  max-width: 100%;
  padding: 13px 5px;
}

#popup-all .popup-all-wrap .popup-all-page>.right .wrap .form-popup button[type="submit"],
#popup-all .popup-all-wrap .popup-all-page>.right .wrap .form-popup input[type="submit"] {
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 35px !important;
  background: #003525 !important;
}

.link-product-subcription {
  width: 100%;
  display: inline-block;
}

.link-product-subcription>a {
  margin-top: 20px;
  display: block;
  width: 100%;
}

.link-product-subcription img {
  width: 100%;
}

.btnz {
  padding: .375rem .75rem;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  background-color: #003525;
  margin: 4px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -8px);
  transform: rotate(45deg) translate(-4px, -8px);
}

.search-form {
  align-items: center;
  margin-top: 5px;
}

.search-form.show {
  display: flex;
}

.search-form label {
  margin-bottom: 0;
}

.search-form .search-field {
  padding: 10px;
  border-radius: 20px;
}

.search-form .search-field:focus {
  outline: 0;
}

.search-form .search-submit {
  right: 5px;
  border-radius: 20px;
  background: #003525;
  color: #fff;
}

.search-header {
  cursor: pointer;
}

.search-header .search-form {
  display: none;
  position: absolute;
  align-items: center;
  margin-top: 5px;
}

.search-header .search-form.show {
  display: flex;
}

.search-header .search-form label {
  margin-bottom: 0;
}

.search-header .search-form .search-field {
  padding: 10px;
  border-radius: 20px;
}

.search-header .search-form .search-field:focus {
  outline: 0;
}

.search-header .search-form .search-submit {
  position: absolute;
  right: 5px;
  border-radius: 20px;
  background: #003525;
  color: #fff;
}

.search-no-results .page-content {
  margin-bottom: 40px !important;
}

.search-results .page-title {
  font-family: Begum05, sans-serif;
  font-size: 1.25rem;
}

.search-results .entry-summary {
  overflow: hidden;
}

.search-results .wrap-search-item {
  display: flex;
  flex-wrap: wrap;
}

.search-results .wrap-search-item article {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.search-results .wrap-search-item article .entry-meta,
.search-results .wrap-search-item article time {
  color: #003525;
}

.search-results .wrap-search-item article .entry-title {
  margin-top: 10px;
}

.search-results .wrap-search-item article .entry-title a {
  font-family: "Begum05", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  color: #003525;
}

.search-results .wrap-search-item article:nth-child(3n+3) {
  margin-right: 0;
}

.zenzweb-career a {
  color: #AF9863 !important;
}

.zwc_error_sending {
  display: none;
}

.zwc_error_sending.show {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.woocommerce-lost-password .htitle,
.zwc-lost-password .htitle {
  margin-bottom: 0;
}

.woocommerce-lost-password .htitle:after,
.zwc-lost-password .htitle:after {
  display: none;
}

.woocommerce-lost-password .form-row,
.zwc-lost-password .form-row {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-lost-password button[type="submit"],
.zwc-lost-password button[type="submit"] {
  background: #003525;
  color: #fff;
}

#redeem-form {
  position: relative;
}

#redeem-form .redeem-after,
#redeem-form .redeem-before {
  display: none;
  width: 100%;
}

#redeem-form .redeem-after.show,
#redeem-form .redeem-before.show {
  display: flex;
}

.active-btn-policy {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 35px;
  height: 20px;
  background: #C2C2C2;
  margin: 5px;
  position: relative;
}

.active-btn-policy:focus {
  outline: 0;
}

.active-btn-policy span {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.active-btn-policy.fixed {
  background: rgba(33, 185, 30, 0.5);
}

.active-btn-policy.fixed span {
  left: calc((100% - 18px) - 1px);
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.active-btn-policy.active {
  background: #21b91e;
}

.active-btn-policy.active span {
  left: calc((100% - 18px) - 1px);
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background: #fff;
  z-index: 99999999999999;
  font-family: OpenSans, sans-serif;
}

#cookie-policy .cookie-policy-wrap .title {
  color: #003525;
  font-weight: 600;
  font-family: OpenSans, sans-serif;
  font-size: 1.4rem;
}

#cookie-policy .cookie-policy-wrap .excerpt {
  color: #003525;
  font-family: OpenSans, sans-serif;
  font-size: 1rem;
}

#cookie-policy .cookie-policy-wrap .learn-more {
  width: 50%;
  float: left;
  text-align: left;
}

#cookie-policy .cookie-policy-wrap .learn-more a {
  color: #998866;
}

#cookie-policy .cookie-policy-wrap .control {
  width: 50%;
  float: left;
  text-align: right;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap {
  margin-right: 10%;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap .item {
  display: inline-block;
  margin-right: 40px;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap .item .manager {
  padding: 7px 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  border: 1px solid #003525;
  color: #003525;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  min-width: 105px;
  font-weight: 600;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap .item .manager:hover {
  background: #003525;
  color: #fff;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap .item input[type="submit"] {
  padding: 7px 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #003525;
  border: 1px solid #003525;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  min-width: 105px;
  font-weight: 600;
}

#cookie-policy .cookie-policy-wrap .control .control-wrap .item input[type="submit"]:hover {
  background: #fff;
  color: #003525;
}

.img-banner-full {
  min-width: 300px !important;
}

.img-banner-full>a {
  height: 100%;
  object-fit: cover;
  padding: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  #cookie-policy .cookie-policy-wrap .control {
    width: 100%;
    margin-top: 10px;
  }

  #cookie-policy-popup .cookie-policy-popup-wrap {
    width: 90% !important;
  }
}

#cookie-policy-popup {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999999;
  overflow-y: auto;
}

#cookie-policy-popup.avai {
  display: flex;
}

#cookie-policy-popup .cookie-policy-popup-wrap {
  width: 40%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background: #fff;
  padding: 30px;
}

#cookie-policy-popup .cookie-policy-popup-wrap .title {
  color: #003525;
  font-weight: 600;
  font-family: OpenSans, sans-serif;
  font-size: 1.4rem;
}

#cookie-policy-popup .cookie-policy-popup-wrap .excerpt {
  color: #003525;
  font-family: OpenSans, sans-serif;
  font-size: 1rem;
}

#cookie-policy-popup .cookie-policy-popup-wrap .selected .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(185, 154, 96, 0.5);
}

#cookie-policy-popup .cookie-policy-popup-wrap .selected .item>.left {
  width: 70%;
}

#cookie-policy-popup .cookie-policy-popup-wrap .selected .item>.right {
  width: 30%;
  text-align: right;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B99A60;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control .control-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control .control-wrap .item .reject {
  color: #B99A60;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control .control-wrap .item .accept {
  color: #003525;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control .control-wrap .item a {
  margin-left: 30px;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control .control-wrap .item a:focus {
  outline: 0;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item {
  width: 50%;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item:nth-child(2n+1) {
  text-align: left;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item:nth-child(2n+2) {
  text-align: right;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item .back {
  padding: 7px 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  border: 1px solid #003525;
  color: #003525;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item .back:hover {
  background: #003525;
  color: #fff;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item .save {
  padding: 7px 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  border: 1px solid #003525;
  color: #003525;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}

#cookie-policy-popup .cookie-policy-popup-wrap .control-popup .item .save:hover {
  background: #003525;
  color: #fff;
}

.comment-button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.comment-button a {
  display: inline-block;
  padding: 8px 25px;
  background: #003525;
  color: #fff;
  text-decoration: none;
  border: 1px solid #003525;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment-button a:hover {
  background: #fff;
  color: #003525;
  border: 1px solid #003525;
}

#change-pass-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#change-pass-popup.avai {
  display: flex;
}

#change-pass-popup .error {
  text-align: center;
  width: 100%;
}

#change-pass-popup .change-pass-popup-wrap {
  width: 40%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px;
  background: #fff;
  display: inline-block !important;
  height: auto !important;
  position: relative;
}

#change-pass-popup .change-pass-popup-wrap .close-success {
  background: #003525 !important;
  border: 1px solid #003525 !important;
  height: 20px;
  width: 20px;
  background: #003525 !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#change-pass-popup .change-pass-popup-wrap .close-success:hover {
  background: #003525;
  color: #fff;
}

#change-pass-popup .change-pass-popup-wrap .cancel {
  margin-top: 15px;
  width: auto !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 25px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
  border: 1px solid #003525 !important;
}

#change-pass-popup .change-pass-popup-wrap .cancel:hover {
  background: #003525;
  color: #fff;
}

#change-pass-popup .change-pass-popup-wrap table tr {
  width: 100%;
  display: flex;
}

#change-pass-popup .change-pass-popup-wrap table th {
  width: 30%;
  display: inline-block;
}

#change-pass-popup .change-pass-popup-wrap table td {
  width: 70%;
  display: inline-block;
}

#change-pass-popup .change-pass-popup-wrap table td input {
  width: 100%;
}

#change-pass-popup .change-pass-popup-wrap .form-row {
  margin-bottom: 15px;
}

#change-pass-popup .change-pass-popup-wrap .control {
  text-align: center;
  width: 50% !important;
}

#change-pass-popup .change-pass-popup-wrap .control input {
  margin-top: 15px;
  width: auto !important;
  text-transform: uppercase !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 25px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background: #003525 !important;
  border: 1px solid #003525 !important;
}

#change-pass-popup .change-pass-popup-wrap .control input:hover {
  background: #003525;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #change-pass-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
  }

  #change-pass-popup.avai {
    display: flex;
  }

  #change-pass-popup .change-pass-popup-wrap {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
    background: #fff;
  }

  #change-pass-popup .change-pass-popup-wrap table tr {
    width: 100%;
  }

  #change-pass-popup .change-pass-popup-wrap table th {
    width: 100%;
  }

  #change-pass-popup .change-pass-popup-wrap table td {
    width: 100%;
  }

  #change-pass-popup .change-pass-popup-wrap table td input {
    width: 100%;
  }

  #change-pass-popup .change-pass-popup-wrap .form-row {
    margin-bottom: 15px;
  }

  #change-pass-popup .change-pass-popup-wrap .control {
    text-align: center;
    margin-top: 15px;
    width: 50% !important;
  }

  #change-pass-popup .change-pass-popup-wrap .control input {
    margin-top: 15px;
    width: auto !important;
    text-transform: uppercase !important;
    color: #fff !important;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 25px !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    background: #003525 !important;
    border: 1px solid #003525 !important;
  }

  #change-pass-popup .change-pass-popup-wrap .control input:hover {
    background: #fff;
    color: #003525;
  }
}

#popup-detail-order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999999999999;
  overflow-y: auto;
}

#popup-detail-order table {
  border-collapse: collapse;
}

#popup-detail-order table td,
#popup-detail-order table tr {
  border: 1px solid #000;
}

#popup-detail-order table td,
#popup-detail-order table th {
  padding: 5px;
}

#popup-detail-order.avai {
  display: flex;
}

#popup-detail-order .popup-detail-order-wrap {
  width: 50%;
  padding: 30px;
  background: #fff;
  position: relative;
}

#popup-detail-order .close-detail {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
}

#popup-detail-order .close-detail a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #003525;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #popup-detail-order .popup-detail-order-wrap {
    margin-top: 250px;
    width: 90%;
    padding: 15px;
    background: #fff;
  }
}

.bottom-content {
  z-index: 4;
  position: relative;
}

.rating .number-rating {
  font-size: 1.2rem;
  font-weight: bold;
}

.rating .form-rating {
  display: flex;
  flex-wrap: wrap;
}

.rating .form-rating .cal-rating {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb401;
  font-size: 2rem;
}

.rating .form-rating .cal-rating .fa {
  margin-left: 3px;
}

.rating .form-rating .listing-rating {
  width: 50%;
}

.rating .form-rating .listing-rating .item {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.rating .form-rating .listing-rating .item .star-title {
  width: 15%;
  color: #00a85a;
  font-weight: bold;
  text-align: center;
}

.rating .form-rating .listing-rating .item .star-process {
  width: 60%;
  background: #ebebeb;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.rating .form-rating .listing-rating .item .star-process span {
  position: absolute;
  height: 100%;
  background: #ffb401;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  left: 0;
  top: 0;
}

.rating .form-rating .listing-rating .item .star-process span.full {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.rating .form-rating .listing-rating .item .star-number-rating {
  width: 25%;
  text-align: center;
}

.rating .form-rating .listing-rating .item .star-number-rating.active {
  color: #00a85a;
  font-weight: bold;
}

.rating .form-rating .rating-now {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating .form-rating .rating-now a {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffb401;
  color: #ffb401;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
}

.fa-star.checked {
  color: #AF9863;
}

#popup-rating {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}

#popup-rating .popup-rating-main {
  width: 100%;
}

#popup-rating .popup-rating-main .popup-rating .comment-rating label {
  font-weight: bold !important;
  font-family: Opensans, sans-serif !important;
}

#popup-rating .popup-rating-main .popup-rating .comment-rating-item {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}

#popup-rating .popup-rating-main .popup-rating .comment-rating-item input {
  display: none;
}

#popup-rating .popup-rating-main .popup-rating #file-rating-image {
  display: none;
}

#popup-rating .popup-rating-main .popup-rating input,
#popup-rating .popup-rating-main .popup-rating textarea {
  border: 1px solid #D1D6B8;
  width: 100% !important;
  padding: 10px !important;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info label {
  font-weight: bold !important;
  font-family: Opensans, sans-serif !important;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info label,
#popup-rating .popup-rating-main .popup-rating .wrap-info p {
  width: 100% !important;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-author {
  width: 50%;
  display: inline-block;
  float: left;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-author .item {
  width: 50px;
  display: inline-block;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-author .item input {
  width: auto;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-author input {
  width: calc(100% - 120px);
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-email {
  width: 50%;
  display: inline-block;
  float: left;
}

#popup-rating .popup-rating-main .popup-rating .wrap-info .comment-form-email input {
  width: 100%;
}

#popup-rating .popup-rating-main .popup-rating .form-submit {
  width: 100%;
  margin-top: 0;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}

#popup-rating .popup-rating-main .popup-rating .form-submit input {
  text-transform: uppercase;
  right: 10px;
  border-radius: 25px;
  background: #003525;
  color: #fff;
  font-weight: 600;
  padding: 9px 23px !important;
  width: auto !important;
  display: block;
}

#popup-rating .popup-rating-main .popup-rating .noti-popup {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  width: 30%;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#popup-rating .popup-rating-main .popup-rating .noti-popup div:nth-child(3n+2) {
  font-size: 1.2rem;
  color: #00a85a;
}

.close-rating {
  position: absolute;
  top: 60px;
  right: 28%;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 5px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.close-rating:before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  background: #d2cbcb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: rotate(45deg);
  top: 5px;
  left: 50%;
  position: absolute;
}

.close-rating:after {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background: #d2cbcb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  position: absolute;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: auto;
  display: none;
  z-index: 9999999;
}

.popup-wrap.available {
  display: flex;
}

.popup-wrap .noti-popup {
  padding: 50px;
  text-align: center;
  line-height: 2.5;
}

.popup-wrap .noti-popup div:nth-child(3n+2) {
  font-size: 1.2rem;
  color: #003525;
}

.popup-wrap span.cart-close {
  position: absolute;
  top: 60px;
  right: 33%;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 5px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.popup-wrap span.cart-close:before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  background: #d2cbcb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: rotate(45deg);
  top: 5px;
  left: 50%;
  position: absolute;
}

.popup-wrap span.cart-close:after {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background: #d2cbcb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  position: absolute;
}

.popup-wrap #popup-checkout {
  background: #eee;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
  margin-bottom: 70px;
  width: 30%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.popup-wrap #popup-checkout #checkout {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.popup-wrap #popup-checkout #checkout .title {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}

.popup-wrap #popup-checkout #checkout #billing_gender_field {
  width: 100%;
  margin-bottom: 0 !important;
}

.popup-wrap #popup-checkout #checkout #billing_gender_field .woocommerce-input-wrapper {
  width: 80%;
}

.popup-wrap #popup-checkout #checkout #billing_first_name_field {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.popup-wrap #popup-checkout #checkout #billing_first_name_field input {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout #billing_phone_field {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.popup-wrap #popup-checkout #checkout #billing_phone_field input {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout #billing_address_1_field {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout #billing_address_1_field input {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout #order_comments {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout .error {
  width: 100% !important;
}

.popup-wrap #popup-checkout #checkout #buy-quick-buy {
  background: #003525;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.popup-wrap #popup-checkout #checkout .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

.popup-wrap #popup-checkout #checkout .form-row label {
  width: 20%;
}

.popup-wrap #popup-checkout #checkout .form-row label .optional {
  display: none;
}

.popup-wrap #popup-checkout #checkout .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.popup-wrap #popup-checkout #checkout .form-row .woocommerce-input-wrapper label {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 3px;
  position: relative;
  top: -2px;
}

.popup-wrap #popup-checkout #checkout .form-row .woocommerce-input-wrapper input {
  width: auto;
}

.popup-wrap #popup-checkout #checkout .form-row input,
.popup-wrap #popup-checkout #checkout .form-row textarea {
  width: 100%;
  padding: 7px 3px;
}

.popup-wrap #popup-checkout #popup-form-cart {
  padding: 30px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  position: relative;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c4b6b6;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .left {
  width: 15%;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid {
  width: 75%;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid .title {
  font-size: 1rem;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid .price span {
  font-size: 0.8rem;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid .price del {
  margin-right: 5px;
  color: #a4a4a4;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid .price ins {
  float: left;
  margin-right: 5px;
  color: #e41d1d;
  background: transparent;
  font-weight: bold;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .mid .price .percent {
  color: #e41d1d;
  font-weight: bold;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .right {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-wrap #popup-checkout #popup-form-cart .listing-cart .item .right input {
  width: 3.631em;
  text-align: center;
}

.popup-wrap #popup-checkout .total-cart {
  width: 100%;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
}

.popup-wrap #popup-checkout .total-cart .amount {
  color: #e41d1d;
}

.quick-buy {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  background: #e41d1d;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}

.quick-buy:focus, .quick-buy:hover {
  color: #fff;
  text-decoration: none;
}

.quick-buy>span {
  display: block;
}

.quick-buy>span:nth-child(2n+1) {
  font-size: 1.2rem;
  font-weight: bold;
}

.quick-buy>span:nth-child(2n+1) .fa {
  position: relative;
  bottom: 2px;
  margin-right: 3px;
}

.quick-buy>span:nth-child(2n+2) {
  font-size: 1rem;
}

.single-product .add_to_cart_button {
  margin-bottom: 20px !important;
  display: inline-block !important;
  width: 100%;
  background: #003525 !important;
  color: #fff !important;
  text-align: center;
  padding: 20px 10px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  text-decoration: none;
  font-size: 1rem;
}

.single-product .add_to_cart_button:focus, .single-product .add_to_cart_button:hover {
  color: #fff;
  text-decoration: none;
}

.single-product .added_to_cart {
  margin-bottom: 20px !important;
  display: none !important;
}

.loading-cart {
  position: absolute;
  width: 100%;
  height: 100%;
}

.loading-cart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ajax-loader.gif") center/20px no-repeat, rgba(255, 255, 255, 0.6);
  z-index: 99;
}

@media screen and (max-width: 1024px) {

  .main-navigation.toggled ul,
  .menu-toggle {
    display: block !important;
  }

  .nav-top-header {
    z-index: 9999999999999999999999999;
    position: relative;
  }

  .nav-top-header.fixed {
    transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
  }

  .nav-top-header.fixed.show {
    z-index: 99999999;
  }

  .main-navigation ul.nav-menu {
    position: fixed;
    top: 0;
    left: -200vw;
    width: 80vw;
    height: 100%;
    background: #fff;
    z-index: 9999999999999999999999999;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
  }

  .main-navigation.toggled ul li>ul.sub-menu.show-cat {
    position: relative;
  }

  .main-navigation.toggled ul ul {
    box-shadow: none;
  }

  .main-navigation.toggled ul.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    background: #fff;
    z-index: 9999999999999999999999999;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    overflow-y: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }

  .main-navigation.toggled ul.nav-menu>li {
    width: 100%;
    position: relative;
  }

  .main-navigation.toggled ul.nav-menu>li ul.sub-menu {
    left: -999em;
  }

  .main-navigation.toggled ul.nav-menu>li.show-cat ul.sub-menu {
    left: auto;
    position: relative;
  }

  .main-navigation.toggled ul.nav-menu>li.show-cat>a {
    position: relative;
    z-index: 2;
  }

  .main-navigation.toggled ul.nav-menu>li.show-cat>a:after {
    content: "-";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    color: #003525;
  }

  .main-navigation.toggled ul.nav-menu>li.show-cat:after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    color: #003525;
  }

  .main-navigation.toggled ul.nav-menu>li.menu-item-has-children.show-cat:after {
    content: "-";
    height: 55px;
    z-index: 20 !important;
  }

  .main-navigation.toggled ul.nav-menu>li.menu-item-has-children.focus>a {
    position: relative;
    z-index: 2;
  }

  .main-navigation.toggled ul.nav-menu>li.menu-item-has-children.focus>a:after {
    content: "-";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 20 !important;
    right: 0;
    top: 0;
    color: #003525;
  }

  .main-navigation.toggled ul.nav-menu>li.menu-item-has-children:after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 20 !important;
    right: 0;
    top: 0;
    color: #003525;
  }

  .main-navigation.toggled ul.nav-menu>li.focus .sub-menu {
    position: relative;
    left: 0;
    column-count: 1 !important;
  }

  .main-navigation.toggled ul.nav-menu>li>a {
    font-weight: 700 !important;
  }

  .main-navigation.toggled ul.nav-menu>li a {
    margin: 0 !important;
    z-index: 10 !important;
    font-weight: normal;
    width: 100%;
  }

  .sub-menu {
    column-count: 1 !important;
  }

  .masthead {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .masthead .site-branding {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
  }

  .masthead .main-navigation {
    width: 50%;
  }

  .masthead .main-navigation ul.menu>li:hover ul ul li a {
    padding: 15px 20px;
  }

  .masthead .main-navigation ul.menu>li a {
    padding: 15px 20px;
    border-bottom: 1px solid #003525;
  }

  .masthead .main-navigation ul.menu>li a:hover:after {
    display: none;
  }

  .masthead .main-navigation ul.menu>li>ul.sub-menu li {
    max-width: 100% !important;
  }

  .masthead .meta-header {
    width: 50%;
  }

  .masthead .meta-header .search-form {
    right: 5px;
    width: calc(100% - 10px);
  }

  .masthead .meta-header .search-form .search-field {
    width: 100%;
  }

  .masthead .meta-header .search-form label {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .listing {
    width: 100%;
  }

  .listing.four {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .listing.four .item {
    width: calc(100% / 2 - 15px / 2);
    margin-right: calc(15px * 1 / 1);
    text-align: center;
    font-size: 1.2rem;
    color: #003525;
    margin-bottom: 15px;
  }

  .listing.four .item:nth-child(2n+2), .listing.four .item:nth-child(4n+4) {
    margin-right: 0;
  }

  .listing.four .item .title {
    font-family: "Begum05", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .listing.four .item .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .listing.four .item img {
    width: 100%;
  }

  .product-wrap .p-item {
    width: calc(100% / 2 - 15px / 2);
    margin-right: calc(15px * 1 / 1);
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #EFEEE2;
  }

  .product-wrap .p-item:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  .home-product .product-wrap .p-item {
    width: calc(100% / 2 - 15px / 2);
    margin-right: calc(15px * 1 / 1);
    text-align: center;
    padding-bottom: 15px;
    background: #EFEEE2;
  }

  .home-product .listing {
    margin-top: 30px;
  }

  .ui-tabs .ui-tabs-nav {
    overflow: auto;
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 7px 25px !important;
  }

  .ui-tabs .ui-tabs-nav li {
    margin: 0;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-about {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .explore {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .home-journal {
    padding-bottom: 30px;
  }

  .home-follow {
    padding-bottom: 40px;
  }

  .home-follow .item .follow img {
    width: auto;
  }

  .home-journal .listing .p-item {
    width: 100%;
    margin-right: 0;
  }

  .home-journal .view-all {
    margin-top: 0;
  }

  .site-footer .wrap-top .col-one {
    width: 100%;
  }

  .site-footer .wrap-top .col-two {
    width: 100%;
  }

  .site-footer .wrap-top .col-two .title {
    padding-top: 20px;
  }

  .site-footer .wrap-top .col-three {
    width: 100%;
  }

  .site-footer .wrap-top .col-three .social ul li {
    width: calc(100% / 4 - 20px);
  }

  .site-footer .wrap-mid {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .site-footer .wrap-mid ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .site-footer .wrap-bottom {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .site-footer .wrap-bottom ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  #popup-all {
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  #popup-all .popup-all-wrap {
    width: 90%;
  }

  #popup-all .popup-all-wrap .popup-all-page>.left {
    width: 100%;
  }

  #popup-all .popup-all-wrap .popup-all-page>.left img {
    display: none;
  }

  #popup-all .popup-all-wrap .popup-all-page>.right {
    width: 100%;
  }

  #popup-checkout .popup-wrap-footer {
    width: 90%;
  }

  .single-product .single-cart {
    flex-wrap: wrap;
  }

  .popup-delivery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 0;
    align-items: center;
    width: 100%;
  }

  .tea-info {
    margin-bottom: 30px;
  }

  .tea-info .tea-info-wrap .item {
    width: 100%;
    margin-right: 0;
    text-align: center;
    background: #EFEEE2;
    padding: 15px;
    color: #003525;
  }

  .tea-content {
    margin-bottom: 0;
  }

  .tea-content .spec {
    flex-wrap: wrap;
  }

  .tea-content .spec h5 {
    min-width: 40%;
  }

  .woocommerce-page .product-wrap {
    margin-bottom: 0;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content {
    margin-bottom: 0;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item .text,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item .text {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item .image,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item .image {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(even) .text,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(even) .text {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(even) .image,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(even) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(odd) .text,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(odd) .text {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-template-wellbeing .sub-content .wrap-sub-content .item:nth-child(odd) .image,
  .zenweb-wellbeing-template .sub-content .wrap-sub-content .item:nth-child(odd) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  .page-template-wellbeing .discover .chose-discover .item,
  .zenweb-wellbeing-template .discover .chose-discover .item {
    width: calc(100% / 2 - 10px);
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-cat-meta-head .description {
    width: 100%;
  }

  .page-template-teahouse .top-content .mid .wrap {
    padding: 80px 15px;
  }

  .page-template-teahouse .top-content .bottom .item,
  .page-template-teahouse .top-content .top .item {
    width: 100%;
    margin-right: 0;
    border: 1px solid rgba(0, 53, 37, 0.4);
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item .text {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item .image {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(odd) .text {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(odd) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(even) .text {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-template-teahouse .sub-content .wrap-sub-content .item:nth-child(even) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  #form-contact-footer .htitle {
    margin-bottom: 20px;
  }

  #form-contact-footer .wrap-form-contact {
    width: 90%;
  }

  .custom-content .description {
    width: 100% !important;
  }

  .page-template-about .values .listing-values .items .image {
    width: 100%;
  }

  .page-template-about .values .listing-values .items .content {
    width: 100%;
    padding: 15px;
  }

  .page-template-about .values .listing-values .items:nth-child(even) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  .page-template-about .values .listing-values .items:nth-child(even) .content {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-template-about .values .listing-values .items:nth-child(odd) .image {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }

  .page-template-about .values .listing-values .items:nth-child(odd) .content {
    order: 2;
    -ms-order: 2;
    -webkit-order: 2;
  }

  .page-thumbnail {
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-thumbnail img {
    transform: scale(2.5);
  }

  .choose-journal .select-journal {
    overflow: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .choose-journal .select-journal .item {
    padding: 15px 20px;
    white-space: pre;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  #tea-finder .tea-finder-wrap {
    width: 96%;
    padding: 20px 20px 80px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  #tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item {
    width: calc(100% / 2);
  }

  #tea-finder .tea-finder-wrap .tea-finder-inner .tea-finder-listing .item.first {
    margin: 15px;
  }

  .slick-controls {
    z-index: 10;
  }

  .page-template-singin .singinup .wrap-singinup>.left,
  .page-template-singup .singinup .wrap-singinup>.left {
    width: 100%;
    padding: 50px 15px;
  }

  .page-template-singin .singinup .wrap-singinup>.right,
  .page-template-singup .singinup .wrap-singinup>.right {
    width: 100%;
    padding: 50px 15px;
  }

  .subcri-footer .wrap-subcri-footer {
    width: 90%;
  }

  .hdescription {
    width: 100% !important;
  }

  .page-template-member .top-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #tabs-member-1 .table .items>div:nth-child(5n+1) {
    width: 25%;
  }

  #tabs-member-1 .table .items>div:nth-child(5n+2) {
    width: 25%;
  }

  #tabs-member-1 .table .items>div:nth-child(5n+3) {
    width: 25%;
  }

  #tabs-member-1 .table .items>div:nth-child(5n+4) {
    width: 25%;
  }

  #tabs-member-1 .table .items>div:nth-child(5n+5) {
    width: 100%;
  }

  #tabs-member-2 .subcri-order {
    width: 100%;
  }

  #tabs-member-2 .subcri-order .subcri-order-items .subcri-order-items-wrap .thumnail {
    width: 100%;
  }

  #tabs-member-2 .subcri-order .subcri-order-items .subcri-order-items-wrap .wrap-title {
    width: 100%;
  }

  #tabs-member-2 .info-client .sub-action {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #tabs-member-3 .table .items>div:nth-child(4n+1) {
    width: 40%;
  }

  #tabs-member-3 .table .items>div:nth-child(4n+2) {
    width: 40%;
  }

  #tabs-member-3 .table .items>div:nth-child(4n+3) {
    width: 20%;
  }

  #tabs-member-4 .info-client {
    padding: 0;
  }

  #tabs-member-4 .info-client .form-row-name:nth-child(8n+1) {
    width: 100%;
    margin-right: 0;
  }

  #tabs-member-4 .info-client .form-row-name:nth-child(8n+1) .woocommerce-input-wrapper {
    width: 100%;
  }

  #tabs-member-4 .info-client .form-row-name:nth-child(8n+1) label {
    width: 100%;
  }

  #tabs-member-4 .info-client .form-row-name:nth-child(8n+2) {
    width: 100%;
  }

  #tabs-member-4 .info-client .form-row-wide .woocommerce-input-wrapper {
    width: 100%;
  }

  #tabs-member-4 .info-client .form-row-wide label {
    width: 100%;
  }

  .gift-footer .wrap-gift-footer .gift-listing .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .brewing-guide .listing-guide .items {
    width: calc(100% / 2 - (15px * 1 / 2));
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .brewing-guide .listing-guide .items:nth-child(3n+3) {
    margin-right: 15px;
  }

  .brewing-guide .listing-guide .items:nth-child(2n+2) {
    margin-right: 0;
  }

  .single-post .site-main .entry-content {
    width: 100%;
  }

  .career-images .listing-images .items {
    width: calc(100% / 2 - (15px * 1 / 2));
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .career-images .listing-images .items:nth-child(3n+3) {
    margin-right: 15px;
  }

  .career-images .listing-images .items:nth-child(2n+2) {
    margin-right: 0;
  }

  .zenzweb-faq .zenzweb-faq-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .zenzweb-faq .zenzweb-faq-wrap .faq-item {
    width: 100%;
    padding: 0;
    float: left;
  }

  .page-template-subcri .subscri-listing-plan>.wrap .items {
    margin-bottom: 50px;
  }

  .page-template-subcri .subscri-listing-plan>.wrap .items .image {
    width: 100%;
    margin-right: 0;
  }

  .page-template-subcri .subscri-listing-plan>.wrap .items .content {
    width: 100%;
  }

  .page-template-subcri .subscri-listing-plan>.wrap .items .content .hdescription {
    margin-bottom: 10px;
  }

  .dropdown-cart {
    width: calc(100vw - 60px) !important;
    min-height: 83vh;
  }

  .checkout-product #popup-form-cart .listing-cart {
    width: 100%;
    margin-right: 0;
  }

  .checkout-product #popup-form-cart .listing-cart .item .attr-item .label {
    width: 35%;
  }

  .checkout-product #popup-form-cart .listing-cart .item .attr-item .attr-da {
    width: 65%;
  }

  .checkout-product #popup-form-cart .total-cart {
    width: 100%;
  }

  #product-donation .wrap .detail .thumbnail {
    width: 50%;
  }

  #product-donation .wrap .detail .detail-wrap {
    width: 100%;
    padding-left: 0;
  }

  .may-like-cart .product-wrap .p-item {
    width: calc(100% / 2 - (15px * 1 / 2));
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .may-like-cart .product-wrap .p-item:nth-child(3n+3) {
    margin-right: 15px;
  }

  .may-like-cart .product-wrap .p-item:nth-child(2n+2) {
    margin-right: 0;
  }

  #checkout-info .wrap-checkout-info2>.left {
    width: 100% !important;
    border-right: 0;
  }

  #checkout-info .wrap-checkout-info2>.right {
    width: 100% !important;
  }

  .search-results .wrap-search-item article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .search-results .wrap-search-item article:nth-child(3n+3) {
    margin-right: 0;
  }

  .search-results .wrap-search-item article:nth-child(2n+2) {
    margin-right: 0;
  }

  .single-product .summary {
    width: 100% !important;
  }
}

.class-font-belgum{
	font-family: Begum01, sans-serif;
}

.subtitle_ingredient{
	margin-top: 0 !important;
}