@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/****Menu Styles***/
/****Menu Styles***/
/**********************************/
/* HTML5 dafault  */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 dafault  */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, button, input, select, textarea {
  color: #4D4D4D;
}

body {
  margin: 0;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

::-moz-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3f6e3c;
  color: #fff;
  text-shadow: none;
}

a {
  color: #004225;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #004225;
}
a:hover, a:focus, a:active {
  color: #004225;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 2em 0px !important;
  background: none;
  border-left: 2px solid #AE172B !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 50px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #004225;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 26px !important;
  color: #004225 !important;
  margin: 0 !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #D6E4F0;
}

ins {
  background: none;
  color: #004225;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 15x;
}
input:focus, select:focus, textarea:focus {
  color: rgba(77, 77, 77, 0.8);
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #9FBAB9;
  border-radius: 3px;
  background: #ffffff;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #e0f0f7;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5em;
}

.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1181px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 0 20px/2;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html, button, input, select, textarea {
  color: #4D4D4D;
}

body {
  margin: 0;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

::-moz-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2296b8;
  color: #fff;
  text-shadow: none;
}

a {
  color: #004225;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #004225;
}
a:hover, a:focus, a:active {
  color: #004225;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 2em 0px !important;
  background: none;
  border-left: 2px solid #004225 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 50px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #004225;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #004225 !important;
  margin: 0 !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #D6E4F0;
}

ins {
  background: none;
  color: #004225;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 15x;
}
input:focus, select:focus, textarea:focus {
  color: rgba(77, 77, 77, 0.8);
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #9FBAB9;
  border-radius: 3px;
  background: #ffffff;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #e0f0f7;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5em;
}

.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1181px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 0 20px/2;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  margin-top: 5px;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/**** custom ****/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.noscroll--all {
  overflow: hidden;
}
html.noscroll--all html {
  overflow-x: unset !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

a {
  outline: inherit !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

@-webkit-keyframes headeranimate {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headeranimate {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.preloader {
  position: fixed;
  background: #0F233B;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  overflow: hidden;
  margin: 0 auto;
  top: 0;
}
.preloader .loaderLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../images/main-loader.svg) no-repeat center;
  background-size: 40px;
}

.fixed-header {
  position: fixed !important;
  background: #0F233B !important;
  padding: 10px 0 !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.fixed-header .header-wrap .header-left .logo img {
  max-height: 50px !important;
}

h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #004225;
  margin-bottom: 10px;
}

h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #4D4D4D;
  margin-bottom: 5px;
}

h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 5px;
}

h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 5px;
}

h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 5px;
}

h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 5px;
}

p {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 10px;
}

ul li, ol li {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url] {
  padding: 15px;
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 10px;
}

textarea {
  padding: 15px;
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
  outline: none;
  height: 100px;
  border-radius: 10px;
}

input[type=submit] {
  border: 1px solid #D9D9D9 !important;
  border-radius: 30px !important;
  background-color: #D9D9D9 !important;
  color: #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
}
input[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}

button[type=submit] {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
  border-radius: 30px !important;
}
button[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
  max-width: 200px;
}

.bttn {
  background: #FFFFFF;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 18px 28px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px rgba(77, 77, 77, 0.23);
          box-shadow: 0px 3px rgba(77, 77, 77, 0.23);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.bttn:visited {
  color: #4D4D4D;
}
.bttn:hover {
  background: transparent;
  border: 1px solid #121212;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: #4D4D4D;
}

.view-bttn {
  background: #FFFFFF;
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 15px 40px 15px 19px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}
.view-bttn::before {
  content: "";
  background-image: url("../images/home/arrow-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  position: absolute;
}
.view-bttn:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.view-bttn:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.rvw-btn {
  background: #FFFFFF;
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 15px 40px 15px 19px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}
.rvw-btn::before {
  content: "";
  background-image: url("../images/rvw-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  position: absolute;
}
.rvw-btn:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.rvw-btn:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.stry-bttn {
  border: 1px solid #9FBAB9;
  background-color: transparent;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}
.stry-bttn:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.stry-bttn:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

a.button.wp-element-button.product_type_simple {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding: 10px 35px 10px 35px;
  position: relative;
  text-align: center;
}
a.button.wp-element-button.product_type_simple:active {
  background-color: #004225;
  border: 1px solid #004225;
  color: #FFFFFF;
}
a.button.wp-element-button.product_type_simple:hover {
  background-color: #004225;
  border: 1px solid #004225;
  color: #FFFFFF;
}

.openSearch {
  width: 100%;
  position: absolute;
  top: -200%;
  padding: 5px 0;
  background-color: #F9F9F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
  border-bottom: 1px solid #E8E8E8;
}
.openSearch.activeMenu {
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 40px;
}
.openSearch .container {
  position: relative;
}
.openSearch .close-btn {
  position: absolute;
  right: -20px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 3;
}
.openSearch .close-btn img {
  width: auto;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.openSearch input[type=text] {
  border: 0;
  border: none !important;
  width: 100%;
  background: transparent !important;
  color: #4D4D4D !important;
  font-family: "Inter";
  font-style: normal;
  padding: 10px 0 10px 30px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  outline: inherit;
}
.openSearch ::-webkit-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4D4D4D;
}
.openSearch ::-moz-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4D4D4D;
}
.openSearch :-ms-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4D4D4D;
}
.openSearch ::-ms-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4D4D4D;
}
.openSearch ::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4D4D4D;
}
.openSearch form {
  position: relative;
  max-width: 1181px;
}
.openSearch form input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/header/search.svg) no-repeat center !important;
  outline: inherit;
  font-size: 0 !important;
  border: 0;
  width: 22px !important;
  height: 100% !important;
  background-size: contain !important;
  background-position: center !important;
  border: none !important;
  border-radius: unset !important;
  background-color: unset !important;
  font-size: 0 !important;
  padding: 0 !important;
}

.openSearch-mobileview {
  display: none;
  width: 85%;
  position: fixed;
  top: 6%;
  left: 30px;
  height: 45px;
  background-color: #FFF !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
  border: 1px solid #D9D9D9 !important;
  border-radius: 30px !important;
}
.openSearch-mobileview.activeMenu {
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 40px;
}
.openSearch-mobileview .container {
  position: relative;
}
.openSearch-mobileview .close-btn {
  position: absolute;
  right: -20px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 3;
}
.openSearch-mobileview .close-btn img {
  width: auto;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.openSearch-mobileview input[type=text] {
  border: 0;
  border: none !important;
  width: 100%;
  background: transparent !important;
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  padding: 10px 0 10px 30px !important;
  font-size: 14px;
  outline: inherit;
}
.openSearch-mobileview ::-webkit-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(77, 77, 77, 0.2);
}
.openSearch-mobileview ::-moz-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(77, 77, 77, 0.2);
}
.openSearch-mobileview :-ms-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(77, 77, 77, 0.2);
}
.openSearch-mobileview ::-ms-input-placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(77, 77, 77, 0.2);
}
.openSearch-mobileview ::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(77, 77, 77, 0.2);
}
.openSearch-mobileview form {
  position: relative;
  max-width: 1181px;
}
.openSearch-mobileview form input[type=submit] {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  background: url(../images/header/search.svg) no-repeat center !important;
  outline: inherit;
  font-size: 0 !important;
  border: 0;
  width: 16px !important;
  height: 16px !important;
  background-size: 16px !important;
  background-size: contain !important;
  background-position: center !important;
  border: none !important;
  border-radius: unset !important;
  background-color: unset !important;
  font-size: 0 !important;
  padding: 0 !important;
}

.title-sec-view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 65px;
  padding-bottom: 30px;
}
.title-sec-view-more h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #004225;
}

.main-filter-sec-title {
  padding-bottom: 40px;
}
.main-filter-sec-title .title-sec-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #E8E8E8;
}
.main-filter-sec-title .title-sec-filter p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
}
.main-filter-sec-title .title-sec-filter span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  padding: 0 0px 0 32px;
  position: relative;
  background-image: url("../images/productlist/filter.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  cursor: pointer;
}

.pagination {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 74px;
}
.pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .inner span.page-numbers.current {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  background-color: #004225;
  color: #FFFFFF;
  border-radius: 30px;
  margin-right: 10px;
}
.pagination .inner span.page-numbers.dots {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
}
.pagination .inner a.page-numbers {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #4D4D4D;
  border: 2px solid #9FBAB9;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.pagination .inner a.page-numbers:hover {
  color: #ffffff;
  background-color: #004225;
}
.pagination .inner a.page-numbers.prev {
  background-image: url("../images/productlist/prev-arrow.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  border-radius: 30px;
  cursor: pointer;
}
.pagination .inner a.page-numbers.prev:hover {
  background-color: transparent;
}
.pagination .inner a.page-numbers.next {
  background-image: url("../images/productlist/next-arrow.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  cursor: pointer;
}
.pagination .inner a.page-numbers.next:hover {
  background-color: transparent;
}

.main-header img.line-image {
  width: 100%;
  position: relative;
  z-index: 3;
}
.main-header::after {
  content: "";
  background-image: url("../images/home/bnr-top-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 77px;
  z-index: 1;
}
.main-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
  padding: 50px 0 50px 0;
  position: relative;
}
.main-header .header-wrapper .left {
  width: auto;
  position: absolute;
  left: 0;
}
.main-header .header-wrapper .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .header-wrapper .left ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding-right: 44px;
  position: relative;
}
.main-header .header-wrapper .left ul li a {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  position: relative;
  overflow: hidden;
  color: #4D4D4D;
}
.main-header .header-wrapper .left ul li a:hover {
  color: #004225;
}
.main-header .header-wrapper .left ul li a:hover::after {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  width: 100%;
}
.main-header .header-wrapper .left ul li a:active {
  color: #004225;
}
.main-header .header-wrapper .left ul li a:active::after {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  width: 100%;
}
.main-header .header-wrapper .left ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #004225;
  bottom: -4px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.main-header .header-wrapper .left ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: -17px 5px 50px rgba(0, 55, 129, 0.16);
  box-shadow: -17px 5px 50px rgba(0, 55, 129, 0.16);
  list-style: none;
  z-index: 3;
  margin: 0;
  width: 160px;
  left: 0%;
}
.main-header .header-wrapper .left ul li ul.sub-menu li {
  padding: 10px 0;
  margin: 0px;
  border-bottom: 1px solid rgba(0, 55, 129, 0.14);
}
.main-header .header-wrapper .left ul li span {
  position: absolute;
  width: 11px;
  height: 11px;
  background-size: 11px;
  background-image: url("../images/header/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 22px;
  top: 0;
  cursor: pointer;
}
.main-header .header-wrapper .middle {
  text-align: center;
  z-index: 3;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.main-header .header-wrapper .middle a {
  display: block;
}
.main-header .header-wrapper .middle a img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header .header-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
}
.main-header .header-wrapper .right .search-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto;
  max-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
}
.main-header .header-wrapper .right .search-sec .search-box {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-header .header-wrapper .right .search-sec .search-box img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .search-sec .search-box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .account {
  padding-left: 25px;
}
.main-header .header-wrapper .right .account img {
  width: 19px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .account img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .cart {
  padding-left: 25px;
}
.main-header .header-wrapper .right .cart a {
  position: relative;
}
.main-header .header-wrapper .right .cart a span.cart-count {
  position: absolute;
  background: #004225;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  left: 75%;
  top: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
.main-header .header-wrapper .right .cart a img {
  width: 18px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .cart a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.main-header .header-wrapper .right .cart span.cart-contents {
  z-index: 1;
}
.main-header .header-wrapper .right .mobile-menu-sec .toggle-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .header-wrapper .right .mobile-menu-sec .toggle-menu img {
  width: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  z-index: 15;
}
.main-header .header-wrapper .right .mobile-menu-sec .toggle-menu img.close {
  display: none;
  position: fixed;
  right: 30px;
}
.main-header .header-wrapper .right .mobile-menu-sec .toggle-menu.active .close {
  display: block;
}
.main-header .header-wrapper .right .mobile-menu-sec .toggle-menu.active .open {
  display: none;
}

.footer_outer {
  background-color: #004225;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer_outer::after {
  content: "";
  background-image: url("../images/footer/footer-rd-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer_outer::before {
  content: "";
  background-image: url("../images/home/bnr-top-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 77px;
  z-index: 1;
}
.footer_outer .footer-contents {
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.footer_outer .footer-contents .ftlogo-main {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_outer .footer-contents .ftlogo-main .footer-logo {
  margin-bottom: 35px;
  width: 30%;
}
.footer_outer .footer-contents .ftlogo-main .footer-logo a {
  display: inline-block;
}
.footer_outer .footer-contents .ftlogo-main .footer-logo a img {
  width: 101px;
  height: 126px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub {
  max-width: 273px;
  width: 70%;
  padding-left: 10px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #819695;
  margin-bottom: 30px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub .ft-contct h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #9FBAB9;
  margin-bottom: 6px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub .ft-contct h6 {
  border-bottom: 1px solid rgba(129, 150, 149, 0.2);
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub .ft-contct h6:last-child {
  margin-bottom: 21px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub .ft-contct h6 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: rgba(129, 150, 149, 0.8);
  display: inline-block;
  margin: 5px 0;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub .ft-contct h6 a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #F9F9F9;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 54px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social li {
  margin-right: 12px;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social li a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social li a svg {
  width: 40.18px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social li a:hover svg {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social li a:hover svg path {
  fill: #F9F9F9;
}
.footer_outer .footer-contents .footer-widget {
  width: 20%;
  padding-left: 20px;
}
.footer_outer .footer-contents .footer-widget h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #9FBAB9;
  margin-bottom: 24px;
}
.footer_outer .footer-contents .footer-widget .fw-content ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_outer .footer-contents .footer-widget .fw-content ul.menu li {
  margin-bottom: 22px;
}
.footer_outer .footer-contents .footer-widget .fw-content ul.menu li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(129, 150, 149, 0.8);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.footer_outer .footer-contents .footer-widget .fw-content ul.menu li a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #F9F9F9;
}
.footer_outer .footer-credits {
  padding: 54px 0;
  background-color: #003A21;
}
.footer_outer .footer-credits .credits-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_outer .footer-credits .credits-contents .policy p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #9FBAB9;
}
.footer_outer .footer-credits .credits-contents .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_outer .footer-credits .credits-contents .payment p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #9FBAB9;
  margin-right: 10px;
}
.footer_outer .footer-credits .credits-contents .payment img {
  height: 26px;
}

.home-banner-section {
  width: 100%;
  position: relative;
  visibility: hidden;
}
.home-banner-section.slick-initialized {
  visibility: visible;
}
.home-banner-section .banner-item {
  position: relative;
}
.home-banner-section .banner-item::before {
  content: "";
  background-image: url("../images/home/banner-rd-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
}
.home-banner-section .banner-item .banner-image {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.home-banner-section .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-width: 100%;
  position: absolute;
  z-index: 1;
}
.home-banner-section .banner-item .banner-image::before {
  content: "";
  background-image: url("../images/home/bnr-top-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 77px;
  z-index: 1;
}
.home-banner-section .banner-item .banner-image::after {
  content: "";
  background-image: url("../images/home/bnr-btm-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 77px;
  z-index: 1;
}
.home-banner-section .banner-item .banner-content {
  position: absolute !important;
  top: 127px;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 5 !important;
  padding: 0 20px;
  width: 100%;
}
.home-banner-section .banner-item .banner-content .banner-title {
  max-width: 480px;
}
.home-banner-section .banner-item .banner-content .banner-title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #121212;
  margin-bottom: 29px;
}
.home-banner-section ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 117px;
  left: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.home-banner-section ul.slick-dots .slick-active button {
  background-color: #004225;
  opacity: 1;
}
.home-banner-section ul.slick-dots li {
  margin: 0 10px;
}
.home-banner-section ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  outline: inherit;
  width: 11px;
  height: 11px;
  background-color: rgba(77, 77, 77, 0.3);
  border-color: rgba(77, 77, 77, 0.3);
  pointer-events: all;
  border: none;
  border-radius: 50%;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.products {
  padding-bottom: 37px;
  position: relative;
  margin: 0 -10px !important;
}
ul.products li.product {
  width: 100%;
  margin: 0 10px !important;
}
ul.products li.product .inner-box a.eye-icon {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 25%;
  left: 40%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-image: url("../images/home/eye-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 30px;
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 50%;
}
ul.products li.product .inner-box .yith-wcwl-add-to-wishlist {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 25%;
  left: 60%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #FFFFFF;
  padding: 8px 20px;
  width: 30px;
  border-radius: 50%;
}
ul.products li.product .inner-box .yith-wcwl-add-to-wishlist i {
  font-size: 15px !important;
  margin-right: 0px !important;
}
ul.products li.product .inner-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.products li.product .inner-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, ul.products li.product .inner-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-add-button .add_to_wishlist img {
  margin-right: 0 !important;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .review-outer {
  height: 100%;
  max-height: 300px;
  margin-bottom: 16px;
  border-radius: 10px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .review-outer img {
  height: auto !important;
  max-height: 300px;
  border-radius: 10px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .review-outer .onsale {
  display: none;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  padding: 0;
  margin-bottom: 5px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #878787;
  margin-bottom: 13px;
  min-height: 44px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .price-outer {
  margin-bottom: 17px;
  min-height: 19px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .price-outer span.price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .price-outer span.price del {
  text-decoration-line: line-through;
  color: #878787;
  font-weight: 400 !important;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .price-outer span.price ins {
  color: #000000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 !important;
}
ul.products li.product .inner-box a.woocommerce-LoopProduct-link .price-outer span.price bdi {
  color: #000000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 !important;
}
ul.products li.product .inner-box a.add_to_cart_button {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  padding: 10px 20px 10px 50px;
  padding-left: 40px !important;
  position: relative;
}
ul.products li.product .inner-box a.add_to_cart_button:before {
  content: "";
  background-image: url("../images/home/cart-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 17px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
ul.products li.product .inner-box a.button.product_type_simple {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  padding: 10px 20px 10px 50px;
  padding-left: 20px;
  position: relative;
}
ul.products li.product .inner-box:active a.eye-icon {
  display: block;
}
ul.products li.product .inner-box:active .yith-wcwl-add-to-wishlist {
  display: block;
}
ul.products li.product .inner-box:active a.woocommerce-LoopProduct-link .review-outer {
  background-color: #000;
}
ul.products li.product .inner-box:active a.woocommerce-LoopProduct-link .review-outer img {
  opacity: 0.5;
}
ul.products li.product .inner-box:active a.add_to_cart_button {
  background-color: #004225;
  border: 1px solid #004225;
  color: #FFFFFF;
}
ul.products li.product .inner-box:active a.add_to_cart_button:before {
  background-image: url("../images/home/cart-icon.svg");
}
ul.products li.product .inner-box:hover a.eye-icon {
  display: block;
}
ul.products li.product .inner-box:hover .yith-wcwl-add-to-wishlist {
  display: block;
}
ul.products li.product .inner-box:hover a.woocommerce-LoopProduct-link .review-outer {
  background-color: #000;
}
ul.products li.product .inner-box:hover a.woocommerce-LoopProduct-link .review-outer img {
  opacity: 0.5;
}
ul.products li.product .inner-box:hover a.add_to_cart_button {
  background-color: #004225;
  border: 1px solid #004225;
  color: #FFFFFF;
}
ul.products li.product .inner-box:hover a.add_to_cart_button:before {
  background-image: url("../images/home/cart-icon.svg");
}
ul.products button.slick-prev {
  content: "";
  position: absolute;
  left: -20px;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/home/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 12px;
  font-size: 0;
  border: none;
  border-radius: 0;
}
ul.products button.slick-next {
  content: "";
  position: absolute;
  right: -20px;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/home/arrow-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 12px;
  font-size: 0;
  border: none;
  border-radius: 0;
}
ul.products .slick-list {
  padding-bottom: 80px;
}
ul.products ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none !important;
}
ul.products ul.slick-dots .slick-active button {
  background-color: #004225;
  opacity: 1;
}
ul.products ul.slick-dots li {
  margin: 0 10px;
}
ul.products ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  outline: inherit;
  width: 11px;
  height: 11px;
  background-color: rgba(77, 77, 77, 0.3);
  border-color: rgba(77, 77, 77, 0.3);
  pointer-events: all;
  border: none;
  border-radius: 50%;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-main .group-outer ul.products {
  padding-bottom: 37px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px !important;
}
.site-main .group-outer ul.products li.product {
  width: 100%;
  width: calc(25% - 20px) !important;
  margin: 0 10px !important;
  margin-bottom: 60px !important;
}
.site-main .woocommerce-info {
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  border-top-color: #004225 !important;
}
.site-main .woocommerce-info::before {
  color: #004225 !important;
}

.new-arrivals .outer-arrivals .outer-arrival-content ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px !important;
  position: relative;
}
.new-arrivals .outer-arrivals .outer-arrival-content ul.products li.product {
  margin: 0 10px !important;
  width: 100%;
  width: none !important;
}

.selling-products .outer-selling-products .selling-products-content ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px !important;
  position: relative;
}
.selling-products .outer-selling-products .selling-products-content ul.products li.product {
  margin: 0 10px !important;
  width: 100%;
}
.selling-products .outer-selling-products .selling-products-content ul.products button.slick-next {
  top: 25%;
}
.selling-products .outer-selling-products .selling-products-content ul.products button.slick-prev {
  top: 25%;
}

.woocommerce ul.products li.first {
  clear: inherit !important;
}

.pure-nature .outer-pure {
  height: auto;
  position: relative;
  border-radius: 10px;
}
.pure-nature .outer-pure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.pure-nature .outer-pure::before {
  content: "";
  position: absolute;
  background-color: #F4F2EC;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

.popular-categories {
  padding-bottom: 50px;
}
.popular-categories .outer-popular-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.popular-categories .outer-popular-categories .categories-item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  margin-bottom: 50px;
  position: relative;
}
.popular-categories .outer-popular-categories .categories-item img.main-catgry {
  width: 100%;
  max-height: 300px;
  height: auto;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.popular-categories .outer-popular-categories .categories-item .sub-icon {
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 27px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.popular-categories .outer-popular-categories .categories-item .sub-icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.popular-categories .outer-popular-categories .categories-item .sub-icon img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.popular-categories .outer-popular-categories .categories-item .sub-txt {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 33px;
  background: #FBF9F9;
  border-radius: 0 0 10px 10px;
}
.popular-categories .outer-popular-categories .categories-item .sub-txt a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #121212;
}
.popular-categories .outer-popular-categories .categories-item .sub-txt a:hover {
  color: #004225;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.explr-prodcts .outer-explr {
  position: relative;
  height: 400px;
}
.explr-prodcts .outer-explr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explr-prodcts .outer-explr .content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 744px;
  text-align: center;
  padding: 100px 0;
}
.explr-prodcts .outer-explr .content-area h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.explr-prodcts .outer-explr .content-area a:hover {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}

.more-about-sec {
  position: relative;
}
.more-about-sec .outer-more-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 72px;
  padding-bottom: 87px;
}
.more-about-sec .outer-more-about .content-sec {
  width: 50%;
  padding-right: 41px;
}
.more-about-sec .outer-more-about .content-sec h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #004225;
  margin-bottom: 13px;
}
.more-about-sec .outer-more-about .content-sec h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 10px;
}
.more-about-sec .outer-more-about .content-sec p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  color: #4D4D4D;
}
.more-about-sec .outer-more-about .video-sec {
  width: 50%;
  padding-left: 41px;
  position: relative;
}
.more-about-sec .outer-more-about .video-sec .playButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 102px;
  height: 102px;
  z-index: 2;
}
.more-about-sec .outer-more-about .video-sec img {
  width: 100%;
}
.more-about-sec::before {
  content: "";
  position: absolute;
  background-color: #FBF9F9;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.more-about-sec::after {
  content: "";
  position: absolute;
  background-image: url("../images/home/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.testimonial-slider {
  background-color: #004225;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 140px;
}
.testimonial-slider .title-slider-sec {
  margin: 0 auto;
  margin-bottom: 33px;
  position: relative;
  max-width: 495px;
}
.testimonial-slider .title-slider-sec::before {
  content: "";
  position: absolute;
  background-image: url("../images/home/quotes-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  top: -10px;
  left: -30%;
}
.testimonial-slider .title-slider-sec::after {
  content: "";
  position: absolute;
  background-image: url("../images/home/quotes-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px;
  height: 49px;
  top: 30%;
  -webkit-transform: translate(-30%);
          transform: translate(-30%);
  right: -30%;
}
.testimonial-slider .title-slider-sec h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #9FBAB9;
  margin-bottom: 5px;
  text-align: center;
}
.testimonial-slider .title-slider-sec h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.testimonial-slider .outer-testi-slider {
  margin: 0 -25px;
  padding-bottom: 37px;
}
.testimonial-slider .outer-testi-slider .slick-list {
  padding: 0 !important;
}
.testimonial-slider .outer-testi-slider .item-slider {
  margin: 0 25px;
  background-color: rgba(225, 219, 206, 0.8);
  padding: 40px 45px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.testimonial-slider .outer-testi-slider .item-slider.slick-current.slick-active {
  background-color: #E1DBCE;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}
.testimonial-slider .outer-testi-slider .item-slider .content-item {
  margin-bottom: 14px;
}
.testimonial-slider .outer-testi-slider .item-slider .content-item p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #121212;
  min-height: 210px;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content .star-rating {
  margin-bottom: 14px;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content ul li img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 5px;
}
.testimonial-slider .outer-testi-slider .item-slider .sub-content p span {
  color: #4D4D4D;
  font-weight: 300;
}
.testimonial-slider .outer-testi-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-slider .outer-testi-slider ul.slick-dots .slick-active button {
  background-color: #9FBAB9;
  opacity: 1;
}
.testimonial-slider .outer-testi-slider ul.slick-dots li {
  margin: 0 10px;
}
.testimonial-slider .outer-testi-slider ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  outline: inherit;
  width: 11px;
  height: 11px;
  background-color: rgba(129, 150, 149, 0.3);
  border-color: rgba(129, 150, 149, 0.3);
  pointer-events: all;
  border: none;
  border-radius: 50%;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.woocommerce .star-rating span::before {
  color: #004225 !important;
}

.gallery-sec {
  padding-top: 111px;
  padding-bottom: 13px;
}
.gallery-sec .outer-gallery-sec .item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
  margin-bottom: 20px;
}
.gallery-sec .outer-gallery-sec .item-gallery:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gallery-sec .outer-gallery-sec .item-gallery .small-sec-gallery {
  width: 50%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-sec .outer-gallery-sec .item-gallery .small-sec-gallery .small-sub-sec {
  width: calc(50% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 100%;
  max-height: 280px;
  border-radius: 10px;
}
.gallery-sec .outer-gallery-sec .item-gallery .small-sec-gallery .small-sub-sec img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
  border-radius: 10px;
}
.gallery-sec .outer-gallery-sec .item-gallery .small-sec-gallery .small-sub-sec img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.gallery-sec .outer-gallery-sec .item-gallery .large-sec-gallery {
  width: calc(50% - 20px);
  margin: 0 10px;
  overflow: hidden;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  height: 100%;
  max-height: 280px;
  border-radius: 10px;
}
.gallery-sec .outer-gallery-sec .item-gallery .large-sec-gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
}
.gallery-sec .outer-gallery-sec .item-gallery .large-sec-gallery img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.newsletter-box {
  padding-bottom: 36px;
}
.newsletter-box .outer-newsletter-box {
  position: relative;
}
.newsletter-box .outer-newsletter-box::before {
  content: "";
  position: absolute;
  background-color: #F4F2EC;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.newsletter-box .outer-newsletter-box::after {
  content: "";
  position: absolute;
  background-image: url("../images/home/newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter {
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #004225;
  margin-bottom: 7px;
  text-align: center;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 15px;
  padding: 0 20px;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec {
  position: relative;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text], .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email] {
  padding: 13px 20px 13px 20px !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  text-align: left;
  color: #878787 !important;
  max-width: 280px;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  outline: none;
  background-color: none !important;
  background: #FFFFFF !important;
  border: 1px solid #E8E8E8 !important;
  position: relative;
  z-index: 3;
  border-radius: 10px;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text]::-webkit-input-placeholder, .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email]::-webkit-input-placeholder {
  color: #878787;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text]::-moz-placeholder, .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email]::-moz-placeholder {
  color: #878787;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text]:-ms-input-placeholder, .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email]:-ms-input-placeholder {
  color: #878787;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text]::-ms-input-placeholder, .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email]::-ms-input-placeholder {
  color: #878787;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text]::placeholder, .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email]::placeholder {
  color: #878787;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=submit] {
  padding: 13px 32px;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: center;
  color: #FFFFFF !important;
  background: #819695 !important;
  border: 1px solid #819695 !important;
  border-radius: 25px !important;
  cursor: pointer;
  max-width: 180px !important;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  text-transform: capitalize !important;
  position: relative;
  z-index: 3;
}
.newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=submit]:hover {
  color: #819695 !important;
  background: #FFFFFF !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.products-overview {
  padding-top: 80px;
  padding-bottom: 69px;
}
.products-overview .outer-products-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.products-overview .outer-products-overview .item-products {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.products-overview .outer-products-overview .item-products img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 18px;
}
.products-overview .outer-products-overview .item-products h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 8px;
}
.products-overview .outer-products-overview .item-products p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #4D4D4D;
  min-width: 280px;
}

.product-categries-pg .outer-popular-categories .contegories-item {
  margin-bottom: 50px;
}

nav.woocommerce-breadcrumb {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center;
  color: #FFFFFF !important;
}

.inner-page-banner-section {
  width: 100%;
  position: relative;
}
.inner-page-banner-section::after {
  content: "";
  background-image: url("../images/home/bnr-btm-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 77px;
  z-index: 1;
}
.inner-page-banner-section .banner-item {
  position: relative;
}
.inner-page-banner-section .banner-item .banner-image {
  width: 100%;
  position: relative;
  height: 400px;
}
.inner-page-banner-section .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
.inner-page-banner-section .banner-item .banner-image::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.inner-page-banner-section .banner-item .banner-content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
}
.inner-page-banner-section .banner-item .banner-content .banner-title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.inner-page-banner-section .banner-item .banner-content .banner-title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.inner-page-banner-section .banner-item .banner-content .banner-title a span {
  margin: 0 4px;
}
.inner-page-banner-section .banner-item .banner-content .banner-title a span img {
  width: 8px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-most-title-content {
  padding-top: 60px;
  padding-bottom: 50px;
}
.top-most-title-content .outer-top-most-title {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-most-title-content .outer-top-most-title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #121212;
  margin-bottom: 13px;
}
.top-most-title-content .outer-top-most-title p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 10px;
}

#sidebar-shop {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  padding: 45px 45px 45px 45px;
  height: 100vh;
  width: 100%;
  max-width: 347px;
  background: #FFF;
  z-index: 11;
  overflow: auto;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
#sidebar-shop.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#sidebar-shop h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 34px;
  position: relative;
  padding-left: 40px;
}
#sidebar-shop h3::before {
  position: absolute;
  content: "";
  background: url("../images/productlist/close.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  background-position: left;
  left: 0;
  top: 0;
  cursor: pointer;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #819695 !important;
  margin-bottom: 20px !important;
  padding-left: 0;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper h3::before {
  display: none;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
  height: 2px !important;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
  height: 2px !important;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__range-text {
  margin: 10px 0;
  margin-bottom: 16px;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__actions {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__actions button.wc-block-price-filter__button {
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 17px;
  text-transform: uppercase;
  color: #4D4D4D !important;
  padding: 14px 20px;
  border: 1px solid #9FBAB9 !important;
  border-radius: 30px;
  background: transparent !important;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__actions button.wc-block-price-filter__button:hover {
  background: #004225 !important;
  border: 1px solid #004225 !important;
  color: #FFFFFF !important;
}
#sidebar-shop .sidebarInner .sidebar-item .wc-blocks-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -10%;
  margin-bottom: 10px;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter {
  margin-bottom: 14px !important;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter h4.filter-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #819695;
  margin-bottom: 16px !important;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items li.filter-item.label {
  background-color: transparent;
  padding: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(50% - 10px);
  margin: 0 5px;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items li.filter-item.label .term-image {
  margin-bottom: 10px;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items li.filter-item.label .term-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items li.filter-item.label:hover {
  color: #004225;
  border-color: none;
}
#sidebar-shop .sidebarInner .sidebar-item .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content ul.filter-items li.filter-item.label:active {
  color: #004225;
}

.shophead-outer form {
  position: relative;
}
.shophead-outer form .SumoSelect {
  position: relative;
}
.shophead-outer form .SumoSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: end;
  max-width: 150px;
}
.shophead-outer form .SumoSelect::before {
  content: "";
  background-image: url("../images/productlist/filter.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.shophead-outer form .SumoSelect p.CaptionCont {
  display: none;
}
.shophead-outer form .SumoSelect .optWrapper {
  display: none;
}

span.price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #878787;
}
span.price del {
  text-decoration-line: line-through;
  color: #878787;
  font-weight: 400 !important;
  margin-right: 12px;
}
span.price ins {
  color: #000000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 !important;
}
span.price bdi {
  color: #000000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 !important;
}

.single-product .shop-single-outer {
  background: #F9F9F9 !important;
  padding-top: 22px;
  position: relative;
  z-index: 1;
}
.single-product .shop-single-outer .outer-group-summary {
  padding-top: 61px;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary {
  position: relative;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary nav.woocommerce-breadcrumb {
  margin-bottom: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #878787 !important;
  text-align: left;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary h1.product_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations {
  background: none;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr th {
  background: none;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr th.label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #819695;
  padding: 0;
  margin-bottom: 12px;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr th.label label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #819695;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li {
  border: 1px solid #9FBAB9;
  background-color: transparent;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 10px 20px;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li.acovsw-selected {
  background-color: #9FBAB9;
  border-radius: 30px;
  color: #004225;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li .acovsw-variation {
  padding: 0;
  line-height: 0;
  border: 0;
  color: #4D4D4D;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li .acovsw-variation::after {
  display: none;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li .acovsw-variation::before {
  display: none;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul li:hover .acovsw-variation {
  color: #4D4D4D;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary table.variations tbody tr td.value ul a.reset_variations {
  display: none;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price {
  font-size: 24px !important;
  line-height: 29px !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price del {
  color: #878787 !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price del bdi {
  color: #878787 !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price del bdi span {
  color: #878787 !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price del span {
  color: #878787 !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price ins {
  color: #000000;
  font-size: 24px !important;
  line-height: 29px !important;
  text-decoration: none !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .price ins bdi {
  text-decoration: none !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .wpro-pre-order-availability-date {
  display: none;
  font-style: normal !important;
  font-size: 14px !important;
  color: #4D4D4D !important;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
  position: relative;
  top: -54px;
  right: 0;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist .yith-wcwl-add-button {
  position: absolute;
  top: 50%;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .yith-wcwl-add-to-wishlist {
  position: absolute;
  bottom: 57%;
  right: 28%;
  margin-top: 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  background: #9FBAB9;
  border: 1px solid rgba(159, 186, 185, 0.1);
  padding: 13px;
  border-radius: 50%;
  color: #FFF;
  margin-right: 0px;
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.single-product .shop-single-outer .outer-group-summary .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before {
  content: "" !important;
  background-image: url("../images/heart.svg") !important;
  background-repeat: no-repeat;
  background-size: 17px !important;
  width: 17px !important;
  height: 17px;
  left: 30%;
  top: 32%;
  position: absolute !important;
}
.single-product .shop-single-outer .outer-group-summary ol.flex-control-nav {
  margin: 20px 0 !important;
}
.single-product .shop-single-outer .outer-group-summary ol.flex-control-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.single-product .shop-single-outer .outer-group-summary ol.flex-control-nav .slick-track li {
  margin-right: 20px;
  border-radius: 10px;
}
.single-product .shop-single-outer .outer-group-summary ol.flex-control-nav .slick-track li img {
  height: auto !important;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .shop-single-outer .outer-group-summary ol.flex-control-nav .slick-track li:last-child {
  margin-right: 0px;
}
.single-product .shop-single-outer .outer-group-summary .woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
}
.single-product .shop-single-outer .outer-group-summary .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.wp-post-image {
  height: 619px !important;
  border-radius: 10px;
}
.single-product .shop-single-outer .outer-group-summary .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.zoomImg {
  cursor: pointer;
  height: auto !important;
  width: 1000px !important;
}
.single-product .shop-single-outer .testimonial-slider {
  background: #F9F9F9 !important;
  padding-top: 0px;
}
.single-product .shop-single-outer .testimonial-slider .main-view-more-title .container {
  padding: 0 !important;
}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  border: 1px solid #9FBAB9;
  border-radius: 30px !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: #004225 !important;
  padding: 10px 20px 10px 40px !important;
  padding-left: 40px;
  height: 45px;
  position: relative;
}
.woocommerce-variation-add-to-cart button.single_add_to_cart_button::before {
  content: "";
  background-image: url(../images/home/cart-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 17px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover {
  background-color: transparent !important;
  border: 1px solid #004225;
  color: #4D4D4D !important;
}
.woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover::before {
  background-image: url(../images/home/cart-green.svg);
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

span.onsale {
  display: none;
}

.single_variation_wrap {
  position: relative;
}
.single_variation_wrap .woocommerce-variation.single_variation {
  position: relative;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-description {
  position: absolute;
  bottom: 12px;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-description p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #878787;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
  margin-bottom: 40px;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability {
  margin-bottom: 20px;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4D4D4D;
}
.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form.cart {
  position: relative;
}

button.single_add_to_cart_button {
  border: 1px solid #9FBAB9;
  border-radius: 30px !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: #004225 !important;
  padding: 10px 20px 10px 40px !important;
  padding-left: 40px;
  height: 45px;
  position: relative;
}
button.single_add_to_cart_button::before {
  content: "";
  background-image: url(../images/home/cart-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 17px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
button.single_add_to_cart_button:hover {
  background-color: transparent !important;
  border: 1px solid #004225 !important;
  color: #4D4D4D !important;
}
button.single_add_to_cart_button:hover::before {
  background-image: url(../images/home/cart-green.svg);
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33.33%;
}
.quantity input.input-text.qty {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  width: 77px;
  height: 45px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* text-align: center; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-left: 50px;
  text-align: center;
  cursor: pointer;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity input[type=number]:focus-visible {
  outline: none !important;
}
.quantity .quantity-nav .quantity-button {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* text-align: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
}
.quantity .quantity-nav .quantity-up {
  left: 132px;
}
.quantity .quantity-nav .quantity-down {
  left: 0;
}

.product_meta {
  margin-bottom: 14px;
}
.product_meta span.sku_wrapper {
  display: none;
}
.product_meta span.posted_in {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #819695;
}
.product_meta span.posted_in a {
  color: #819695;
}

.short-des-sec {
  background: #FFFFFF;
  padding: 40px 40px 50px 40px;
}
.short-des-sec h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #004225;
  margin-bottom: 10px;
}
.short-des-sec h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 5px;
}
.short-des-sec .outer-short-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.short-des-sec .outer-short-des .left-short {
  width: 50%;
  padding-right: 17.5px;
  height: 146px;
  position: relative;
}
.short-des-sec .outer-short-des .left-short img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.short-des-sec .outer-short-des .left-short::before {
  content: "";
  background-image: url("../images/home/bnr-top-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 38px;
  z-index: 2;
}
.short-des-sec .outer-short-des .left-short::after {
  content: "";
  background-image: url("../images/home/bnr-btm-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 38px;
  z-index: 2;
}
.short-des-sec .outer-short-des .right-short {
  width: 50%;
  padding-left: 17.5px;
}
.short-des-sec .outer-short-des .right-short p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
}

.prodct-descriptn-sec {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  padding: 55px 0 60px 0;
}
.prodct-descriptn-sec .outer-des-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.prodct-descriptn-sec .outer-des-sec .contnt-des-sec {
  width: 50%;
  padding-right: 30px;
}
.prodct-descriptn-sec .outer-des-sec .contnt-des-sec h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #004225;
  margin-bottom: 14px;
}
.prodct-descriptn-sec .outer-des-sec .contnt-des-sec p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 7px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec {
  width: 50%;
  padding-left: 30px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec {
  position: relative;
  height: 320px;
  border-radius: 10px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 4;
  border-radius: 10px;
  cursor: pointer;
  max-height: 320px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec .imgSec {
  position: relative;
  height: 320px;
  border-radius: 10px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec .imgSec img.video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  border-radius: 10px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .embd-video-sec .imgSec .des-playIcon {
  background-image: url("../images/detail/yt-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
  right: 45%;
  top: 50%;
  z-index: 5;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .youtube-sec {
  position: relative;
  border-radius: 10px;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .des-playButton {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
  right: 45%;
  top: 50%;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec .des-thumb {
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec blockquote {
  padding: 0px 10px 0px 14px !important;
  border-left: 5px solid #004225 !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D !important;
  margin: 0 !important;
  margin-top: 10px !important;
}
.prodct-descriptn-sec .outer-des-sec .video-des-sec img.des-thumb-img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  border-radius: 10px;
}

.story-behind-sec {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  padding: 55px 0 60px 0;
}
.story-behind-sec .outer-story-behind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.story-behind-sec .outer-story-behind .title-story-behind {
  width: 28%;
}
.story-behind-sec .outer-story-behind .title-story-behind h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #004225;
  margin-bottom: 23px;
  max-width: 280px;
}
.story-behind-sec .outer-story-behind .item-story-behind {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.story-behind-sec .outer-story-behind .item-story-behind .item-story {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
.story-behind-sec .outer-story-behind .item-story-behind .item-story h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
.story-behind-sec .outer-story-behind .item-story-behind .item-story img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.story-behind-sec .outer-story-behind .item-story-behind .item-story p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #4D4D4D;
}

.popup-story-sec {
  display: none;
  position: absolute;
  top: -6%;
  right: 15%;
  background: #FFFFFF;
  width: 950px;
  display: none;
  z-index: 105;
}
.popup-story-sec .container {
  max-width: 980px;
}
.popup-story-sec .outer-popup-story {
  padding: 56px 45px;
  position: relative;
}
.popup-story-sec .outer-popup-story::after {
  display: none;
  content: "";
  position: absolute;
  background: url("../images/detail/close.svg"), #FFFFFF;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 46px;
  padding: 5px;
  border-radius: 10px 10px 0px 10px;
  right: -20px;
  top: -4%;
  z-index: 106;
}
.popup-story-sec .outer-popup-story .title-popup {
  margin-bottom: 20px;
}
.popup-story-sec .outer-popup-story .title-popup h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #004225;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup:last-child {
  margin-bottom: 0px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup:nth-child(even) .left-image {
  padding-right: 0px;
  padding-left: 20px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup:nth-child(even) .right-content {
  padding-left: 0px;
  padding-right: 20px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image {
  width: 40%;
  padding-right: 20px;
  position: relative;
  height: 198px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 198px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image::after {
  content: "";
  background-image: url("../images/detail/popup-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 198px;
  z-index: 1;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .right-content {
  width: 60%;
  padding-left: 20px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .right-content h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
.popup-story-sec .outer-popup-story .outer-item-popup .item-popup .right-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  color: #4D4D4D;
}

.related-outer {
  background: white;
  padding: 75px 0 20px 0;
}
.related-outer .related.products {
  margin: 0;
}
.related-outer .main-view-more-title .container {
  padding: 0;
}
.related-outer h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #004225;
}
.related-outer ul.products {
  padding-bottom: 37px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px !important;
}
.related-outer ul.products li.product {
  width: 100%;
  width: calc(25% - 20px) !important;
  margin: 0 10px !important;
  margin-bottom: 60px !important;
}

.additionals .testimonial-slider .outer-testi-slider .item-slider {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.additionals .testimonial-slider .outer-testi-slider .item-slider.slick-current.slick-active {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.common-page-banner-section {
  width: 100%;
  position: relative;
  height: 165px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.common-page-banner-section .banner-image {
  width: 100%;
  position: relative;
}
.common-page-banner-section .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
.common-page-banner-section .banner-image::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.common-page-banner-section .banner-content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}
.common-page-banner-section .banner-content .banner-title h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 17px;
}
.common-page-banner-section .banner-content .banner-title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #4D4D4D;
}
.common-page-banner-section .banner-content .banner-title a span {
  margin: 0 4px;
}
.common-page-banner-section .banner-content .banner-title a span img {
  width: 8px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.common-main-outer {
  padding-top: 62px;
  padding-bottom: 68px;
}

.common-outer-box {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
}
.common-outer-box ul {
  list-style: none;
}
.common-outer-box ul li::before {
  content: "•";
  color: #9FBAB9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-template-default .innerLeftBox {
  padding: 60px 0 100px 0;
}
.page-template-default .common-main-outer {
  padding-top: 88px;
  padding-bottom: 68px;
}
.page-template-default .common-main-outer .container {
  max-width: 980px;
}
.page-template-default .common-outer-box {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
}
.page-template-default h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #4D4D4D;
  margin-bottom: 15px;
}
.page-template-default h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default p {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default button[type=submit] {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
}
.page-template-default button[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default input[type=submit] {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
}
.page-template-default input[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default input[type=text], .page-template-default input[type=password], .page-template-default input[type=email], .page-template-default input[type=tel] {
  padding: 15px;
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
}
.page-template-default span {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default em {
  font-style: normal;
}
.page-template-default table {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.page-template-default table tr {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default table tr th {
  background: transparent;
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default table tr td {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default table tr td a {
  color: #4D4D4D;
}
.page-template-default a.button {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
}
.page-template-default a.button:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default .woocommerce-info {
  border-top-color: #004225 !important;
}
.page-template-default .woocommerce-info::before {
  color: #004225 !important;
}

.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #4D4D4D;
  margin-bottom: 15px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .u-columns.col2-set h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form {
  font-family: "Inter";
  font-style: normal;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form input[type=text], .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form input[type=password], .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form input[type=email] {
  padding: 15px;
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form label {
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form button[type=submit] {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form button[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form p.lost_password {
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form .woocommerce-privacy-policy-text p {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form span {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form span em {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form legend {
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form fieldset {
  margin-bottom: 20px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox a.button {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox a.button:hover {
  border: 1px solid #9FBAB9 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation {
  padding: 30px;
  min-height: 500px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li {
  color: #4D4D4D;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li a {
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li a:visited {
  color: #4D4D4D;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li a:hover {
  border-bottom: 1px solid #004225;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: #004225;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-info {
  border-top-color: #004225 !important;
  width: 100%;
  padding: 10px 10px 10px 30px !important;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #4D4D4D !important;
  background-color: transparent !important;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-info::before {
  color: #004225 !important;
  left: 0 !important;
  top: 10px !important;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content {
  background: #F9F9F9;
  padding: 30px;
  border: 1px solid #D9D9D9;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 20px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Message {
  border: none;
  background-color: none;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .select2-container--default .select2-selection--single {
  height: 48px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4D4D4D;
  padding: 10px;
}
.page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.page-template-default.woocommerce-account .common-main-outer {
  padding-top: 88px;
  padding-bottom: 68px;
}
.page-template-default.woocommerce-account .common-main-outer .container {
  max-width: 1181px;
}
.page-template-default.woocommerce-account .common-outer-box {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
}

.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr th {
  background: transparent;
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr td {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr td a {
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form .coupon input[type=text] {
  width: 60% !important;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals table tr {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals table tr th {
  background: transparent;
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals table tr td {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals table tr td a {
  color: #4D4D4D;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals a.checkout-button {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 15px 20px;
  opacity: 1 !important;
}
.page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals a.checkout-button:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default.woocommerce-cart .innerLeftBox a.button {
  background: transparent !important;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  padding: 10px 20px;
  opacity: 1 !important;
}
.page-template-default.woocommerce-cart .innerLeftBox a.button:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
}
.page-template-default.woocommerce-cart .innerLeftBox .woocommerce-info {
  border-top-color: #004225 !important;
}
.page-template-default.woocommerce-cart .innerLeftBox .woocommerce-info::before {
  color: #004225 !important;
}
.page-template-default.woocommerce-cart .common-main-outer {
  padding-top: 88px;
  padding-bottom: 68px;
}
.page-template-default.woocommerce-cart .common-main-outer .container {
  max-width: 1181px;
}
.page-template-default.woocommerce-cart .common-outer-box {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
}

.page-template-default.woocommerce-checkout .innerLeftBox .woocommerce-form-coupon-toggle .woocommerce-info {
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  border-top-color: #dcdcdc !important;
}
.page-template-default.woocommerce-checkout .innerLeftBox .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #004225;
}
.page-template-default.woocommerce-checkout .innerLeftBox .select2-container--default .select2-selection--single {
  height: 48px;
}
.page-template-default.woocommerce-checkout .innerLeftBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4D4D4D;
  padding: 10px;
}
.page-template-default.woocommerce-checkout .innerLeftBox .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.page-template-default.woocommerce-checkout .common-main-outer {
  padding-top: 88px;
  padding-bottom: 68px;
}
.page-template-default.woocommerce-checkout .common-main-outer .container {
  max-width: 1181px;
}
.page-template-default.woocommerce-checkout .common-outer-box {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
}
.page-template-default.woocommerce-checkout .woocommerce form .form-row textarea {
  height: 100px !important;
}

.page-template-no-banner-page .common-main-outer .container {
  max-width: 980px;
}

.error-page {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
.error-page .error_img {
  text-align: center;
  margin-bottom: 20px;
  height: 400px;
}
.error-page .error_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.error-page a.backto {
  background: #FFFFFF;
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 15px 19px 15px 40px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}
.error-page a.backto::before {
  content: "";
  background-image: url("../images/backto-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
  position: absolute;
}
.error-page a.backto:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.error-page a.backto:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.silder-section-product-detail {
  width: 40%;
  padding-right: 20px;
}
.silder-section-product-detail .display-product-detail {
  width: 100%;
  padding: 30px;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 55, 129, 0.18);
          box-shadow: 0px 0px 20px rgba(0, 55, 129, 0.18);
}
.silder-section-product-detail .display-product-detail .view {
  cursor: pointer;
}
.silder-section-product-detail .display-product-detail .view img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.silder-section-product-detail .slider-nav-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.silder-section-product-detail .slider-nav-product-item .item {
  padding: 10px;
  cursor: pointer;
}
.silder-section-product-detail .slider-nav-product-item .item.slick-current .nav-item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 55, 129, 0.18);
          box-shadow: 0px 0px 20px rgba(0, 55, 129, 0.18);
  background-color: #ffffff;
  opacity: 1;
}
.silder-section-product-detail .slider-nav-product-item .item .nav-item {
  border: 2px solid #ffffff;
  height: 100%;
  width: 100%;
  opacity: 0.56;
}
.silder-section-product-detail .slider-nav-product-item .item .nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpro-pre-order-shop-page {
  display: none !important;
}

.otrpages-content-sec {
  padding-top: 88px;
  padding-bottom: 68px;
  position: relative;
}
.otrpages-content-sec .container {
  max-width: 980px;
}
.otrpages-content-sec .stry-title-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 68px;
  background: #FFF;
  width: 100%;
  max-width: 395px;
  z-index: 1;
}
.otrpages-content-sec .stry-title-txt h2 {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}
.otrpages-content-sec .otrpages-outr-sec {
  border: 1px solid #D9D9D9;
  padding: 50px 58px 70px;
  position: relative;
}
.otrpages-content-sec .otrpages-outr-sec p {
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  font-family: "Inter";
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.otrpages-content-sec .otrpages-outr-sec img.cntr-image {
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.otrpages-content-sec .otrpages-outr-sec img.cntr-banner {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}
.otrpages-content-sec .otrpages-outr-sec img.cntr-logo {
  width: 100%;
  height: 293px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.otrpages-content-sec .social-outr {
  padding: 50px 0 70px;
}
.otrpages-content-sec .social-outr p {
  padding: 0 58px;
  margin-bottom: 15px;
}

.contact-content-sec {
  padding-top: 76px;
  padding-bottom: 118px;
}
.contact-content-sec .outer-contact-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-content-sec .outer-contact-sec .lft-contct {
  width: 60%;
  position: relative;
  padding-right: 15px;
}
.contact-content-sec .outer-contact-sec .lft-contct .lft-adrs {
  padding-bottom: 53px;
}
.contact-content-sec .outer-contact-sec .lft-contct h2 {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 16px;
}
.contact-content-sec .outer-contact-sec .lft-contct p {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 12px;
  max-width: 380px;
}
.contact-content-sec .outer-contact-sec .lft-contct a {
  color: #4D4D4D;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.contact-content-sec .outer-contact-sec .lft-contct a:hover {
  color: #004225;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.contact-content-sec .outer-contact-sec .lft-contct img.btm-lft-logo {
  width: 100%;
  max-width: 345px;
  height: 345px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-content-sec .outer-contact-sec .lft-contct img.btm-lft-logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-content-sec .outer-contact-sec .rit-contct {
  width: 35%;
  padding-left: 15px;
}
.contact-content-sec .outer-contact-sec .rit-contct h2 {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 16px;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  line-height: 30px;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item label {
  width: 100%;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  line-height: 30px;
  margin-bottom: 5px;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=text], .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=tel], .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=email], .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item textarea {
  color: #4D4D4D;
  font-size: 16px !important;
  font-family: "Inter";
  line-height: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  min-width: 380px;
  max-width: 100%;
  height: 50px;
  outline: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item textarea {
  height: 100px;
  margin-bottom: 24px;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=submit] {
  border: 1px solid #4D4D4D !important;
  background: #FFF !important;
  color: #4D4D4D !important;
  font-size: 16px !important;
  font-family: "Inter";
  font-weight: 600 !important;
  line-height: 17px !important;
  text-transform: capitalize !important;
  width: 100%;
  min-width: 380px;
  max-width: 100%;
  height: 50px !important;
  outline: none;
  border-radius: 30px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 12px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 12px;
  color: #dc3232;
  position: absolute;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form .wpcf7-response-output {
  margin: 10px 0;
  font-size: 10px;
  line-height: 12px;
  width: 100%;
  border-color: #dc3232;
}
.contact-content-sec .outer-contact-sec .rit-contct .ct-form .wpcf7-spinner {
  display: none !important;
}

.search.search-results .search-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
.search.search-results .search-sec .navigation.row {
  position: absolute;
  bottom: 20px;
}
.search.search-results .search_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin-bottom: 20px;
  padding: 35px;
  height: auto !important;
}
.search.search-results .search_post .search-thumb {
  width: 100%;
  height: auto;
  max-height: 211px;
  padding-bottom: 15px;
}
.search.search-results .search_post .search-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search.search-results .search_post h2.search-post-title {
  color: #121212;
  font-size: 25px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
}
.search.search-results .search_post h2.search-post-title a {
  color: #121212;
}
.search.search-results .search_post .sear_cont {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Inter";
  line-height: 26px;
  margin-bottom: 15px;
}

.blogPage {
  padding-top: 77px;
}
.blogPage .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
  cursor: pointer;
}
.blogPage .post-meta h6 {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  padding-left: 24px;
  position: relative;
}
.blogPage .post-meta h6::before {
  content: "";
  position: absolute;
  background: url("../images/blog/admin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
.blogPage .post-meta span {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
  position: relative;
}
.blogPage .post-meta span::before {
  content: "";
  position: absolute;
  background: url("../images/blog/comment.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
.blogPage .date {
  width: 100%;
  max-width: 145px;
  height: 30px;
  padding: 0 12px;
  background: #004225;
  color: #F9F9F9;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  left: 32px;
  top: -15px;
  text-align: center;
}
.blogPage .row {
  padding-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.blogPage .row:nth-child(2) {
  display: block;
  margin: 0;
}
.blogPage .row:nth-child(2) .blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.blogPage .row:nth-child(2) .blogList .blog-items {
  width: calc(33.33% - 20px);
  position: relative;
  margin: 0 10px;
  margin-bottom: 58px;
  padding: 30px 30px 22px 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.blogPage .row:nth-child(2) .blogList .blog-items .date {
  left: 30px;
}
.blogPage .row:nth-child(2) .blogList .blog-items h2 {
  color: #121212;
  font-size: 25px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
}
.blogPage .row:nth-child(2) .blogList .blog-items .img-md {
  height: 211px;
  margin-bottom: 14px;
}
.blogPage .row:nth-child(2) .blogList .blog-items .img-md img {
  width: 100%;
  height: 100%;
  max-height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPage .row:nth-child(2) .blogList .blog-items .des-blog {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blogPage .row:nth-child(2) .blogList .blog-items .des-blog p {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blogPage .row:nth-child(2) .pagination {
  padding-bottom: 60px;
  padding-top: 0;
}
.blogPage .row .left-box {
  width: calc(66.66% - 20px);
  border: 1px solid #D9D9D9;
  padding: 38px 32px 36px 32px;
  margin: 0 10px;
  position: relative;
}
.blogPage .row .left-box .mainPost h2 {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
}
.blogPage .row .left-box .mainPost h2 a {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.blogPage .row .left-box .img-box {
  height: 289px;
  margin-bottom: 17px;
}
.blogPage .row .left-box .img-box img {
  width: 100%;
  height: 100%;
  max-height: 289px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPage .row .left-box .des {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blogPage .row .left-box .des p {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blogPage .row .right-box {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  border: 1px solid #D9D9D9;
  padding: 32px 32px 56px 32px;
}
.blogPage .row .right-box .mobile-topic-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blogPage .row .right-box .mobile-topic-click .topic-collapse {
  width: 100%;
  color: #121212;
  font-size: 25px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 26px;
}
.blogPage .row .right-box .mobile-topic-click ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.blogPage .row .right-box .mobile-topic-click ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 18px;
}
.blogPage .row .right-box .mobile-topic-click ul li:last-child {
  margin-bottom: 0;
}
.blogPage .row .right-box .mobile-topic-click ul li .pop-post-left {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}
.blogPage .row .right-box .mobile-topic-click ul li .pop-post-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPage .row .right-box .mobile-topic-click ul li a {
  width: calc(100% - 98px);
  color: #121212;
  font-size: 17px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.blog-detail-content-sec {
  padding-top: 88px;
  padding-bottom: 68px;
  position: relative;
}
.blog-detail-content-sec .blog_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.blog-detail-content-sec .blog_nav .prev a {
  background: #FFFFFF;
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 15px 19px 15px 40px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}
.blog-detail-content-sec .blog_nav .prev a::before {
  content: "";
  background-image: url("../images/home/arrow-btn1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
  position: absolute;
}
.blog-detail-content-sec .blog_nav .prev a:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.blog-detail-content-sec .blog_nav .prev a:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.blog-detail-content-sec .blog_nav .next a {
  background: #FFFFFF;
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4D4D4D;
  padding: 15px 40px 15px 19px;
  display: inline-block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  cursor: pointer;
}
.blog-detail-content-sec .blog_nav .next a::before {
  content: "";
  background-image: url("../images/home/arrow-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  position: absolute;
}
.blog-detail-content-sec .blog_nav .next a:visited {
  color: #4D4D4D;
  border: 1px solid #9FBAB9;
}
.blog-detail-content-sec .blog_nav .next a:hover {
  background: #9FBAB9;
  border: 1px solid #9FBAB9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.blog-detail-content-sec .single_comment form {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 10px;
  border-radius: 10px;
}
.blog-detail-content-sec .single_comment form p.comment-form-author, .blog-detail-content-sec .single_comment form p.comment-form-email, .blog-detail-content-sec .single_comment form p.comment-form-url, .blog-detail-content-sec .single_comment form p.comment-form-comment, .blog-detail-content-sec .single_comment form p.comment-form-cookies-consent {
  max-width: 100%;
  width: 100%;
}
.blog-detail-content-sec .single_comment form input[type=email], .blog-detail-content-sec .single_comment form input[type=password], .blog-detail-content-sec .single_comment form input[type=tel], .blog-detail-content-sec .single_comment form input[type=text] {
  width: 100%;
}
.blog-detail-content-sec .container {
  max-width: 980px;
}

.blog-detail-outr-sec {
  border: 1px solid #D9D9D9;
  padding: 50px 0 !important;
  position: relative;
  margin-bottom: 30px;
}
.blog-detail-outr-sec .date {
  width: 100%;
  max-width: 145px;
  height: 30px;
  padding: 0 12px;
  background: #004225;
  color: #F9F9F9;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
  text-align: center;
}
.blog-detail-outr-sec .gen-page-title {
  color: #121212;
  font-size: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px;
}
.blog-detail-outr-sec .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.blog-detail-outr-sec .post-meta h6 {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  padding-left: 24px;
  position: relative;
}
.blog-detail-outr-sec .post-meta h6::before {
  content: "";
  position: absolute;
  background: url("../images/blog/admin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
.blog-detail-outr-sec .post-meta span {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 24px;
  position: relative;
}
.blog-detail-outr-sec .post-meta span::before {
  content: "";
  position: absolute;
  background: url("../images/blog/comment.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0;
}
.blog-detail-outr-sec .thumb-page img {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.blog-detail-outr-sec p {
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 17px;
  padding: 0 60px;
}
.blog-detail-outr-sec ul {
  list-style: none;
}
.blog-detail-outr-sec ul li {
  color: #4D4D4D;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.blog-detail-outr-sec ul li::before {
  content: "•";
  color: #9FBAB9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

input:invalid, textarea:invalid {
  background-color: transparent !important;
}

.review-count {
  margin-left: 10px; /* Adjust the space between stars and review count */
  font-size: 16px; /* Adjust as needed */
  color: #777; /* Adjust the color as needed */
  margin-bottom: 20px;
}

.custom-rating {
  padding-bottom: 20px;
  font-size: 24px; /* Adjust as needed */
}
.custom-rating .star {
  color: #ccc; /* Default star color */
}
.custom-rating .filled {
  color: #ffd700; /* Filled star color (adjust as needed) */
}
.custom-rating .half-filled {
  position: relative;
  color: #ffda09;
  opacity: 0.5; /* Adjust as needed for half-filled star color */
  -webkit-transform: scaleX(1);
          transform: scaleX(1); /* Adjust as needed for half-filled star size */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #28895d;
  color: #ffffff;
}

/* customize
 */
.main-header .header-wrapper .right .cart {
  position: relative;
}

span.cart-contents {
  position: absolute;
  background: #004225;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 75%;
  top: -15%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 12px;
}

.page-id-267 .gen-page-title, .page-id-361 .gen-page-title {
  display: none;
}

/* new updations
 */
.slicker-instaG-photoshadow:hover {
  background-color: #f4f2ec !important;
  opacity: 1;
}

.fts-instagram-icon {
  color: #819695 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #004225;
  color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: white;
}

#tab-description h2 {
  display: none;
}

.has-tooltip {
  position: relative;
}

.has-tooltip .tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 12px;
}

.has-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.page-template-default.woocommerce-cart .common-outer-box {
  border: none !important;
  padding: 0 !important;
  margin-top: 60px;
}

.woocommerce-cart-form button[type=submit], .page-template-default.woocommerce-cart .innerLeftBox .cart-collaterals a.checkout-button {
  border: 1px solid #0a5f39 !important;
  background-color: #0a5f39 !important;
  color: #FFF !important;
}

.woocommerce .button:disabled[disabled] {
  background-color: dimgrey !important;
  color: linen !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .page-template-default.woocommerce-cart .common-outer-box .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-template-default.woocommerce-cart .common-outer-box .woocommerce-cart-form {
    width: 100%;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 40% !important;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 90% !important;
    top: -55px;
    position: relative;
  }
  .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form .coupon input[type=text] {
    width: 50% !important;
  }
}
/* cart page */
.woocommerce-cart h1.gen-page-title {
  font-size: 30px;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 30px;
}
.woocommerce-cart .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table {
  background: none;
  border-radius: 0px;
}
.woocommerce-cart .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr th, .woocommerce-cart .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr td {
  border: 0px;
  padding: 15px 10px;
}
.woocommerce-cart .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr th {
  background: #f4f2ec;
  font-weight: 400;
}
.woocommerce-cart .page-template-default.woocommerce-cart .innerLeftBox form.woocommerce-cart-form table tr td.actions {
  border-top: 1px solid #e5e5e5;
}
.woocommerce-cart input#coupon_code {
  padding: 10px;
}
.woocommerce-cart .coupon button.button {
  padding: 12px 15px;
}
.woocommerce-cart .actions button.button {
  padding: 12px 20px !important;
  border-radius: 30px;
}
.woocommerce-cart :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled {
  opacity: 0.2 !important;
}
.woocommerce-cart :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  padding: 12px 10px;
}
.woocommerce-cart table.shop_table.shop_table_responsive {
  background: #fff;
}
.woocommerce-cart table.shop_table.shop_table_responsive th {
  background: #f4f3ee !important;
  font-weight: 400 !important;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  border-radius: 30px;
}
.woocommerce-cart ul#shipping_method li {
  list-style: none !important;
}
.woocommerce-cart .common-outer-box ul li:before {
  content: "" !important;
  width: 10px;
}
.woocommerce-cart a.shipping-calculator-button {
  color: #0a5f39 !important;
}
.woocommerce-cart .quantity input.input-text.qty {
  margin: 0px;
  border-radius: 0px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  position: absolute;
  top: -130px;
  width: 70%;
}
.woocommerce-cart p.return-to-shop {
  margin: 15px;
  float: none;
}
.woocommerce-cart .wc-empty-cart-message {
  width: 50%;
}

/* Cart end*/
a.ajax_add_to_cart.added {
  display: none !important;
}

a.added_to_cart.wc-forward {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  padding: 10px 20px 10px 50px;
  padding-left: 20px;
  position: relative;
}

a.added_to_cart.wc-forward:hover {
  background-color: #004225;
  border: 1px solid #004225;
  color: #FFFFFF;
}

.tax-product_cat .shophead-outer form:before {
  content: "";
  background-image: url(https://arambliving.com/wp-content/themes/aramb/images/productlist/filter.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

/* new-changes*/
.woocommerce-cart form.woocommerce-cart-form td.product-quantity {
  position: relative;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .quantity-nav {
  position: relative;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .quantity-nav .quantity-up {
  left: 10px;
  top: 10px;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .quantity-nav .quantity-down {
  left: -60px;
  top: 10px;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity input.input-text.qty {
  width: 40px;
  height: 40px;
}
.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .quantity-nav .quantity-button {
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
}

.woocommerce-account h1.gen-page-title {
  font-size: 35px !important;
}

.woocommerce-account .woocommerce h2 {
  font-size: 30px !important;
}

.woocommerce-account .innerLeftBox.common-outer-box {
  border: none;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 20px !important;
  border: none !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 13px 32px;
  color: #FFFFFF !important;
  background: rgba(129, 150, 149, 0.3294117647) !important;
  border: 1px solid rgba(129, 150, 149, 0.3294117647) !important;
  min-height: 47px;
  font-size: 16px !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.active {
  color: #4D4D4D !important;
  background: #FFFFFF !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.active a {
  color: #4D4D4D !important;
  border-bottom: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce-account .woocommerce-orders-table th {
  padding: 9px 12px !important;
  line-height: 50px !important;
  background: #f4f3ee !important;
  font-weight: 400 !important;
}

.woocommerce-account .woocommerce-orders-table td {
  padding: 9px 12px !important;
  line-height: 50px !important;
  background: #FFF !important;
}

.woocommerce-account .woocommerce-orders-table td a.woocommerce-button.button.pay {
  margin-right: 10px;
}

.woocommerce-account .woocommerce-orders-table td a.woocommerce-button.button.view {
  margin-right: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address {
  line-height: 32px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .woocommerce-account h1.gen-page-title {
    font-size: 30px !important;
  }
  .woocommerce-account .innerLeftBox.common-outer-box {
    padding: 0;
  }
}
/* translator-22-01-25 */
.main-header .header-wrapper .right .lang-sel .wpml-ls-legacy-dropdown {
  width: auto;
}
.main-header .header-wrapper .right .lang-sel .wpml-ls-legacy-dropdown .wpml-ls-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .header-wrapper .right .lang-sel .wpml-ls-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .header-wrapper .right .lang-sel .wpml-ls-legacy-dropdown a {
  background: 0 0 !important;
  border: none !important;
  padding-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .header-wrapper .right .lang-sel .wpml-ls-legacy-dropdown a::after {
  display: none;
}
.main-header .header-wrapper .right .lang-sel img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  .main-header .header-wrapper .right .lang-sel img {
    width: 18px;
    height: 18px;
  }
}
.main-header .header-wrapper .right .lang-sel span.wpml-ls-native {
  margin-right: 8px;
}
@media screen and (max-width: 580px) {
  .main-header .header-wrapper .right .lang-sel span.wpml-ls-native {
    font-size: 14px;
    display: none;
  }
}
.main-header .header-wrapper .right .lang-sel ul {
  border: none !important;
}

/* customer review form */
.single-product .testimonial-slider {
  padding-bottom: 100px;
}

.customer-reviews-form-area {
  position: relative;
  padding-bottom: 140px;
}
.customer-reviews-form-area .cutsomer-reviews-form {
  display: none;
}
.customer-reviews-form-area .customer-reviewform-container.active .cutsomer-reviews-form {
  display: block;
}
.customer-reviews-form-area .rvw-btn {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.customer-reviews-form-area .comment-form {
  position: relative;
}
.customer-reviews-form-area .comment-form p.comment-form-author, .customer-reviews-form-area .comment-form p.comment-form-email, .customer-reviews-form-area .comment-form p.comment-form-url {
  width: 46%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .customer-reviews-form-area .comment-form p.comment-form-author, .customer-reviews-form-area .comment-form p.comment-form-email, .customer-reviews-form-area .comment-form p.comment-form-url {
    width: 100%;
  }
}
.customer-reviews-form-area .comment-form input[type=text], .customer-reviews-form-area .comment-form input[type=password], .customer-reviews-form-area .comment-form input[type=email], .customer-reviews-form-area .comment-form input[type=tel], .customer-reviews-form-area .comment-form input[type=url] {
  width: 100%;
  max-height: 50px;
  border-radius: 10px;
}
.customer-reviews-form-area .comment-form .comment-form-url {
  display: none;
}
.customer-reviews-form-area .comment-form .error-message {
  color: rgba(255, 0, 0, 0.59);
  font-size: 12px;
}
.customer-reviews-form-area .comment-form textarea {
  height: 150px;
}
.customer-reviews-form-area .comment-form label {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .customer-reviews-form-area .comment-form label {
    font-size: 14px;
  }
}
.customer-reviews-form-area .comment-form input[type=submit] {
  border: 1px solid #4D4D4D !important;
  border-radius: 30px !important;
  background-color: transparent !important;
  color: #4D4D4D !important;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  text-transform: uppercase;
  padding: 10px 25px;
  opacity: 1 !important;
  min-width: 204px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.customer-reviews-form-area .comment-form input[type=submit]:hover {
  border: 1px solid #004225 !important;
  background-color: #004225 !important;
  color: #FFF !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 768px) {
  .customer-reviews-form-area .comment-form input[type=submit] {
    font-size: 15px !important;
  }
}
.customer-reviews-form-area .comment-form .comment-form-comment {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .customer-reviews-form-area .comment-form .comment-form-comment {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
.customer-reviews-form-area .comment-form .form-submit {
  text-align: right;
  margin-top: 24px;
}
.customer-reviews-form-area .customer-reviewform-container {
  padding: 0;
  border-radius: unset;
  border: none;
}
.customer-reviews-form-area .customer-reviewform-container.active {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 40px 75px 80px 75px;
}
@media screen and (max-width: 991px) {
  .customer-reviews-form-area .customer-reviewform-container.active {
    padding: 40px 40px 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .customer-reviews-form-area .customer-reviewform-container.active {
    padding: 40px 30px 50px 30px;
  }
}

.logged-in .customer-reviews-form-area .comment-form .comment-form-comment {
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}

/* select   detail page*/
.single-product .acovsw-attribute-select {
  border: 1px solid #9FBAB9;
  border-radius: 30px;
  height: 45px;
  padding: 10px 20px;
  min-width: 50% !important;
}

@media (min-width: 1381px) and (max-width: 1516px) {
  .home-banner-section ul.slick-dots {
    left: 12%;
  }
}
@media (min-width: 1517px) and (max-width: 1707px) {
  .home-banner-section ul.slick-dots {
    left: 17%;
  }
}
@media (min-width: 1708px) and (max-width: 1821px) {
  .home-banner-section ul.slick-dots {
    left: 19%;
  }
}
@media (min-width: 1822px) and (max-width: 2049px) {
  .home-banner-section ul.slick-dots {
    left: 22%;
  }
}
@media screen and (max-width: 1380px) {
  .home-banner-section ul.slick-dots {
    left: 9%;
  }
}
@media screen and (max-width: 1320px) {
  .home-banner-section ul.slick-dots {
    left: 6%;
  }
  .popup-story-sec {
    top: 0;
  }
}
@media screen and (max-width: 1240px) {
  ul.products ul.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home-banner-section ul.slick-dots {
    left: 3%;
  }
  ul.products button.slick-prev {
    left: 7px;
    width: 14px;
    height: 10px;
  }
  ul.products button.slick-next {
    right: 7px;
    width: 14px;
    height: 10px;
  }
}
@media screen and (max-width: 1180px) {
  .products-overview .outer-products-overview .item-products p {
    min-width: 240px;
  }
  .popup-story-sec {
    border-radius: 15px;
  }
  .popup-story-sec .outer-popup-story::after {
    display: block;
  }
  .related-outer ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
  .site-main .group-outer ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
}
@media screen and (max-width: 1080px) {
  .main-header .header-wrapper .middle {
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .main-header .header-wrapper .right .mobile-menu-sec .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 28px;
  }
  .main-header .header-wrapper {
    padding: 30px 0 30px 0;
  }
  .main-header .header-wrapper .left.navbar {
    display: none;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu {
    display: block !important;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.07);
    top: 0;
    right: 0;
    max-width: 100%;
    height: 100vh;
    overflow: auto;
    width: 100%;
    z-index: 12;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    margin-right: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: auto;
    padding-top: 100px !important;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu {
    display: block !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 30px 20px 30px !important;
    width: 100%;
    height: calc(100vh - 120px);
    list-style: none;
    overflow: auto;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu .menu-item {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu .menu-item a {
    width: 100%;
    padding: 0px;
    padding-right: 55px;
    display: block;
    text-align: left;
    cursor: pointer;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu .menu-item ul.sub-menu {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    z-index: 0;
    list-style: none;
    margin: 0;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu .menu-item ul.sub-menu li {
    font-size: 15px !important;
    line-height: 40px !important;
    padding: 0;
    margin: 10px 0 !important;
    border-bottom: none !important;
    text-transform: capitalize;
  }
  .main-header .header-wrapper .left.navbar.mobilemenu ul.menu .menu-item span {
    right: 0px;
    top: 35px;
  }
  .openSearch-mobileview {
    top: 4.5%;
  }
  .home-banner-section ul.slick-dots {
    left: 4%;
  }
  .products-overview .outer-products-overview .item-products p {
    min-width: auto;
  }
  .popup-story-sec {
    width: 860px;
  }
  .prodct-descriptn-sec .outer-des-sec .video-des-sec {
    padding-left: 15px;
  }
  .prodct-descriptn-sec .outer-des-sec .contnt-des-sec {
    padding-right: 15px;
  }
  .quantity {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 30%;
  }
  .related-outer .related.products ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
  .contact-content-sec .outer-contact-sec .lft-contct {
    width: 55%;
  }
  .contact-content-sec .outer-contact-sec .rit-contct {
    width: 45%;
  }
  .contact-content-sec .outer-contact-sec {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-content-sec .outer-contact-sec .lft-contct img.btm-lft-logo {
    -o-object-position: center;
       object-position: center;
    height: 300px;
  }
  .blog-detail-outr-sec p {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 56px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 222px;
  }
  .main-header .header-wrapper .middle {
    padding: 0;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 45px;
    line-height: 56px;
  }
  .explr-prodcts .outer-explr .content-area {
    padding: 50px 0;
  }
  .explr-prodcts .outer-explr .content-area h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .more-about-sec .outer-more-about .content-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .testimonial-slider .title-slider-sec h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .more-about-sec .outer-more-about .content-sec {
    padding-right: 20px;
  }
  .more-about-sec .outer-more-about .video-sec {
    padding-left: 20px;
  }
  .more-about-sec .outer-more-about .video-sec .playButton {
    width: 80px;
    height: 80px;
  }
  .title-sec-view-more h3 {
    font-size: 22px;
  }
  .related-outer h2 {
    font-size: 22px;
  }
  .testimonial-slider .title-slider-sec h3 {
    font-size: 22px;
  }
  .common-page-banner-section .banner-content .banner-title h1 {
    font-size: 45px;
    line-height: 56px;
  }
  .inner-page-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 45px;
    line-height: 56px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
    font-size: 45px;
    line-height: 56px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .u-columns.col2-set h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-template-default h1 {
    font-size: 45px;
    line-height: 56px;
  }
  .page-template-default h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-template-default h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .page-template-default h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .page-template-default h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-default h6 {
    font-size: 16px;
    line-height: 222px;
  }
  .popup-story-sec {
    max-width: 740px;
  }
  .prodct-descriptn-sec .outer-des-sec .video-des-sec {
    padding-left: 0px;
    width: 100%;
    padding-bottom: 30px;
  }
  .prodct-descriptn-sec .outer-des-sec .contnt-des-sec {
    padding-right: 0px;
    width: 100%;
  }
  .testimonial-slider .outer-testi-slider .item-slider .content-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .prodct-descriptn-sec .outer-des-sec .contnt-des-sec h3 {
    font-size: 22px;
  }
  .prodct-descriptn-sec .outer-des-sec .video-des-sec blockquote {
    font-size: 15px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 25%;
  }
  .related-outer .related.products ul.products li.product {
    width: calc(50% - 20px) !important;
  }
  .site-main .group-outer ul.products li.product {
    width: calc(50% - 20px) !important;
  }
  .related-outer {
    padding: 55px 0 20px 0;
  }
  .contact-content-sec .outer-contact-sec .lft-contct {
    width: 50%;
  }
  .contact-content-sec .outer-contact-sec .rit-contct {
    width: 50%;
  }
  .search.search-results .search_post {
    width: calc(50% - 20px);
  }
  .blogPage .row .left-box {
    width: calc(60% - 20px);
  }
  .blogPage .row .right-box {
    width: calc(40% - 20px);
  }
  .blogPage .row:nth-child(2) .blogList .blog-items {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 890px) {
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 15%;
  }
  .blogPage .row .left-box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .blogPage .row .right-box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 19px;
    line-height: 25px;
  }
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .main-header .header-wrapper .left ul li a:active {
    border-bottom: none;
  }
  .footer_outer .footer-contents .ftlogo-main {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_outer .footer-contents .footer-widget {
    width: 33.33%;
    padding-left: 0px;
    padding-right: 20px;
  }
  .footer_outer .footer-contents .ftlogo-main .footer-logo {
    width: 100%;
  }
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub {
    width: 100%;
    padding-left: 0px;
  }
  .footer_outer .footer-credits .credits-contents .policy {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-banner-section ul.slick-dots {
    left: 5%;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .testimonial-slider .title-slider-sec:after {
    width: 45px;
    height: 45px;
    right: -25%;
  }
  .testimonial-slider .title-slider-sec:before {
    width: 75px;
    height: 75px;
    left: -25%;
  }
  .explr-prodcts .outer-explr .content-area {
    max-width: 600px;
    width: 100%;
  }
  .more-about-sec .outer-more-about .content-sec {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .more-about-sec .outer-more-about .video-sec {
    width: 100%;
    padding-left: 0px;
  }
  .more-about-sec .outer-more-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-slider {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .title-sec-view-more {
    padding-top: 50px;
  }
  .gallery-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newsletter-box {
    padding-bottom: 50px;
  }
  .products-overview {
    padding-bottom: 50px;
  }
  .popular-categories .outer-popular-categories .categories-item {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .popular-categories .outer-popular-categories .categories-item .sub-txt a {
    font-size: 16px;
    line-height: 20px;
  }
  .popular-categories .outer-popular-categories .categories-item .sub-icon img {
    width: 60px;
    height: 60px;
  }
  .popular-categories {
    padding-bottom: 50px;
  }
  .common-page-banner-section .banner-content .banner-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .inner-page-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .u-columns.col2-set h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-template-default h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .page-template-default h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-template-default h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .page-template-default h4 {
    font-size: 19px;
    line-height: 25px;
  }
  .page-template-default h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .page-template-default h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-slider .outer-testi-slider .item-slider .content-item p {
    font-size: 15px;
    line-height: 28px;
  }
  .otrpages-content-sec .stry-title-txt h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .footer_outer .footer-credits .credits-contents .payment p {
    margin-bottom: 0;
  }
  .contact-content-sec .outer-contact-sec .lft-contct {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct {
    width: 100%;
    padding-left: 0;
  }
  .contact-content-sec .outer-contact-sec .lft-contct h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .blog-detail-outr-sec .gen-page-title {
    font-size: 28px;
    line-height: 38px;
  }
  .blogPage .row .left-box .mainPost h2 a {
    font-size: 28px;
    line-height: 38px;
  }
  .blogPage .row .left-box .mainPost h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items h2 {
    font-size: 22px;
  }
  .blogPage .row .right-box .mobile-topic-click .topic-collapse {
    font-size: 22px;
  }
  .related-outer ul.products li.product {
    width: calc(50% - 20px) !important;
  }
}
@media screen and (max-width: 768px) {
  .main-header .header-wrapper {
    padding: 25px 0 25px 0;
    height: 93px;
  }
  .main-header .header-wrapper .middle {
    height: 150px;
  }
  .main-header .header-wrapper .middle a img {
    max-height: 150px;
  }
  .openSearch form .searchsubmit {
    width: 15px;
  }
  .openSearch .close-btn img {
    height: 15px;
  }
  .main-header:after {
    top: 112px;
  }
  .products-overview .outer-products-overview .item-products {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email], .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text] {
    width: calc(50% - 20px);
    max-width: 45%;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    clear: inherit !important;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox {
    padding: 60px 10px 60px 10px;
  }
  .page-template-default .innerLeftBox {
    padding: 60px 0 60px 0;
  }
  .common-outer-box {
    padding: 50px 30px 70px;
  }
  .popup-story-sec {
    max-width: 650px;
    left: 7%;
    top: 20%;
  }
  .popup-story-sec .outer-popup-story:after {
    top: -2%;
  }
  .popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image img {
    height: auto;
    max-height: 100%;
  }
  .popup-story-sec .outer-popup-story .outer-item-popup .item-popup .left-image:after {
    max-height: 100%;
  }
  .popup-story-sec .outer-popup-story .outer-item-popup .item-popup .right-content {
    width: 100%;
    padding-left: 0px;
  }
  .woocommerce div.product div.images img {
    height: auto !important;
  }
  .short-des-sec .outer-short-des .right-short {
    width: 100%;
    padding-left: 0px;
  }
  .short-des-sec .outer-short-des .left-short {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .short-des-sec .outer-short-des .left-short {
    width: 100%;
  }
  .short-des-sec {
    padding: 40px 30px 50px 30px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 40%;
  }
  .otrpages-content-sec .stry-title-txt {
    max-width: 370px;
  }
  .blog-detail-outr-sec p {
    padding: 0 30px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .page-template-default.logged-in .main-header:after {
    top: 130px;
  }
  .page-template.logged-in .main-header:after {
    top: 145px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .price {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary h1.product_title {
    font-size: 24px;
    line-height: 26px;
  }
  .single-product .shop-single-outer .outer-group-summary .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.wp-post-image {
    height: 500px !important;
  }
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 19px;
    line-height: 25px;
  }
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_outer .footer-contents .ftlogo-main .footer-logo a img {
    width: 95px;
    height: 110px;
  }
  .home-banner-section ul.slick-dots {
    left: 7%;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .gallery-sec .outer-gallery-sec .item-gallery .small-sec-gallery {
    width: 100%;
    margin-bottom: 20px;
  }
  .gallery-sec .outer-gallery-sec .item-gallery .large-sec-gallery {
    width: 100%;
  }
  .testimonial-slider .title-slider-sec {
    max-width: 400px;
  }
  .popular-categories .outer-popular-categories .categories-item {
    width: 100%;
  }
  .group-outer.container ul.products li.product {
    width: 100% !important;
  }
  .related-outer .related.products ul.products li.product {
    width: 100% !important;
  }
  .site-main .group-outer ul.products li.product {
    width: 100% !important;
  }
  ul.products li.product .inner-box a.woocommerce-LoopProduct-link .review-outer {
    max-height: 100%;
  }
  .popup-story-sec {
    max-width: 500px;
    left: 10%;
    top: 16%;
  }
  .popup-story-sec .outer-popup-story .title-popup h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .related-outer .related.products ul.products li.product {
    margin-bottom: 40px !important;
  }
  .common-page-banner-section .banner-content .banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-page-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 35%;
  }
  .contact-content-sec .outer-contact-sec .lft-contct h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .contact-content-sec .outer-contact-sec .lft-contct p {
    font-size: 14px;
  }
  .contact-content-sec .outer-contact-sec .lft-contct a {
    font-size: 15px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item label {
    font-size: 14px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=tel], .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=text], .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item textarea {
    font-size: 14px;
    min-width: auto;
  }
  .contact-content-sec .outer-contact-sec .rit-contct .ct-form ul.ct-list li.ct-list-item input[type=submit] {
    font-size: 15px !important;
    min-width: auto;
  }
  .contact-content-sec {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .contact-content-sec .outer-contact-sec .lft-contct img.btm-lft-logo {
    height: 250px;
    max-width: 100%;
    float: none;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items {
    width: 100%;
    margin: 0;
    margin-bottom: 55px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items:last-child {
    margin-bottom: 45px;
  }
  .blogPage .row:nth-child(2) .pagination {
    padding-bottom: 25px;
  }
  .blog-detail-outr-sec .gen-page-title {
    font-size: 25px;
    line-height: 35px;
  }
  .blogPage .row .left-box .mainPost h2 a {
    font-size: 25px;
    line-height: 35px;
  }
  .blogPage .row .left-box .mainPost h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items h2 {
    font-size: 21px;
  }
  .blogPage .row .right-box .mobile-topic-click .topic-collapse {
    font-size: 21px;
  }
  .blogPage .row .right-box .mobile-topic-click ul li a {
    font-size: 15px;
    line-height: 26px;
  }
  .blogPage .row .left-box .des {
    font-size: 14px;
  }
  .openSearch-mobileview {
    width: 73.5%;
    top: 6%;
  }
}
@media screen and (max-width: 650px) {
  .search.search-results .search-sec {
    margin: 0;
  }
  .search.search-results .search_post {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .related-outer ul.products li.product {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .openSearch .container {
    padding: 0;
  }
  .openSearch.activeMenu {
    padding: 30px;
  }
}
@media screen and (max-width: 580px) {
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 30%;
  }
  .woocommerce-cart .wc-empty-cart-message {
    width: 100%;
  }
  .main-header .header-wrapper .right .search-sec .search-box img {
    width: 16px;
    height: 16px;
  }
  .main-header .header-wrapper .right .account img {
    width: 16px;
  }
  .main-header .header-wrapper .right .cart a img {
    width: 16px;
  }
  .main-header .header-wrapper .right .mobile-menu-sec .toggle-menu img {
    width: 25px;
  }
  .main-header .header-wrapper .right .mobile-menu-sec .toggle-menu {
    margin-left: 15px;
  }
  .main-header .header-wrapper .right .search-sec .search-box {
    width: 25px;
    height: 25px;
  }
  .main-header .header-wrapper .right .lang-sel {
    padding-left: 10px;
  }
}
@media screen and (max-width: 560px) {
  h1 {
    font-size: 35px;
    line-height: 46px;
  }
  h2 {
    font-size: 22px;
    line-height: 34px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 17px;
    line-height: 22px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email], .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text] {
    width: 100%;
    max-width: 85%;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=submit] {
    width: 100%;
  }
  .testimonial-slider .title-slider-sec {
    max-width: 300px;
  }
  .newsletter-box .outer-newsletter-box:after {
    background-position: left;
  }
  .footer_outer:after {
    width: 100%;
  }
  .common-page-banner-section .banner-content .banner-title h1 {
    font-size: 35px;
    line-height: 46px;
  }
  .inner-page-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 35px;
    line-height: 46px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
    font-size: 35px;
    line-height: 46px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .u-columns.col2-set h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .page-template-default h1 {
    font-size: 35px;
    line-height: 46px;
  }
  .page-template-default h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .page-template-default h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-default h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .page-template-default h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .page-template-default h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation {
    min-height: 350px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li {
    font-size: 18px;
    line-height: 18px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  .page-template-default.woocommerce-checkout .woocommerce ul.order_details li {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-default.woocommerce-checkout .woocommerce ul.order_details {
    margin-bottom: 20px;
  }
  .popup-story-sec {
    max-width: 450px;
    left: 8%;
    top: 17%;
  }
  .popup-story-sec .outer-popup-story .title-popup h2 {
    font-size: 22px;
    line-height: 27px;
    text-align: left;
  }
  .popup-story-sec .outer-popup-story .outer-item-popup .item-popup .right-content p {
    font-size: 12px;
    line-height: 20px;
  }
  .popup-story-sec .container {
    padding: 0;
  }
  .popup-story-sec .outer-popup-story {
    padding: 20px 20px;
  }
  .popup-story-sec .outer-popup-story:after {
    right: 0px;
    top: -2%;
  }
  .testimonial-slider .outer-testi-slider .item-slider .content-item p {
    font-size: 14px;
    line-height: 24px;
  }
  .prodct-descriptn-sec .outer-des-sec .contnt-des-sec p {
    font-size: 13px;
    line-height: 28px;
  }
  .prodct-descriptn-sec .outer-des-sec .video-des-sec blockquote {
    font-size: 14px;
    line-height: 24px;
  }
  .otrpages-content-sec .stry-title-txt h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .otrpages-content-sec .otrpages-outr-sec {
    padding: 40px 30px 60px;
  }
  .otrpages-content-sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .otrpages-content-sec .stry-title-txt {
    top: 50px;
    max-width: 300px;
  }
  .otrpages-content-sec .otrpages-outr-sec p {
    font-size: 14px;
    line-height: 28px;
  }
  .otrpages-content-sec .otrpages-outr-sec img.cntr-logo {
    height: 260px;
  }
  .otrpages-content-sec .social-outr {
    padding: 40px 0px 60px;
  }
  .otrpages-content-sec .social-outr p {
    padding: 0 30px;
  }
  .contact-content-sec .outer-contact-sec .lft-contct h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .contact-content-sec .outer-contact-sec .rit-contct h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .page-template-default table tr th {
    font-size: 14px;
  }
  .search.search-results .search_post h2.search-post-title {
    font-size: 22px;
    line-height: 34px;
  }
  .blog-detail-outr-sec .gen-page-title {
    font-size: 22px;
    line-height: 34px;
  }
  .blogPage .row .left-box .mainPost h2 a {
    font-size: 22px;
    line-height: 34px;
  }
  .blogPage .row .left-box .mainPost h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items h2 {
    font-size: 20px;
  }
  .blogPage .row .right-box .mobile-topic-click .topic-collapse {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items {
    padding: 30px 25px 22px 25px;
  }
  .blogPage .row .right-box {
    padding: 32px 25px 40px 25px;
  }
  .blogPage .row .left-box {
    padding: 38px 25px 36px 25px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items .date {
    left: 25px;
  }
  .blogPage .date {
    left: 25px;
  }
  .blogPage .row:nth-child(2) .blogList .blog-items .des-blog {
    font-size: 14px;
  }
  .blogPage .row {
    padding-bottom: 40px;
  }
  .common-main-outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 28px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form p.lost_password {
    font-size: 14px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox form label {
    font-size: 14px;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox h1 {
    font-size: 30px;
  }
  .page-template-default p {
    font-size: 13px;
    line-height: 28px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .price {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary h1.product_title {
    font-size: 22px;
    line-height: 25px;
  }
}
@media screen and (max-width: 520px) {
  .footer_outer .footer-contents .footer-widget .fw-content ul.menu li {
    margin-bottom: 16px;
  }
  .footer_outer .footer-contents {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .footer_outer .footer-contents .footer-widget {
    width: 50%;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .products-overview .outer-products-overview .item-products {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonial-slider .title-slider-sec {
    max-width: 250px;
  }
  .testimonial-slider .title-slider-sec:before {
    width: 50px;
    height: 50px;
  }
  .testimonial-slider .title-slider-sec:after {
    width: 35px;
    height: 35px;
  }
  .popup-story-sec {
    max-width: 330px;
    left: 15%;
    top: 15%;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 20%;
  }
  .blog-detail-outr-sec p {
    padding: 0 20px;
  }
  .single-product .shop-single-outer .outer-group-summary .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.wp-post-image {
    height: 360px !important;
  }
  .woocommerce div.product div.images img {
    height: auto !important;
  }
  .shophead-outer form .SumoSelect select {
    font-size: 13px;
    line-height: 28px;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 13px;
  }
  .shophead-outer form .SumoSelect:before {
    background-size: 15px;
    left: 25px;
    top: 2px;
  }
}
@media screen and (max-width: 450px) {
  .main-header .header-wrapper .middle {
    height: 130px;
  }
  .main-header .header-wrapper .middle a img {
    max-height: 130px;
  }
  .footer_outer .footer-credits {
    padding: 25px 0;
  }
  .footer_outer .footer-contents .ftlogo-main .footer-logo a img {
    width: 80px;
    height: 95px;
  }
  .footer_outer .footer-contents .ftlogo-main .footer-logo {
    margin-bottom: 20px;
  }
  .footer_outer .footer-contents .ftlogo-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub {
    text-align: center;
  }
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub {
    max-width: 313px;
  }
  .footer_outer .footer-credits .credits-contents .policy {
    text-align: center;
  }
  .footer_outer .footer-credits .credits-contents .payment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_outer .footer-credits .credits-contents .payment p {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }
  .footer_outer .footer-credits .credits-contents .policy p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer_outer .footer-credits .credits-contents .payment img {
    height: 20px;
  }
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub p {
    font-size: 14px;
    line-height: 25px;
  }
  .footer_outer .footer-contents .ftlogo-main .footer-logo {
    width: 100%;
    text-align: center;
  }
  .footer_outer .footer-contents .footer-widget {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub ul.social {
    margin-bottom: 35px;
  }
  .home-banner-section ul.slick-dots {
    left: 10%;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 35px;
    line-height: 46px;
  }
  .home-banner-section .banner-item .banner-content .banner-title .bttn {
    padding: 14px 24px;
  }
  .home-banner-section .banner-item .banner-image {
    height: 450px;
  }
  .home-banner-section .banner-item .banner-content {
    top: 90px;
  }
  .products-overview .outer-products-overview .item-products {
    text-align: center;
  }
  ul.products li.product .inner-box a.woocommerce-LoopProduct-link p {
    font-size: 14px;
  }
  .more-about-sec .outer-more-about .content-sec p {
    font-size: 14px;
  }
  .testimonial-slider .outer-testi-slider .item-slider .content-item p {
    font-size: 14px;
    line-height: 26px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email], .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text] {
    font-size: 14px;
    line-height: 14px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=submit] {
    font-size: 14px;
    line-height: 16px;
  }
  .testimonial-slider .outer-testi-slider .item-slider {
    padding: 30px 30px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter p {
    font-size: 15px;
    line-height: 26px;
  }
  .products-overview .outer-products-overview .item-products h4 {
    font-size: 18px;
  }
  .explr-prodcts .outer-explr .content-area h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .more-about-sec .outer-more-about .content-sec h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter h2 {
    font-size: 22px;
  }
  .testimonial-slider .title-slider-sec h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .testimonial-slider .title-slider-sec h3 {
    font-size: 20px;
  }
  .more-about-sec .outer-more-about .content-sec h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .title-sec-view-more h3 {
    font-size: 20px;
  }
  .related-outer h2 {
    font-size: 18px;
  }
  .explr-prodcts .outer-explr {
    height: 380px;
  }
  .more-about-sec .outer-more-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-slider {
    padding-bottom: 80px;
  }
  .gallery-sec {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .newsletter-box {
    padding-bottom: 40px;
  }
  .products-overview {
    padding-bottom: 40px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-banner-section ul.slick-dots {
    bottom: 100px;
  }
  .more-about-sec .outer-more-about .video-sec .playButton {
    width: 50px;
    height: 50px;
  }
  .testimonial-slider .outer-testi-slider {
    padding-bottom: 20px;
  }
  .products-overview .outer-products-overview .item-products img {
    height: 50px;
  }
  .top-most-title-content .outer-top-most-title h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .top-most-title-content .outer-top-most-title p {
    font-size: 14px;
    line-height: 28px;
  }
  .top-most-title-content {
    padding-top: 40px;
  }
  .top-most-title-content .container {
    padding: 0;
  }
  .view-bttn {
    padding: 12px 32px 12px 18px;
  }
  .view-bttn:before {
    right: 14px;
  }
  .popup-story-sec {
    left: 10%;
    top: 10%;
  }
  .product_meta span.posted_in {
    font-size: 16px;
    line-height: 20px;
  }
  .prodct-descriptn-sec .outer-des-sec .contnt-des-sec h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .testimonial-slider {
    padding-bottom: 70px;
  }
  .testimonial-slider .outer-testi-slider {
    padding-bottom: 24px;
  }
  .testimonial-slider .outer-testi-slider .item-slider .sub-content {
    min-height: 95px;
  }
  .prodct-descriptn-sec {
    padding: 40px 0 25px 0;
  }
  .title-sec-view-more {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .related-outer {
    padding: 30px 0 20px 0;
  }
  .woocommerce div.product div.images img {
    height: 360px !important;
  }
  .quantity {
    width: 100%;
    margin-bottom: 18px !important;
  }
  .quantity .quantity-nav .quantity-up {
    right: 54%;
  }
  .short-des-sec {
    padding: 30px 20px 30px 20px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary nav.woocommerce-breadcrumb {
    margin-bottom: 15px;
  }
  .prodct-descriptn-sec .outer-des-sec .video-des-sec .des-playButton {
    width: 40px;
    height: 40px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 15%;
  }
  .page-template-default.woocommerce-account .innerMainOuter .innerLeftBox nav.woocommerce-MyAccount-navigation ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .footer_outer .footer-contents .ftlogo-main .ftlogo-sub {
    max-width: 100%;
  }
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .home-banner-section .banner-item .banner-content {
    top: 80px;
  }
  .home-banner-section .banner-item .banner-image {
    height: 450px;
  }
  .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=email], .newsletter-box .outer-newsletter-box .outer-sub-newsletter .subscribe-outer-sec input[type=text] {
    max-width: 80%;
  }
  .popup-story-sec {
    left: 0;
  }
  .popup-story-sec .outer-popup-story:after {
    top: -3%;
  }
  .inner-page-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .common-page-banner-section .banner-content .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .main-header:after {
    top: 98px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 5%;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-section .banner-item .banner-content .banner-title h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .home-banner-section .banner-item .banner-content {
    top: 70px;
  }
  .home-banner-section ul.slick-dots {
    bottom: 80px;
  }
  .main-header .header-wrapper {
    height: 80px;
  }
  .main-header .header-wrapper .middle a img {
    height: 110px;
  }
  .main-header .header-wrapper .right .search-sec .search-box {
    width: 30px;
    height: 30px;
  }
  .main-header .header-wrapper .right .account {
    padding-left: 15px;
  }
  .main-header .header-wrapper .right .cart {
    padding-left: 15px;
  }
  .main-header .header-wrapper .right .cart a span.cart-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 10px;
  }
  .popup-story-sec .outer-popup-story:after {
    width: 35px;
    height: 35px;
  }
  .popup-story-sec {
    left: 0%;
    top: 11%;
    max-width: 280px;
  }
  .single-product .shop-single-outer .outer-group-summary .entry-summary .single-whishlist {
    right: 0%;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
  }
  .otrpages-content-sec .stry-title-txt {
    max-width: 275px;
  }
  .otrpages-content-sec .otrpages-outr-sec {
    padding: 40px 20px 40px;
  }
  .otrpages-content-sec .otrpages-outr-sec img.cntr-logo {
    height: 230px;
  }
}
.white-popup {
  position: relative;
  background: #F1F8FF;
  padding: 50px;
  width: auto;
  max-width: 600px;
  margin: 1vw auto;
  border-radius: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #000;
}

.board-popup {
  position: relative;
  background: #fff;
  padding: 55px;
  width: auto;
  max-width: 1100px;
  margin: 1vw auto;
  border-radius: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #6F7380;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}