html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
amp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: 'TimeRoman';
  src: url('fonts/timeroman/time_roman_normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Global */
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

sub {
  font-size: 75%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 60%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

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

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

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

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote:before,
q:before {
  content: '';
  content: none;
}

blockquote:after,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  padding: 0;
}

table th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: 0 none !important;
}

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Global Variables */
/* Media Screen */
/* Color */
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-orange {
  color: #ff8a00;
}

.text-brown {
  color: #d11920;
}

.text-dark-yellow {
  color: #f0ca04;
}

/* Background */
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

/* Font Family */
/* Font Family */
.belleza-regular {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Site Wrappers */
.full-wrapper {
  max-width: 100%;
}

.wrapper {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 50px;
}

.wrapper.small {
  max-width: 1572px;
}

@media (max-width: 980px) {
  .wrapper {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}

.container-secondry {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}

.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}

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

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

.hack {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

html {
  font-size: 16px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  margin: 0 0 5px;
  font-weight: normal;
  color: #2C2C2C;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1650px) {}

h1,
.h1,
.fs1 {
  font-size: 36px;
  line-height: 40px;
}

h2,
.h2,
.fs2 {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 1550px) {

  h2,
  .h2,
  .fs2 {
    font-size: 29px;
  }
}

@media (max-width: 1450px) {

  h2,
  .h2,
  .fs2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {

  h2,
  .h2,
  .fs2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3,
.h3,
.fs3 {
  font-size: 30px;
  line-height: 34px;
}

@media (max-width: 900px) {

  h3,
  .h3,
  .fs3 {
    font-size: 25px;
    line-height: 30px;
  }
}

h4,
.h4,
.fs4 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 900px) {

  h4,
  .h4,
  .fs4 {
    font-size: 20px;
    line-height: 25px;
  }
}

h5,
.h5,
.fs5 {
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (max-width: 1650px) {

  h5,
  .h5,
  .fs5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {

  h5,
  .h5,
  .fs5 {
    font-size: 16px;
    line-height: 20px;
  }
}

h6,
.h6,
.fs6 {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 1650px) {

  h6,
  .h6,
  .fs6 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {

  h6,
  .h6,
  .fs6 {
    font-size: 15px;
    line-height: 22px;
  }
}

body {
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

p,
.p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 980px) {

  p,
  .p {
    font-size: 14px;
    line-height: 21px;
  }
}

p:empty,
.p:empty,
p:last-child,
.p:last-child {
  margin-bottom: 0;
}

p+h5,
.p+h5 {
  padding-top: 20px;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* Positions */
.pos-r {
  position: relative;
}

.pos-s {
  position: static;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.l-0 {
  left: 0;
}

.t-a {
  top: auto;
}

.r-a {
  right: auto;
}

.b-a {
  bottom: auto;
}

.l-a {
  left: auto;
}

.z-a {
  z-index: auto;
}

/* Visual Formatting */
.fl-n {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-fix {
  float: left;
  width: 100%;
}

.cl-n {
  clear: none;
}

.cl-l {
  clear: left;
}

.cl-r {
  clear: right;
}

.cl-b {
  clear: both;
}

.d-n {
  display: none;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-li {
  display: list-item;
}

.d-tb {
  display: table;
}

.d-tbc {
  display: table-cell;
}

.d-tbcl {
  display: table-column;
}

.d-tbr {
  display: table-row;
}

.d-itb {
  display: inline-table;
}

.d-tbcp {
  display: table-caption;
}

.d-tbclg {
  display: table-column-group;
}

.d-tbhg {
  display: table-header-group;
}

.d-tbfg {
  display: table-footer-group;
}

.d-tbrg {
  display: table-row-group;
}

.v-v {
  visibility: visible;
}

.v-h {
  visibility: hidden;
}

.v-c {
  visibility: collapse;
}

.ov-v {
  overflow: visible;
}

.ovx-v {
  overflow-x: visible;
}

.ovy-v {
  overflow-y: visible;
}

.ov-h {
  overflow: hidden;
}

.ovx-h {
  overflow-x: hidden;
}

.ovy-h {
  overflow-y: hidden;
}

.ov-s {
  overflow: scroll;
}

.ovx-s {
  overflow-x: scroll;
}

.ovy-s {
  overflow-y: scroll;
}

.ov-a {
  overflow: auto;
}

.ovx-a {
  overflow-x: auto;
}

.ovy-a {
  overflow-y: auto;
}

.zoo,
.zm {
  zoom: 1;
}

.cur-a {
  cursor: auto;
}

.cur-d {
  cursor: default;
}

.cur-c {
  cursor: crosshair;
}

.cur-he {
  cursor: help;
}

.cur-m {
  cursor: move;
}

.cur-p {
  cursor: pointer;
}

.cur-t {
  cursor: text;
}

/* Margin */
.m-a {
  margin: auto;
}

.mt-a {
  margin-top: auto;
}

.mr-a {
  margin-right: auto;
}

.mb-a {
  margin-bottom: auto;
}

.ml-a {
  margin-left: auto;
}

/* Box Sizing */
.bxz-bb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bxz-cb {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.w-a {
  width: auto;
}

.h-a {
  height: auto;
}

.maw-n {
  max-width: none;
}

.mah-n {
  max-height: none;
}

.vh {
  height: 100vh;
}

.vw {
  width: 100vw;
}

/* Font */
.fw-n {
  font-weight: normal;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-i {
  font-style: italic;
}

.fs-n {
  font-style: normal;
}

.fs-o {
  font-style: oblique;
}

.fv-n {
  font-variant: normal;
}

.fv-sc {
  font-variant: small-caps;
}

.fza-n {
  font-size-adjust: none;
}

.ff-s {
  font-family: serif;
}

.ff-ss {
  font-family: sans-serif;
}

.ff-c {
  font-family: cursive;
}

.ff-f {
  font-family: fantasy;
}

.ff-m {
  font-family: monospace;
}

.ff-a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ff-t {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.ff-v {
  font-family: Verdana, Geneva, sans-serif;
}

.ff-nunito {
  font-family: "Nunito";
}

.fst-n {
  font-stretch: normal;
}

.fst-c {
  font-stretch: condensed;
}

.fst-sc {
  font-stretch: semi-condensed;
}

.fst-ec {
  font-stretch: extra-condensed;
}

.fst-uc {
  font-stretch: ultra-condensed;
}

.fst-e {
  font-stretch: expanded;
}

.fst-se {
  font-stretch: semi-expanded;
}

.fst-ee {
  font-stretch: extra-expanded;
}

.fst-ue {
  font-stretch: ultra-expanded;
}

/* Text */
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tt {
  vertical-align: text-top;
}

.va-tb {
  vertical-align: text-bottom;
}

.va-sup {
  vertical-align: super;
}

.va-sub {
  vertical-align: sub;
}

.va-bl {
  vertical-align: baseline;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-j {
  text-align: justify;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-o {
  text-decoration: overline;
}

.td-l {
  text-decoration: line-through;
}

.te-n {
  -webkit-text-emphasis: none;
  text-emphasis: none;
}

.te-ac {
  -webkit-text-emphasis: accent;
  text-emphasis: accent;
}

.te-dt {
  -webkit-text-emphasis: dot;
  text-emphasis: dot;
}

.te-c {
  -webkit-text-emphasis: circle;
  text-emphasis: circle;
}

.te-ds {
  -webkit-text-emphasis: disc;
  text-emphasis: disc;
}

.te-b {
  -webkit-text-emphasis: before;
  text-emphasis: before;
}

.te-a {
  -webkit-text-emphasis: after;
  text-emphasis: after;
}

.tt-n {
  text-transform: none;
}

.tt-c {
  text-transform: capitalize;
}

.tt-u {
  text-transform: uppercase;
}

.tt-l {
  text-transform: lowercase;
}

.tsh-n {
  text-shadow: none;
}

.lts-n {
  letter-spacing: normal;
}

.no-ls {
  letter-spacing: 0;
}

.whs-n {
  white-space: normal;
}

.whs-p {
  white-space: pre;
}

.whs-nw {
  white-space: nowrap;
}

.whs-pw {
  white-space: pre-wrap;
}

.whs-pl {
  white-space: pre-line;
}

.wob-n {
  word-break: normal;
}

.wob-k {
  word-break: keep-all;
}

.wob-ba {
  word-break: break-all;
}

.wow-nm {
  word-wrap: normal;
}

.wow-b {
  word-wrap: break-word;
}

/* Background */
.bg-n {
  background: none;
}

.bgc-w {
  background-color: #ffffff;
}

.bgc-b {
  background-color: #000000;
}

.bgc-t {
  background-color: transparent;
}

.bgr-n {
  background-repeat: no-repeat;
}

.bgr-x {
  background-repeat: repeat-x;
}

.bgr-y {
  background-repeat: repeat-y;
}

.bga-f {
  background-attachment: fixed;
}

.bga-s {
  background-attachment: scroll;
}

.bgp-tl {
  background-position: top left;
}

.bgp-tc {
  background-position: top center;
}

.bgp-tr {
  background-position: top right;
}

.bgp-cl {
  background-position: center left;
}

.bgp-cc {
  background-position: center center;
}

.bgp-cr {
  background-position: center right;
}

.bgp-bl {
  background-position: bottom left;
}

.bgp-bc {
  background-position: bottom center;
}

.bgp-br {
  background-position: bottom right;
}

.bgsz-a {
  background-size: auto;
}

.bgsz-ct {
  background-size: contain;
}

.bgsz-cv {
  background-size: cover;
}

.ipad .bga-f,
.iphone .bga-f {
  background-attachment: scroll;
}

/* Outline */
.ols-n {
  outline-style: none;
}

.ols-dt {
  outline-style: dotted;
}

.ols-ds {
  outline-style: dashed;
}

.ols-s {
  outline-style: solid;
}

.ols-db {
  outline-style: double;
}

.ols-g {
  outline-style: groove;
}

.ols-r {
  outline-style: ridge;
}

.ols-i {
  outline-style: inset;
}

.ols-o {
  outline-style: outset;
}

.olc {
  outline-color: #000000;
}

/* Tables */
.tbl-a {
  table-layout: auto;
}

.tbl-f {
  table-layout: fixed;
}

.cps-t {
  caption-side: top;
}

.cps-b {
  caption-side: bottom;
}

.ec-s {
  empty-cells: show;
}

.ec-h {
  empty-cells: hide;
}

/* Border */
.bd-n {
  border: none;
}

.bdcl-c {
  border-collapse: collapse;
}

.bdcl-s {
  border-collapse: separate;
}

.bdc-t {
  border-color: transparent;
}

.bdi-n {
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
}

.bds-n {
  border-style: none;
}

.bds-h {
  border-style: hidden;
}

.bds-dt {
  border-style: dotted;
}

.bds-ds {
  border-style: dashed;
}

.bds-s {
  border-style: solid;
}

.bds-db {
  border-style: double;
}

.bds-i {
  border-style: inset;
}

.bds-o {
  border-style: outset;
}

.bdt-n {
  border-top: none;
}

.bdts-n {
  border-top-style: none;
}

.bdtc-t {
  border-top-color: transparent;
}

.bdr-n {
  border-right: none;
}

.bdrs-n {
  border-right-style: none;
}

.bdrc-t {
  border-right-color: transparent;
}

.bdb-n {
  border-bottom: none;
}

.bdbs-n {
  border-bottom-style: none;
}

.bdbc-t {
  border-bottom-color: transparent;
}

.bdl-n {
  border-left: none;
}

.bdls-n {
  border-left-style: none;
}

.bdlc-t {
  border-left-color: transparent;
}

.bdrs {
  border-radius: 0;
}

/* Lists */
.lis-n {
  list-style: none;
}

.lisp-i {
  list-style-position: inside;
}

.lisp-o {
  list-style-position: outside;
}

.list-n {
  list-style-type: none;
}

.list-d {
  list-style-type: disc;
}

.list-c {
  list-style-type: circle;
}

.list-s {
  list-style-type: square;
}

.list-dc {
  list-style-type: decimal;
}

.list-dclz {
  list-style-type: decimal-leading-zero;
}

.list-lr {
  list-style-type: lower-roman;
}

.list-ur {
  list-style-type: upper-roman;
}

/* Print */
.pgbb-au {
  page-break-before: auto;
}

.pgbb-al {
  page-break-before: always;
}

.pgbb-l {
  page-break-before: left;
}

.pgbb-r {
  page-break-before: right;
}

.pgbi-au {
  page-break-inside: auto;
}

.pgbi-av {
  page-break-inside: avoid;
}

.pgba-au {
  page-break-after: auto;
}

.pgba-al {
  page-break-after: always;
}

.pgba-l {
  page-break-after: left;
}

.pgba-r {
  page-break-after: right;
}

/* Flex */
.ac-c {
  -ms-flex-line-pack: center;
  align-content: center;
}

.ac-fe {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.ac-fs {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ac-s {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ac-sa {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ai-b {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.as-a {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.as-b {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.as-c {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.as-fe {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.as-fs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.as-s {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fxw-n {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fxw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fxw-wr {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Animation */
.animdir-a {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.animdir-ar {
  animation-direction: alternate-reverse;
}

.animdir-n {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.animdir-r {
  animation-direction: reverse;
}

.animfm {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animfm-b {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.bfv-h {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bfv-v {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* Others */
.tov-c {
  -o-text-overflow: clip;
  text-overflow: clip;
}

.tov-e {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tso-cc {
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-family: a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.transition {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.transition-none {
  -webkit-transition: none;
  transition: none;
}

.transform-center {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  z-index: 1;
}

.translateY-50 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.translateY-100 {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.translateX-50 {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translateX-100 {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.user-select-none {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Widths */
.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.maxW100 {
  max-width: 100%;
}

/* Margins */
.noMar {
  margin: 0 !important;
}

.noBMar {
  margin-bottom: 0 !important;
}

.noTMar {
  margin-top: 0 !important;
}

.noLMar {
  margin-left: 0 !important;
}

.noRMar {
  margin-right: 0 !important;
}

/* Paddings */
.noTPad {
  padding-top: 0 !important;
}

.noBPad {
  padding-bottom: 0 !important;
}

.noLPad {
  padding-left: 0 !important;
}

.noRPad {
  padding-right: 0 !important;
}

.noPad {
  padding: 0 !important;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }


}

.mobile-only-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .mobile-only-flex {
    display: block;
  }
}

.desktop-only-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .desktop-only-flex {
    display: none;
  }
}

.v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .v-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.vb-100 {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .vb-100 {
    margin-bottom: 50px;
  }
}

.vt-100 {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .vt-100 {
    margin-top: 50px;
  }
}

.section-gap {
  padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-gap {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-gap {
    padding: 30px 0;
  }
}

.action-text {
  position: relative;
  z-index: 2;
}

.action-effect {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  border-radius: 30px;
  background-color: #000000;
  -webkit-clip-path: circle(0 at center);
  clip-path: circle(0 at center);
  -webkit-transition: -webkit-clip-path 0.4s ease-in-out;
  transition: -webkit-clip-path 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
}

.order-2 {
  order: 2;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: white !important;
  color: #000000;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Belleza", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #656565;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

video,
iframe,
canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

iframe {
  height: 92vh !important;
  padding-bottom: 60px;

}

@media only screen and (max-width: 767px) {
  iframe {
    height: 85vh !important;
  }
}


a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table td,
table th {
  padding: 6px 10px;
}

img {
  max-width: 100%;
}

.main-wrapper {
  margin-top: 150px;
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .main-wrapper {
    margin-top: 67px;
    margin-bottom: 50px;
  }
}

.section-title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
  }
}

.section-title h2 {
  margin: 0;
}

.swiper-slide:hover .our-juices-slider-slide-img-con img {
  transform: scale(1.05);
}

.our-juices-slider-slide-img .our-juices-slider-slide-img-con {
  text-align: center;
  padding: 10px 0;
}

.our-juices-slider-slide-img .our-juices-slider-slide-img-con img {
  max-height: 450px;
  transition: all 0.3s ease-in;
}

@media (max-width: 767px) {
  .our-juices-slider-slide-img .our-juices-slider-slide-img-con img {
    max-height: 250px;
  }
}

.our-juices-slider-slide-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 27px 0 10px;
}

.our-juices-slider-slide-details {
  font-size: 21px;
  font-weight: 700;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-juices-slider-slide-details .divider-line {
  width: 1px;
  height: 17px;
  background: #000000;
  margin: 0 10px;
  top: 3px;
  position: relative;
}

.our-juices-slider-slide-action {
  text-align: center;
}

.moretext {
  display: none;
}

hr {
  display: block;
  margin: 50px 0;
}

@media (max-width: 900px) {
  hr {
    margin: 30px 0;
  }
}

/* Animation */
.to-load.already-visible,
.no-js .to-load,
.touch .to-load,
.no-cssanimations .to-load {
  opacity: 1;
}

.to-load {
  opacity: 0;
}

.to-load.loaded {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-animation: moveUp 1s ease forwards;
  -ms-animation: moveUp 1s ease forwards;
  animation: moveUp 1s ease forwards;
}

.to-load.delay-1.loaded {
  -webkit-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.to-load.delay-2.loaded {
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.to-load.delay-3.loaded {
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.to-load.delay-4.loaded {
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.IE9 .to-load {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.delay-1 {
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.touch .to-load {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  opacity: 1;
}

.touch .to-load .delay-1,
.touch .to-load .delay-2 {
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .to-load {
    opacity: 1;
  }

  .to-load.loaded {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .delay-1,
  .delay-2 {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.btn {
  padding: 0 20px;
  /* min-width: 145px; */
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  font-weight: 400;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
}

@media (max-width: 767px) {}

.btn .action-text {
  height: 100%;
}

.btn:hover .action-effect {
  -webkit-clip-path: circle(75% at center);
  clip-path: circle(75% at center);
}

.btn-primary {
  color: #ffffff;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
}

.btn-primary:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
  background: white;
}

@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}

.btn-secondary {
  color: #ffffff;
  background: #000000;
  font-weight: 700;
  border: 3px solid #000000;
  transition: all 0.3s ease-in;
}

.btn-secondary .action-effect {
  background: #ffffff;
}

.btn-secondary:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .btn-secondary {
    font-size: 16px;
  }
}

.btn-tertiary {
  color: #ffffff;
  background: transparent;
  font-weight: 700;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in;
}

.btn-tertiary .action-effect {
  background: #ffffff;
}

.btn-tertiary:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .btn-tertiary {
    font-size: 16px;
  }
}

.btn-quaternary {
  color: #000000;
  background: transparent;
  font-weight: 700;
  border: 2px solid #000000;
  transition: all 0.3s ease-in;
}

.btn-quaternary .action-effect {
  background: #000000;
}

.btn-quaternary:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .btn-quaternary {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #656565;
}

::-moz-placeholder {
  color: #656565;
}

:-ms-input-placeholder {
  color: #656565;
}

:-moz-placeholder {
  color: #656565;
}

.form-ctrl {
  margin-bottom: 30px;
}

.input,
.select,
.textarea {
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.select option {
  font-size: 16px;
}

.textarea {
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #f1f3f2;
  border-radius: 12px;
  padding: 22px;
  resize: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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:before,
.slick-track:after {
  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;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.fancybox-active {
  height: auto;
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .fancybox-toolbar {
    right: 10px;
    top: 10px;
  }
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: white;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 70px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .fancybox-content {
    padding: 40px 30px;
  }
}

.fancybox-content .inner.ta-c {
  text-align: center;
}

.fancybox-content#add-error-pop .inner.ta-c {
  text-align: center;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: transparent;
  min-width: 100px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: auto;
  min-width: 10px;
  line-height: 0;
}

.fancybox-button:hover {
  background: transparent !important;
}

.fancybox-button:before,
.fancybox-button::after {
  display: none;
}

.fancybox-button svg {
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  top: 1px;
  position: relative;
  margin-left: 10px;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  color: #000;
}

.fancybox-close-small:before,
.fancybox-close-small::after {
  display: none;
}

.fancybox-close-small:hover {
  opacity: 1;
  background: none !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 20px;
    right: 20px;
  }
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 40px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  top: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
  text-align: left;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-button--close:hover {
  background-color: transparent !important;
  color: white !important;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  background: transparent !important;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-navigation .fancybox-button svg {
  opacity: 0;
}

.fancybox-navigation .fancybox-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  border: 10px solid transparent;
  border-right-color: #ffffff;
  display: block !important;
  z-index: 2;
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0.4;
  display: none;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
  transform: rotate(180deg);
  margin: -7px 0 0 -9px;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
  max-height: 60vh;
  padding-bottom: 20px;
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  padding: 20px 0px;
}

.page-scrolled .main-header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}



.main-header img {
  max-width: 140px;
}

.main-header .btn {
  min-width: 163px;
  text-align: center;
}

@media (max-width: 767px) {
  .main-header .btn {
    font-size: 14px;
    height: 36px;
    min-width: 138px;
    line-height: 34px;
  }
}

.main-header .link {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}



.main-header .link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 7px;
  height: 1px;
  width: 50px;
  transition: width 0.5s ease;
  background: currentColor;
}

.main-header .link:hover::after {
  width: calc(100% - 7px);
}

@media (max-width: 767px) {
  .main-header {
    padding-top: 25px;
  }

  .main-header img {
    max-width: 93px;
  }
}

.footer {
  clear: both;
  background: #f8f8f8;
}

.footer .footer-top {
  background: #fff;
  padding: 100px 0 10px;
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 65px 0;
  }
}

.footer .footer-top .news-letter {
  margin: 0 auto;
  max-width: 450px;
  text-align: center;
}

.footer .footer-top .news-letter h2 {
  color: #343434;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.footer .footer-top .news-letter p {
  color: #656565;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-top .news-letter form {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

@media (max-width: 767px) {
  .footer .footer-top .news-letter form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .footer-top .news-letter h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.footer .footer-top .news-letter .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer .footer-top .news-letter .btn {
    margin-top: 10px;
  }
}

.footer .footer-top .news-letter .input {
  width: calc(100% - 99px);
}

@media (max-width: 767px) {
  .footer .footer-top .news-letter .input {
    margin-bottom: 20px;
    width: 100%;
  }
}

.footer .footer-middle {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .footer .footer-middle {
    border-bottom: none;
  }

  .footer .footer-middle .wrapper {
    padding: 0;
  }
}

.footer .footer-middle img {
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -12px;
}

@media (max-width: 767px) {
  .footer .footer-middle img {
    bottom: -1px;
  }
}

@media (min-width: 768px) {
  .footer .footer-middle img.mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer .footer-middle img.desktop-only {
    display: none;
  }

  .footer .footer-middle img.mobile-only {
    bottom: -5px;
  }
}

.footer .footer-bottom {
  padding: 40px 0px;
}

@media (max-width: 767px) {
  .footer .footer-bottom {
    padding: 20px 0;
  }
}

.footer .footer-bottom p {
  margin: 0;
  font-weight: 400;
  line-height: 16px;

}

.footer .footer-bottom p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer .footer-bottom p:not(:last-child) {
    margin-bottom: 6px;
  }
}

.features-section {
  padding: 20px 0px 50px;
}

@media (max-width: 1000px) {
  .features-section .wrapper>.d-f {
    flex-wrap: wrap;
    display: block;
  }
}

.features-section .left-content {
  max-width: 399px;
  padding-bottom: 100px;
}

@media (max-width: 1350px) {
  .features-section .left-content {
    padding-bottom: 50px;
  }
}

.features-section .right-content {
  width: calc(73% - 100px);
}

.features-section .right-content .col1 {
  width: 34%;
}

.features-section .right-content .col2 {
  width: calc(100% - 34%);
}

.features-section .right-content .col2 .box:nth-child(1) {
  width: 58%;
}

.features-section .right-content .col2 .box:nth-child(1) figure {
  padding-bottom: 83%;
}

.features-section .right-content .col2 .box:nth-child(1) figcaption {
  left: 46%;
  bottom: 28%;
}

.features-section .right-content .col2 .box:nth-child(2) {
  width: 42%;
}

.features-section .right-content .col2 .box:nth-child(2) figure {
  padding-bottom: 117%;
}

.features-section .right-content .col2 .box:nth-child(2) figcaption {
  padding-left: 0;
  left: 34%;
  bottom: 85%;
}

@media (max-width: 1450px) {
  .features-section .right-content .col2 .box:nth-child(2) figcaption {
    bottom: 88%;
  }
}

@media (max-width: 1350px) {
  .features-section .right-content .col2 .box:nth-child(2) figcaption {
    bottom: 90%;
  }
}

@media (max-width: 1150px) {
  .features-section .right-content .col2 .box:nth-child(2) figcaption {
    bottom: 83%;
  }
}

.features-section .right-content .col2 .box:nth-child(2) figcaption::before {
  bottom: -67px;
  right: 3px;
  top: auto;
  left: auto;
}

@media (max-width: 1150px) {
  .features-section .right-content .col2 .box:nth-child(2) figcaption::before {
    bottom: -45px;
  }
}

.features-section .right-content .col2 .box:nth-child(2) figcaption::after {
  width: 1px;
  height: 50px;
  right: 8px;
  left: auto;
  top: 132%;
}

@media (max-width: 1150px) {
  .features-section .right-content .col2 .box:nth-child(2) figcaption::after {
    height: 30px;
  }
}

.features-section .right-content .col2 .box:nth-child(3) {
  width: 40%;
}

.features-section .right-content .col2 .box:nth-child(3) figure {
  padding-bottom: 99.2%;
}

.features-section .right-content .col2 .box:nth-child(3) figcaption {
  padding-left: 0;
  left: 47%;
  bottom: 78%;
}

.features-section .right-content .col2 .box:nth-child(3) figcaption::before {
  bottom: -45px;
  right: 3px;
  top: auto;
  left: auto;
}

@media (max-width: 1350px) {
  .features-section .right-content .col2 .box:nth-child(3) figcaption::before {
    bottom: -35px;
  }
}

.features-section .right-content .col2 .box:nth-child(3) figcaption::after {
  width: 1px;
  height: 35px;
  right: 8px;
  left: auto;
  top: 132%;
}

@media (max-width: 1350px) {
  .features-section .right-content .col2 .box:nth-child(3) figcaption::after {
    height: 25px;
  }
}

.features-section .right-content .col2 .box:nth-child(4) {
  width: 60%;
}

.features-section .right-content .col2 .box:nth-child(4) figure {
  padding-bottom: 64.4%;
}

.features-section .right-content .col2 .box:nth-child(4) figcaption {
  padding-left: 0;
  left: 5%;
  bottom: 51%;
  padding-right: 60px;
}

@media (max-width: 1550px) {
  .features-section .right-content .col2 .box:nth-child(4) figcaption {
    left: 4%;
  }
}

@media (max-width: 1350px) {
  .features-section .right-content .col2 .box:nth-child(4) figcaption {
    left: 2%;
  }
}

@media (max-width: 1150px) {
  .features-section .right-content .col2 .box:nth-child(4) figcaption {
    padding-right: 45px;
  }
}

.features-section .right-content .col2 .box:nth-child(4) figcaption::before {
  left: auto;
  right: 0;
}

.features-section .right-content .col2 .box:nth-child(4) figcaption::after {
  left: auto;
  right: 5px;
}

.features-section .right-content .box {
  border: 10px solid white;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}

.features-section .right-content .box figure {
  position: relative;
  width: 100%;
  padding-bottom: 176%;
}

.features-section .right-content .box figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1150px) {
  .features-section .right-content .box {
    border: 5px solid white;
  }
}

.features-section .right-content .box figcaption {
  position: absolute;
  font-size: 16px;
  color: #656565;
  line-height: 18px;
  padding-left: 60px;
  left: 31%;
  bottom: 23%;
  opacity: 0;
  transition: all 0.5s ease 0.3s;
}

@media (max-width: 1450px) {
  .features-section .right-content .box figcaption {
    font-size: 15px;
  }
}

@media (max-width: 1350px) {
  .features-section .right-content .box figcaption {
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  .features-section .right-content .box figcaption {
    font-size: 13px;
    padding-left: 45px;
  }
}

.features-section .right-content .box figcaption::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #343434;
  left: 0;
  top: 5px;
  transition: all 1s ease 1s;
  transform: scale(0);
}

.features-section .right-content .box figcaption::after {
  content: '';
  position: absolute;
  width: 51px;
  height: 1px;
  background: #343434;
  left: 5px;
  top: 9px;
  clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%);
  transition: all 1s ease 0.5s;
}

@media (max-width: 1150px) {
  .features-section .right-content .box figcaption::after {
    width: 37px;
  }
}

.features-section .right-content .box.loaded figure figcaption {
  opacity: 1;
}

.features-section .right-content .box.loaded figure figcaption::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.features-section .right-content .box.loaded figure figcaption:before {
  transform: scale(1);
}

@media (max-width: 1550px) {
  .features-section .left-content {
    width: 27%;
  }

  .features-section .right-content {
    width: calc(77% - 100px);
  }
}

@media (max-width: 1450px) {
  .features-section .left-content {
    width: 25%;
  }

  .features-section .right-content {
    width: calc(75% - 50px);
  }
}

@media (max-width: 1350px) {
  .features-section .left-content {
    width: 23%;
  }

  .features-section .right-content {
    width: calc(78% - 30px);
  }
}

@media (max-width: 1000px) {
  .features-section .left-content {
    width: 100%;
    padding-bottom: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .features-section .right-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .features-section {
    padding: 0 0 20px 0;
    margin-top: -20px;
  }

  .features-section h2,
  .features-section .h2 {
    /* max-width: 300px; */
  }

  .features-section .left-content {
    margin-bottom: 20px;
  }

  .features-section .right-content {
    flex-wrap: wrap;
    width: auto;
    margin: 0 -7px;
  }

  .features-section .right-content .box {
    border-radius: 36px;
    border: 5px solid white;
  }

  .features-section .right-content .box figure {
    padding-bottom: 110%;
  }

  .features-section .right-content .box figure figcaption {
    left: calc(60vw - 40px);
    bottom: 19%;
  }

  .features-section .right-content .col1 {
    width: 100%;
  }

  .features-section .right-content .col1 figure {
    padding-bottom: 40.6%;
  }

  .features-section .right-content .col1 figure img {
    height: auto;
    object-fit: contain;
  }

  .features-section .right-content .col2 {
    width: 100%;
  }

  .features-section .right-content .col2 .box:nth-child(1) {
    width: 60%;
  }

  .features-section .right-content .col2 .box:nth-child(1) figure {
    padding-bottom: 70.5%;
  }

  .features-section .right-content .col2 .box:nth-child(1) figcaption {
    left: 39%;
    bottom: 19%;
  }

  .features-section .right-content .col2 .box:nth-child(2) {
    width: 40%;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure {
    padding-bottom: 108%;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    bottom: auto;
    top: 25%;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure figcaption::after {
    height: 20px;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure figcaption::before {
    bottom: -35px;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure img {
    object-position: top;
  }

  .features-section .right-content .col2 .box:nth-child(3) figure {
    padding-bottom: 114.2%;
  }

  .features-section .right-content .col2 .box:nth-child(3) figure img {
    height: 106%;
  }

  .features-section .right-content .col2 .box:nth-child(4) figure {
    padding-bottom: 72.2%;
  }

  .features-section .right-content .col2 .box:nth-child(4) figure img {
    object-position: left;
  }

  .features-section .right-content .col2 .box:nth-child(4) figcaption {
    width: 115px;
    left: auto;
    right: 41%;
  }
}

@media (max-width: 650px) {
  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 21%;
  }
}

@media (max-width: 575px) {
  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 18%;
  }
}

@media (max-width: 450px) {
  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 13%;
  }
}

@media (max-width: 420px) {
  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 10%;
    left: 28%;
  }
}

@media (max-width: 390px) {
  .features-section .right-content .box figcaption {
    font-size: 11px;
    padding-left: 43px;
    line-height: 1.1;
  }

  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 13%;
  }

  .features-section .right-content .col2 .box:nth-child(3) figcaption {
    left: 41%;
    bottom: 80%;
  }

  .features-section .right-content .col2 .box:nth-child(4) figcaption {
    width: 106px;
    left: auto;
    right: 31%;
  }

  .features-section .right-content .box {
    border-radius: 28px;
    border: 4px solid white;
  }
}

@media (max-width: 350px) {
  .features-section .right-content .col2 .box:nth-child(2) figure figcaption {
    top: 9%;
  }
}

.bottle1 svg .svg-elem-2,
.bottle1 svg .svg-elem-3 {
  opacity: 0;
}

.section-product {
  padding: 50px 0 0;
}

.section-product .pad {
  padding: 0 170px 0px 170px;
}

@media (max-width: 1650px) {
  .section-product .pad {
    padding: 0 140px 0px 140px;
  }
}

@media (max-width: 1550px) {
  .section-product .pad {
    padding: 0 120px 0px 120px;
  }
}

@media (max-width: 1450px) {
  .section-product .pad {
    padding: 0 100px 0px 100px;
  }
}

@media (max-width: 1350px) {
  .section-product .pad {
    padding: 0 80px 0px 80px;
  }
}

@media (max-width: 1279px) {
  .section-product .pad {
    padding: 0 50px 0px 50px;
  }
}

.section-product .pad .img-box {
  width: 52%;
}

@media (max-width: 1450px) {
  .section-product .pad .img-box {
    width: 48%;
  }
}

@media (max-width: 1350px) {
  .section-product .pad .img-box {
    width: 45%;
  }
}

.section-product .pad .img-box .hand-icon {
  height: 100%;
  z-index: 9;
  pointer-events: none;
  opacity: 0.8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.section-product .pad .img-box .hand-icon.hide {
  opacity: 0;
}

.section-product .pad .img-box .hand-icon .center {
  width: 50px;
  height: 54px;
  display: block;
  position: relative;
}

.section-product .pad .img-box .hand-icon .center span {
  display: block;
}

.section-product .pad .img-box .hand-icon .center span+span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-product .pad .img-box .hand-icon img,
.section-product .pad .img-box .hand-icon svg {
  margin-left: -7%;
  margin-top: 15%;
  max-width: 116px;
}

@media (max-width: 767px) {

  .section-product .pad .img-box .hand-icon img,
  .section-product .pad .img-box .hand-icon svg {
    margin-left: -7%;
    margin-top: 15%;
    max-width: 24%;
  }
}

.section-product .pad .img-box .img-slider .item {
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
}

.section-product .pad .img-box .img-slider .item figure {
  /* padding-bottom: 245%; */
  cursor: pointer;
  position: relative;
  text-align: center;
}

.section-product .pad .img-box .img-slider .item figure img {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  width: 100%;
}

.section-product .pad .img-box .img-slider .item figure img.active {
  opacity: 1;
}

.section-product .pad .img-box .img-slider .item figure img:first-child {
  position: relative;
}

@media (min-width: 1000px) {
  .section-product .pad .img-box .img-slider .flickity-button {
    top: 100%;
    left: 50%;
    transform: translate3d(-20px, 0px, 0px);
    margin-left: -38px;

  }

  .section-product .pad .img-box .img-slider .flickity-button.next {
    right: auto;
    transform: translate3d(20px, 0px, 0px);
  }
}

.section-product .pad .img-box .img-slider .flickity-button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #999;
  transition: all 0.5s ease;
}

.section-product .pad .img-box .img-slider .flickity-button:hover {
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.section-product .pad .img-box .img-slider .flickity-button svg {
  transform: scale(0.8);
  transition: fill 0.5s ease;
}

.section-product .pad .img-box .img-slider .flickity-button:hover svg {
  fill: white;
}

.section-product .pad .img-box .img-slider .flickity-button:focus {
  box-shadow: none;
}


/* Prevent active style from showing until user clicks */
.img-slider.disable-initial-select .item.is-selected figure img {
  transform: none !important;
  margin-left: 0 !important;
}

.img-slider.disable-initial-select .item figure img {
  transform: none !important;
  margin-left: 0 !important;
}

.mobile-capacity {
  display: none;
}

.desktop-capacity {
  display: block;
  margin-bottom: 15px;
}

.section-product .pad .prod-details {
  width: calc(48% - 100px);
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
  justify-content: space-between;
}

@media (max-width: 1450px) {
  .section-product .pad .prod-details {
    width: calc(50% - 100px);
  }
}

@media (max-width: 1350px) {
  .section-product .pad .prod-details {
    width: calc(53% - 50px);
  }
}

@media (max-width: 1250px) {
  .section-product .pad .prod-details {
    width: calc(53% - 10px);
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {

  .mobile-capacity {
    display: block;
  }

  .desktop-capacity {
    display: none;
  }

  .section-product .pad {
    padding: 0px 0px 25px 0px;
  }
}

.section-product .pad .prod-details .specs {
  width: 49%;
}

.section-product .pad .prod-details .specs li {
  margin-bottom: 15px;
}


/* .section-product .pad .prod-details .specs li:first-child {
  min-height: 88px;
  margin-bottom: 0;
} */

.section-product .pad .prod-details .specs li label {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}

.section-product .pad .prod-details .actions {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-product .pad .prod-details .actions h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px;
}

.section-product .pad .prod-details .actions .price-box h4 {
  margin-bottom: 4px;
  color: #000;
}

.section-product .pad .prod-details .actions .color-swatch {
  margin-bottom: 40px;
}

.section-product .pad .prod-details .actions .color-swatch ul {
  display: flex;
  flex-wrap: wrap;
}

.section-product .pad .prod-details .actions .color-swatch ul li {
  margin-right: 10px;
}

.section-product .pad .prod-details .actions .color-swatch ul li a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0;
  display: block;
  border: 1px solid transparent;
  position: relative;
}

.section-product .pad .prod-details .actions .color-swatch ul li a:before,
.section-product .pad .prod-details .actions .color-swatch ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border: solid 5px currentColor;
  border-radius: 50%;
  z-index: -1;
  will-change: transform;
}

.section-product .pad .prod-details .actions .color-swatch ul li a:before {
  z-index: -2;
}

.section-product .pad .prod-details .actions .color-swatch ul li.active a:before {
  animation: ripple 2.3s linear infinite;
}

.section-product .pad .prod-details .actions .color-swatch ul li.active a:after {
  animation: ripple 3.2s 1s linear infinite;
}

.section-product .pad .prod-details .actions .buy-btn {
  max-width: 192px;
  margin-top: 25px;
}

.section-product .pad .prod-details .actions .buy-btn .btn {
  width: 100%;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .section-product .pad {
    flex-wrap: wrap;
    display: block;
  }

  .section-product .pad .img-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-product .pad .img-box .img-slider {
    padding: 0 60px;
    max-width: 450px;
  }

  .section-product .pad .prod-details {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .section-product {
    padding: 80px 0 0 !important;
  }

  .section-product.section-product-new {
    padding: 80px 0 !important;
  }

  .section-product .pad {
    padding: 0 !important;
  }



  .section-product .pad .prod-details .specs li {
    margin-bottom: 20px;
  }

  .section-product .pad .prod-details .specs li:first-child {
    min-height: 0;
    margin-bottom: 20px;
  }

  .section-product .pad .prod-details {
    gap: 20px !important;
  }

  .section-product .pad .prod-details .actions .color-swatch ul {
    justify-content: flex-start;
    width: 100%;
  }

  .section-product .pad .prod-details .actions .color-swatch ul li {
    margin: 0 7px;
  }

  .section-product .pad .prod-details .actions .color-swatch ul li a {
    width: 24px;
    height: 24px;
  }

  .section-product .pad .prod-details .actions .buy-btn {
    margin-top: 30px;
  }

  .section-product .pad .prod-details .specs,
  .section-product .pad .prod-details .actions {
    width: 100%;
  }
}

.section-product.section-product-new .pad {
  padding: 0 20px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.section-product.section-product-new .pad .new-img-box {
  width: 332px;

}

.section-product.section-product-new .pad .new-img-box figure {
  transform: scale(0.9);
}

.section-product.section-product-new .pad .new-img-box figure+figure {
  transform: scale(1);
}

.section-product.section-product-new .pad .prod-details {
  flex-wrap: wrap;
  width: calc(100% - 280px);
  max-width: 450px;
  padding-bottom: 0;
  padding-top: 20px;
}

.section-product.section-product-new .pad .prod-details .specs {
  max-width: 220px;
}

.section-product.section-product-new .pad .prod-details .specs li:last-child {
  margin-bottom: 0;
}

.section-product.section-product-new .pad .prod-details .tab-links {
  width: 100%;
  margin-bottom: 40px;
}

.section-product.section-product-new .pad .prod-details .tab-links .box {
  border: 1px solid #2c2c2c;
  border-radius: 100px;
  max-width: 250px;
  display: flex;
}

.section-product.section-product-new .pad .prod-details .tab-links .box a {
  color: #656565;
  padding: 0 20px;
  border-radius: 30px;
  border-radius: 100px;
  line-height: 40px;
  font-size: 16px;
  flex-grow: 1;
}

.section-product.section-product-new .pad .prod-details .tab-links .box a.active {
  background: black;
  color: white;
}

.contactus_form__ .wpcf7-not-valid-tip {
  position: relative;
  top: -15px;
}

@media (max-width: 1000px) {
  .section-product.section-product-new .pad .new-img-box {
    width: 51.33%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(2%);
  }

  .section-product.section-product-new .pad .prod-details {
    width: 100%;
    padding-top: 30px;
  }

  .section-product.section-product-new .pad .prod-details .tab-links {
    margin-bottom: 35px;
  }

  .section-product.section-product-new .pad .prod-details .tab-links .box {
    margin-left: au0to;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-product.section-product-new .pad .prod-details {
    width: 100%;
    padding-top: 20px;
  }

  .section-product.section-product-new .pad .prod-details .tab-links .box {
    margin-left: 0;
    margin-right: 0;
  }
}

@keyframes ripple {
  to {
    transform: scale(2.3);
    opacity: 0;
  }
}

.hand {
  animation: hand 2.3s linear infinite both;
  transform-origin: bottom;
}

.curve {
  animation: curve 2.3s linear infinite both;
  transform-origin: bottom;
}

.arrows {
  animation: arrows 2.3s linear infinite both;
  transform-origin: bottom;
}

@keyframes hand {
  0% {
    transform: scale(1) rotate(0deg);
  }

  10% {
    transform: scale(0.9);
  }

  30% {
    transform: scale(0.9) rotate(5deg);
  }

  50% {
    transform: scale(0.9) rotate(-15deg);
  }

  70% {
    transform: scale(0.9) rotate(5deg);
  }

  90% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes curve {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.9);
    opacity: 0;
  }

  75% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes arrows {
  0% {
    transform: translateX(0px);
  }

  30% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(10px);
  }

  70% {
    transform: translateX(0px);
  }

  100% {
    transform: rotate(0deg);
  }
}

.section-water {
  padding: 50px 0 100px;
}

.section-water .pad {
  padding: 0 150px;
}

@media (max-width: 1650px) {
  .section-water .pad {
    padding: 0 120px;
  }
}

@media (max-width: 1550px) {
  .section-water .pad {
    padding: 0 70px;
  }
}

@media (max-width: 1450px) {
  .section-water .pad {
    padding: 0 60px;
  }
}

@media (max-width: 1350px) {
  .section-water .pad {
    padding: 0 40px;
  }
}

@media (max-width: 1279px) {
  .section-water .pad {
    padding: 0 30px;
  }
}

.section-water .img-box {
  width: 70%;
}

.section-water .img-box svg {
  height: auto;
  max-width: 100%;
}

.section-water .img-box svg .waterPath {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: all 2.5s ease;
}

.section-water .img-box.loaded svg .waterPath {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

@media (max-width: 1350px) {
  .section-water .img-box {
    width: 60%;
  }
}

@media (max-width: 1000px) {
  .section-water .img-box {
    width: 50%;
  }
}

.section-water .details {
  margin-left: -22%;
  width: 70%;
}

@media (max-width: 1350px) {
  .section-water .details {
    margin-left: -15%;
  }
}

.section-water .details .bubbles-list {
  padding-bottom: 50%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1000px) {
  .section-water .details .bubbles-list {
    margin-top: 30px;
  }
}

.section-water .details .bubbles-list li {
  position: absolute;
  transition: opacity 1.5s ease, transform 0.2s ease;
}

.section-water .details .bubbles-list li .circle {
  width: 100%;
  padding-bottom: calc(100% - 4px);
  position: relative;
  border: 2px solid #C0EDF6;
  opacity: 0;
  color: #656565;
  font-size: 18px;
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.8s ease 0.5s;
  will-change: transform;
  background: white;
}

@media (max-width: 1250px) {
  .section-water .details .bubbles-list li .circle {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 1150px) {
  .section-water .details .bubbles-list li .circle {
    font-size: 13px;
    line-height: 16px;
  }
}

.section-water .details .bubbles-list li .circle strong {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section-water .details .bubbles-list li:nth-child(1) {
  left: 11.8%;
  top: 5.8%;
  width: 16.5%;
  transition-delay: 1.6s;
}

.section-water .details .bubbles-list li:nth-child(1) .circle {
  transition-delay: 1.6s;
}

.section-water .details .bubbles-list li:nth-child(2) {
  left: 29.7%;
  top: 1.5%;
  width: 16.6%;
}

.section-water .details .bubbles-list li:nth-child(3) {
  left: 49.5%;
  top: 3.5%;
  width: 18.9%;
  transition-delay: 1.5s;
}

.section-water .details .bubbles-list li:nth-child(3) .circle {
  transition-delay: 1.5s;
}

.section-water .details .bubbles-list li:nth-child(4) {
  left: 68.1%;
  top: 25.2%;
  width: 13.1%;
  transition-delay: 1.1s;
}

.section-water .details .bubbles-list li:nth-child(4) .circle {
  transition-delay: 1.1s;
}

.section-water .details .bubbles-list li:nth-child(5) {
  left: 81.1%;
  top: 9.3%;
  width: 18.9%;
  transition-delay: 1.3s;
}

.section-water .details .bubbles-list li:nth-child(5) .circle {
  transition-delay: 1.3s;
}

.section-water .details .bubbles-list li:nth-child(6) {
  left: 0.5%;
  top: 37%;
  width: 16.6%;
  transition-delay: 1.8s;
}

.section-water .details .bubbles-list li:nth-child(6) .circle {
  transition-delay: 1.8s;
}

.section-water .details .bubbles-list li:nth-child(7) {
  left: 19.5%;
  top: 40.6%;
  width: 18.8%;
  transition-delay: 1.2s;
}

.section-water .details .bubbles-list li:nth-child(7) .circle {
  transition-delay: 1.2s;
}

.section-water .details .bubbles-list li:nth-child(8) {
  left: 39.3%;
  top: 34.8%;
  width: 12.9%;
}

.section-water .details .bubbles-list li:nth-child(9) {
  left: 53.5%;
  top: 44.3%;
  width: 16.7%;
  transition-delay: 1.7s;
}

.section-water .details .bubbles-list li:nth-child(9) .circle {
  transition-delay: 1.7s;
}

.section-water .details .bubbles-list li:nth-child(10) {
  left: 74.6%;
  top: 48.4%;
  width: 18.8%;
  transition-delay: 1.4s;
}

.section-water .details .bubbles-list li:nth-child(10) .circle {
  transition-delay: 1.4s;
}

.section-water .details .bubbles-list li:nth-child(11) {
  left: 37.5%;
  top: 64.2%;
  width: 16.6%;
  transition-delay: 1.1s;
}

.section-water .details .bubbles-list li:nth-child(11) .circle {
  transition-delay: 1.1s;
}

.section-water .details .bubbles-list.loaded li {
  opacity: 1;
}

.section-water .details .bubbles-list.loaded li .circle {
  opacity: 1;
}

@media (max-width: 767px) {
  .section-water {
    padding-bottom: 70px;
    padding-top: 0;
  }

  .section-water .pad {
    padding: 0;
    flex-wrap: wrap;
  }

  .section-water .pad h2 {
    max-width: 230px;
    margin: 0 auto 30px;
  }

  .section-water .pad .img-box {
    width: 100%;
  }

  .section-water .pad .details {
    width: 100%;
    margin: 0;
  }

  .section-water .pad .details .bubbles-list {
    padding-bottom: 141%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(1) {
    width: 30.9%;
    left: 14.7%;
    top: 1.3%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(2) {
    width: 35.9%;
    left: 54.7%;
    top: 0;
  }

  .section-water .pad .details .bubbles-list li:nth-child(3) {
    width: 24.3%;
    left: 37.3%;
    top: 20.6%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(4) {
    width: 35.5%;
    left: 0.5%;
    top: 24.2%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(5) {
    width: 30.9%;
    left: 64.3%;
    top: 26.8%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(5) {
    width: 30.1%;
    left: 33.9%;
    top: 40%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(6) {
    width: 30.7%;
    left: 64%;
    top: 26.7%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(7) {
    width: 31.2%;
    left: 3.7%;
    top: 51%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(8) {
    width: 35.5%;
    left: 64.3%;
    top: 50.9%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(9) {
    width: 34.9%;
    left: 30.9%;
    top: 64.1%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(10) {
    width: 23.8%;
    left: 5.6%;
    top: 76.4%;
  }

  .section-water .pad .details .bubbles-list li:nth-child(11) {
    width: 30.7%;
    left: 64.5%;
    top: 78.1%;
  }
}

.bubbles-list li:nth-child(1) .circle {
  animation: floating 4s ease-in-out infinite both;
}

.bubbles-list li:nth-child(2) .circle {
  animation: floating2 5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(3) .circle {
  animation: floating3 4s ease-in-out infinite both;
}

.bubbles-list li:nth-child(4) .circle {
  animation: floating4 5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(5) .circle {
  animation: floating5 4.5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(6) .circle {
  animation: floating6 5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(7) .circle {
  animation: floating7 4s ease-in-out infinite both;
}

.bubbles-list li:nth-child(8) .circle {
  animation: floating8 5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(9) .circle {
  animation: floating9 3s ease-in-out infinite both;
}

.bubbles-list li:nth-child(10) .circle {
  animation: floating10 5s ease-in-out infinite both;
}

.bubbles-list li:nth-child(11) .circle {
  animation: floating11 4s ease-in-out infinite both;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(15%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating2 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10%) translateX(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating3 {
  0% {
    transform: translateY(0%) translateX(0%);
  }

  50% {
    transform: translateY(10%) translateX(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating4 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10%) translateX(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating5 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(20%) translateX(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating6 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(5%) translateX(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating7 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10%) translateX(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating8 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10%) translateX(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes floating9 {
  0% {
    transform: translateY(3%);
  }

  50% {
    transform: translateY(13%) translateX(5%);
  }

  100% {
    transform: translateY(3%);
  }
}

@keyframes floating10 {
  0% {
    transform: translateY(10%);
  }

  50% {
    transform: translateY(20%) translateX(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

@keyframes floating11 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0%);
  }
}

.insta-carousel .carousel-cell {
  width: 100%;
  max-width: 416px;
  height: 375px;
  margin-right: 27px;
  border-radius: 24px;
  overflow: hidden;
}

.insta-carousel .carousel-cell>img {
  height: 375px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

@media (max-width: 767px) {
  .insta-carousel .carousel-cell {
    height: 230px;
    max-width: 65%;
    margin-right: 18px;
  }

  .insta-carousel .carousel-cell>img {
    height: 235px;
  }
}

.insta-carousel .carousel-cell>a {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

@media (max-width: 767px) {
  .insta-carousel .carousel-cell>a {
    opacity: 1;
    visibility: visible;
  }
}

.insta-carousel .carousel-cell:hover>a {
  opacity: 1;
  visibility: visible;
}

.section-instagram h2 {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .section-instagram h2 {
    font-size: 26px;
    max-width: 200px;
    margin: 0 auto 35px;
  }
}

.fancybox-content {
  border-radius: 36px;
}

@media (max-width: 767px) {
  .fancybox-content {
    border-radius: 24px;
  }
}

.formPop {
  width: 464px;
  max-width: 90%;
}

.formPop h2 {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.1;
}

.formPop p {
  font-size: 14px;
}

.formPop .form-row {
  margin-bottom: 10px;
}

.formPop .form-row .input,
.formPop .form-row .textarea {
  width: 100%;
}

.formPop .form-row .textarea {
  height: 116px;
}

.formPop .form-row .btn {
  margin-top: 25px;
}

.formPop input[type="text"],
.formPop input[type="email"],
.formPop input[type="tel"],
.formPop textarea {
  height: 40px;
  color: #656565;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 1px solid #E7E7E7 !important;
  border-radius: 12px;
}

.formPop textarea {
  padding: 22px !important;
  height: 116px !important;
}

.formPop .ginput_recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-bottom: -15px;
}

.formPop .gfield_validation_message,
.formPop .validation_message {
  background: none !important;
  padding: 0 !important;
  font-size: 13px !important;
  color: red !important;
  border: 0 !important;
  margin: 3px 0 0 !important;
  line-height: 1.1 !important;
}

.formPop .gform_validation_errors {
  background: none !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  box-shadow: none !important;
}

.formPop .gform_validation_errors .gform-icon {
  display: none !important;
}

.formPop .gform_validation_errors h2 {
  color: red !important;
}

.formPop .gform_confirmation_message {
  color: green;
  font-size: 14px;
  line-height: 1.3;
}

.formPop .gform_footer .row {
  display: flex;
  align-items: center;
}

.formPop .gform_footer .row button {
  margin-bottom: 0 !important;
}

.formPop .gform_footer .row img {
  margin-left: 8px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0 !important;
}

.banner {
  padding: 20px 0 0;
  width: 100%;
  min-height: 85vh;
  position: relative;
}

.banner .item {
  max-width: 70%;
  margin: 0 auto;
  padding: 0 50px;
  height: calc(100vh -176px);
}

.banner .bottles {
  max-width: 29%;
}

.banner .bottles img,
.banner .bottles svg {
  max-height: calc(100vh - 200px);
  width: auto;
  max-width: 100%;
  height: auto;
}

.banner .bottles .bottle1.hide {
  opacity: 0;
}

.banner .bottles .bottle2 {
  opacity: 0;
  transition: opacity 0.65s ease 1.5s;
  bottom: 0;
  position: absolute !important;
}

.banner .bottles .bottle2 .bottle-item {
  width: 100%;
}

.pageLoaded .banner .bottles .bottle2 {
  opacity: 1;
}

.banner .banner-text-slider {
  display: block;
  width: 100%;
  max-height: 100px;
  position: relative;
}

.banner .banner-text-slider .text-item {
  width: 100%;
  display: block;
  opacity: 0;
}

.banner .banner-text-slider .text-item.show {
  opacity: 1;
  transition: opacity 1s ease 0s;
}

.banner .banner-text-slider .text-item+.text-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner .banner-content {
  margin-left: 2%;
  position: relative;
  max-width: 70%;
}

.banner .banner-content figure {
  margin-bottom: 20px;
}

.banner .banner-content figure img {
  max-height: calc(50vh - 200px);
  width: auto;
}

@media (max-width: 767px) {
  .banner .banner-content figure img {
    max-height: none;
    max-width: 180px;
  }
}

.banner .banner-content p,
.banner .banner-content h1 {
  font-size: 24px;
  line-height: 32px;
  max-width: 400px;
  color: #2C2C2C;
}

@media (max-width: 1279px) {

  .banner .banner-content p,
  .banner .banner-content h1 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 980px) {
  .banner .item {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: 100svh;
    padding-top: 5px;
  }

  .banner .item {
    flex-direction: column;
    max-width: 90%;
    height: calc(100svh - 176px);
    padding-top: 50px;
  }

  .banner .item .bottles {
    display: block;
    max-width: 60%;
    left: 9%;
  }

  .banner .item .bottles img,
  .banner .item .bottles svg {
    max-height: calc(100svh - 390px);
  }

  .banner .item .banner-content {
    margin-left: 0;
    position: relative;
    max-width: 100%;
    margin-top: 25px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
  }

  .banner .item .banner-content figure {
    margin-bottom: 10px;
  }

  .banner .item .banner-content p,
  .banner .item .banner-content h1 {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
  }
}

.down-arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: #343434;
  font-size: 0;
  border-radius: 50%;
  margin-left: -30px;
}

@media (max-width: 767px) {
  .down-arrow {
    width: 40px;
    height: 40px;
    bottom: 20px;
    margin-left: -20px;
  }
}

.down-arrow::after {
  content: '';
  width: 18px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/down-arrow.svg") no-repeat center center;
  animation: jumpInfinite 1.5s infinite;
}

@media (max-width: 767px) {
  .down-arrow::after {
    width: 12px;
    height: 16px;
    background-size: 100%;
  }
}

@keyframes jumpInfinite {
  0% {
    margin-top: -5px;
  }

  50% {
    margin-top: 5px;
  }

  100% {
    margin-top: -5px;
  }
}

.bottles .bottle1 svg .svg-elem-1 {
  stroke-dashoffset: 2256px;
  stroke-dasharray: 2256px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.bottles .bottle1 svg .svg-elem-2 {
  stroke-dashoffset: 341.29376221px;
  stroke-dasharray: 341.29376221px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.bottles .bottle1 svg .svg-elem-3 {
  stroke-dashoffset: 12.88911057px;
  stroke-dasharray: 12.88911057px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.bottles .bottle1 svg .svg-elem-4 {
  stroke-dashoffset: 541.32305908px;
  stroke-dasharray: 541.32305908px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.bottles .bottle1 svg .svg-elem-5 {
  stroke-dashoffset: 1466.91040039px;
  stroke-dasharray: 1466.91040039px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.bottles .bottle1 svg .svg-elem-6 {
  stroke-dashoffset: 564.51422119px;
  stroke-dasharray: 564.51422119px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.bottles .bottle1 svg .svg-elem-7 {
  stroke-dashoffset: 351.11676025px;
  stroke-dasharray: 351.11676025px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.bottles .bottle1 svg .svg-elem-8 {
  stroke-dashoffset: 448.88711548px;
  stroke-dasharray: 448.88711548px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.bottles.loaded .bottle1 svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #ffffff;
}

.bottles.loaded .bottle1 svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #343434;
}

.bottles.loaded .bottle1 svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #2cc3e2;
}

.bottles.loaded .bottle1 svg .svg-elem-4 {
  stroke-dashoffset: 0;
}

.bottles.loaded .bottle1 svg .svg-elem-5 {
  stroke-dashoffset: 0;
}

.bottles.loaded .bottle1 svg .svg-elem-6 {
  stroke-dashoffset: 0;
}

.bottles.loaded .bottle1 svg .svg-elem-7 {
  stroke-dashoffset: 0;
}

.bottles.loaded .bottle1 svg .svg-elem-8 {
  stroke-dashoffset: 0;
}

:root {
  --app-height: 100vh;
}

.full-page-loader {
  left: 50%;
  margin-left: -100px;
  margin-top: -160px;
  overflow: hidden;
  padding: 23px;
  position: fixed;
  top: 49%;
  width: 200px;
  z-index: 999999;
}

.full-page-loader::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}

.loader-logo {
  width: 154px;
  height: 243px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.loadingnew,
.loadingnew:before,
.loadingnew:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  margin-bottom: 15px !important;
}

.loadingnew {
  color: #4b9a05;
  font-size: 4px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 9;
}

.loadingnew:before,
.loadingnew:after {
  content: "";
  position: absolute;
  top: 0;
}

.loadingnew:before {
  left: -5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loadingnew:after {
  left: 5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.icons {
  display: inline-block;
}


/* new css  */

.banner .banner-content.to-load-element {
  max-width: 35%;
}


.section-product .pad .prod-details {
  flex-direction: column;
  gap: 35px;
}

.section-product .pad .prod-details h2 span {
  display: block;
}

.specs_wrp__ {
  display: flex;
  gap: 15px;
  width: 100%;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #C5C5C5;
  padding: 4px;
  max-width: 90px;
  border-radius: 10px;
  margin-top: 5px;
}

.quantity-wrapper .qty-btn {
  width: 30px;
  height: 30px;
  font-size: 18px;
  cursor: pointer;
  border: 0px;
  color: #000;
  background-color: transparent;
}

.quantity-wrapper .val {
  min-width: 16px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #000;
}



.section-product.section-product-new .pad .prod-details.prod-details-second .tab-links {
  margin-bottom: 5px;
}

.section-product .pad .prod-details .actions .color-swatch {
  padding-top: 15px;
}

.section-product .pad .prod-details .price-box-padding {
  padding-top: 15px;
}

.amazonbtn-img-wrp a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .cart_icon__ {
  padding-left: 20px;
  cursor: pointer;
}

.amazonbtn-img-wrp a img {
  max-width: 100px;
}

.banner .banner-content .buynow_btn__ {
  margin-top: 20px;
}

.section-product.section-product-new .pad .prod-details .tab-links .box {
  border-radius: 10px;
}

.section-product.section-product-new .pad .prod-details .tab-links .box a {
  border-radius: 8px;
}

.buy-btn-wrapper {
  display: flex;
  gap: 15px;

}

.banner_double_bottle_wrapper__.bottles {
  max-width: 45%;
}

.banner_double_bottle__ {
  display: flex;
  align-items: center;
  justify-self: center;
}

/* Bottle Slide In Animation */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.bottle-slide-in {
  opacity: 0;
  visibility: hidden;
  animation: slideInLeft 1s ease-out 3s forwards;
}


@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

.bottles.bounce {
  animation: bounceRight 0.99s ease;
}




.banner .bottles img,
.banner .bottles svg {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* .banner .bottles svg {
  max-height: calc(100vh - 441px);
}

.banner .bottles img {
  max-height: calc(100vh - 335px);
} */

.with-padding {
  padding-top: 100px;
}

.banner .bottles .bottle2 {
  bottom: 40px;
}

.banner .bottles.bottles_flex__ {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.banner .banner-content {
  width: 50%;
  max-width: 400px;
}

/* banner svg image animation */
.animated-svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 3s ease forwards;

  fill: none;
}

.animated-svg path:nth-child(1) {
  animation-delay: 0s;
}

.animated-svg path:nth-child(2) {
  animation-delay: 0.3s;
}

.animated-svg path:nth-child(3) {
  animation-delay: 0.6s;
}

.animated-svg path:nth-child(4) {
  animation-delay: 0.9s;
}

.animated-svg path:nth-child(5) {
  animation-delay: 0.12s;
}

.animated-svg path:nth-child(6) {
  animation-delay: 0.15s;
}

.animated-svg path:nth-child(7) {
  animation-delay: 0.18s;
}

.animated-svg path:nth-child(8) {
  animation-delay: 0.21s;
}


@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}



/* for transparent image */
/* .transparent-animated-svg svg {
  position: relative;
  left: -14px;
} */


.marquee-container {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.marquee-container .marquee-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.marquee-container .carousel-cell {
  flex: 0 0 auto;
}

.marquee-container .carousel-cell img {
  display: block;
  width: 300px;
  height: auto;
  border-radius: 8px;
}





@media (min-width: 1900px) {
  .marquee-container .carousel-cell img {
    width: 400px;
  }
}


@media (max-width: 768px) {
  .marquee-container .carousel-cell img {
    width: 200px;
  }

  .section-product .pad .prod-details h2 span {
    display: inline;
  }
}

@media (max-width: 480px) {
  .marquee-container .carousel-cell img {
    width: 160px;
  }
}

@media (min-width: 767px) {
  /* .transparent-animated-svg {
    display: none;
  } */
}


/* @media (max-width: 768px) {
  .img-slider {
    backface-visibility: hidden;
    will-change: transform;
    transform: translateZ(0);
  }
} */



/* Borosilicate Glass Water Bottle from right side animation */
.gltright_side__ {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s ease-in-out;
}

.page-scrolled .gltright_side__ {
  opacity: 1;
  transform: translateX(0);
}

/* Borosilicate Glass Water Bottle from left side animation */
.gltleft_side__ {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease-in-out;
}

.page-scrolled .gltleft_side__ {
  opacity: 1;
  transform: translateX(0);
}

/* Colours  slider */
.back-to-main {
  position: relative;
  z-index: 1;
  top: 20px;
  background-color: transparent;
  border: 0px;
  display: none;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}


.img-slider-single .item {
  max-width: 30%;
  margin: 0px 15px;
}


.banner .bottles img,
.banner .bottles svg {
  max-height: calc(100vh - 342px);
}

.new-img-box.new-img-box-flex {
  display: flex;
  align-items: flex-end;
  justify-self: center;
  gap: 30px;
}

.small_bottle_wrp__,
.large_bottle_wrp__ {
  position: relative;
}

.section-product.section-product-new .pad .new-img-box figure.small_bottle_wrp__,
.section-product.section-product-new .pad .new-img-box figure.large_bottle_wrp__ {
  transform: none;
}



.small_bottle_wrp__ span {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000;
  border-radius: 100px;
  bottom: 50px;
  left: -30px;
  font-size: 12px;
}

.large_bottle_wrp__ span {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000;
  border-radius: 100px;
  bottom: 25px;
  right: 12px;
  font-size: 12px;
}


/* images animation */

.images_with_animation {
  display: flex;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}

.images_with_animation span {
  margin-left: -75px;
  width: 25%;
  transition: margin-left 0.5s ease;
}

.images_with_animation span img {
  width: 100%;
  height: 100%;
}

/* Slide and fade effect */
.images_with_animation.scrolled span {
  margin-left: 0;
}

.images_with_animation.scrolled {
  opacity: 0;
  pointer-events: none;
}

.new-img-box {
  opacity: 1;
  transition: opacity 0.9s ease;
}

.new-img-box.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

.new-img-box {
  position: relative;
  width: 300px;
  white-space: nowrap;
}

.new-img-box figure {
  display: inline-block;
  width: 50%;
  margin: 0;
  position: relative;
  transition: transform 0.7s ease;
}

.tab-actions.tab-actions-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
}

.features-section .right-content .col2 .box:nth-child(4) figcaption {
  bottom: 60%;
}

.section-product.section-product-padding {
  padding: 30px 0 30px;
}

/* images animation end */

.banner .bottles .bottle2 {
  bottom: 0px;
}

.banner .flickity-viewport {
  height: 100% !important;
}

.banner .bottles .bottle2 .bottle-item {
  width: 100%;
  height: 100%;
}

.banner .bottles img,
.banner .bottles svg {
  height: 100%;
}

.img-slider-single {
  margin-bottom: 52px;
}

.banner .bottles .bottle2 .bottle-item img {
  opacity: 0;
  transition: opacity 1.5s ease
}

.banner .bottles .bottle2 .bottle-item.is-selected img {
  opacity: 1;
}

.transparent-animated-svg.hide svg {
  opacity: 0
}


.img-slider {
  /* display: flex;
  overflow: hidden;
  white-space: nowrap; */
  position: relative;
}

/* .img-slider .item {
  flex: 0 0 auto;
  margin-right: 20px;
  transition: transform 0.3s ease;
} */


.image-after-svg {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.image-after-svg.visible {
  opacity: 1;
}


@media(min-width:1230px) {

  .down-arrow {
    bottom: 12px;
  }
}



@media(min-width:1430px) {

  .banner .banner-content figure img {
    max-width: 70%;
  }
}


@media(min-width:1530px) {
  .banner .bottles svg {
    max-height: calc(100vh - 438px);
  }

}

/* media for min 1830 */
/* @media(min-width:1830px) {
  .banner .bottles {
    max-width: 15%;
  }

} */

@media(min-width:1900px) {
  .banner {
    display: flex;
  }

}

@media(min-width:2000px) {

  .bottle-item-transparent-img img {
    max-width: 100%;
  }
}


@media (min-width: 1850px) and (max-width: 1930px) {
  .bottle-slide-in .bottle-item-transparent-img img {
    width: auto;
  }
}


@media(max-width:1599px) {
  .bottle-slide-in .bottle-item-transparent-img img {
    /* max-height: 500px;  */
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
  }
}


@media(max-width:767px) {
  .specs_wrp__ {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .buy-btn-wrapper {
    display: flex;
    margin-top: 0px;
  }

  .banner .banner-content.to-load-element.loaded {
    max-width: inherit;
  }

  .bottle-slide-in {
    display: none;
  }

  .down-arrow {
    bottom: 100px;
  }

  .small_bottle_wrp__ span {
    width: 33px;
    height: 33px;
    bottom: 15px;
    left: -30px;
    font-size: 10px;
    z-index: 1;
  }

  .large_bottle_wrp__ span {
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 0px;
    font-size: 10px;
  }

  .section-product.section-product-new .pad .new-img-box {
    width: 100%;
  }

  .section-product.section-product-new .pad .new-img-box figure {
    text-align: center;
    padding: 0 13%;
  }

  .section-product.section-product-new .pad .new-img-box figure img {
    transform: none;
    max-width: 250px;
  }

  .new-img-box.new-img-box-flex {
    gap: 40px;
  }

  .img-slider-single {
    margin-bottom: 30px;
  }

  .banner .item .bottles img,
  .banner .item .bottles svg {
    max-height: calc(100svh - 405px);
  }

  .tab-actions.tab-actions-flex {
    min-height: inherit;
  }

  .section-product.section-product-new .pad {
    padding: 0px;
  }
}

/* footer */
.footer .footer-bottom .footer_flex {
  display: flex;
  justify-content: space-between;
}

.footer .footer-bottom .footer-list li {
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-bottom .footer-list li a {
  font-size: 14px;
  color: #656565
}

.footer .footer-bottom .footer-list li a:hover {
  color: #000;
}

.footer .footer-bottom .social_icons_wrp {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer .footer-bottom .social_icons_wrp li {
  list-style-type: none;
}

.footer .footer-bottom .social_icons_wrp li a img {
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .footer-bottom .social_icons_wrp li a img:hover {
  transform: scale(1.05);
}

.footer .footer-bottom .footer-logo p {
  padding-top: 15px;
  font-size: 14px;
  color: #656565;
}

.footer .footer-bottom .footer-social-media-sec p {
  color: #656565;
  font-size: 14px;
  padding-top: 15px;
}

/* .transparent_banner_img_mob__ {
  display: none !important;
} */

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  margin-top: -30px !important;
  position: relative;
  text-decoration: underline;
}

.wc-block-components-checkbox label {}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  margin-right: 7px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
  padding-top: 4px;
}

@media(max-width:767px) {
  .footer .footer-bottom .footer_flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer .footer-bottom .footer-logo,
  .footer .footer-bottom .footer-list {
    text-align: center;
  }

  .footer .footer-bottom .footer-list li {
    display: block;
    margin-bottom: 10px;
  }

  .transparent_banner_img_mob__ {
    display: block !important;
    left: 0px !important;
  }

}

/* css for shipping-deliver */

.shipping-deliver-wrp {
  display: flex;
  gap: 40px;
  padding: 50px 0px;
}



.shipping-deliver-list ul {
  padding-right: 40px;
}

.shipping-deliver-list ul li {
  list-style-type: none;
  margin: 0px 0px;
  margin-bottom: 10px;
}

.shipping-deliver-list-output p strong {
  font-size: 18px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
}

.shipping-deliver-list-output p {
  margin-bottom: 10px;
}

.shipping-deliver-list ul li.active a {
  background: #000;
  color: #fff;
}

.refund___ ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #656565;
  border-radius: 50px;
}

.refund___ ul li {
  position: relative;
  padding-left: 30px;
}

.refund___ p strong {
  padding-bottom: 0px;
}

div#terms p strong:nth-child(1) {
  padding-bottom: 0px !important;
}

div#terms p strong {
  padding-bottom: 10px !important;
}

.shipping-deliver-list ul li a {
  padding: 10px 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.shipping-deliver-list ul li a {
  transition: all 0.3s ease-in-out !important;
  /* smooth effect */
}

.shipping-deliver-list ul li a:hover {
  background: #000;
  color: #fff;
}


.shipping-deliver-list-output {
  flex: 0 0 80%;
}

.shipping-deliver-wrp .tab-content {
  display: none;
}

.shipping-deliver-wrp .tab-content.active {
  display: block;
}

.shipping-deliver-wrp .shipping-deliver-list ul li.active a {
  font-weight: 500;
}


@media(max-width:1199px) {
  .shipping-deliver-list-output {
    flex: 0 0 70%;
  }
}

@media(max-width:767px) {
  .shipping-deliver-list-output {
    flex: 0 0 50%;
  }

  .shipping-deliver-wrp {
    padding: 30px 0px 0px;
  }


}

@media(max-width:560px) {
  .shipping-deliver-wrp {
    flex-direction: column;
    gap: 0px;
  }

  .shipping-deliver-list,
  .shipping-deliver-list-output {
    flex: 0 0 100%;
    border-right: 0px;
  }

  .shipping-deliver-list ul {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .small_bottle_wrp__ img {
    /* max-width: 80%; */
    transform: scaleY(0.9);
    transform-origin: bottom;
  }
}

.product-marquee-track .item {
  flex-shrink: 0;
  margin-right: 10px;
}

.product-marquee-track img {
  display: block;
  width: 150px;
  object-fit: cover;
  margin-right: 40px;
  cursor: pointer;
}

.product-marquee-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.product-marquee-container {
  overflow: hidden;
  position: relative;
  padding: 35px 0px;
}

.product-marquee-track .item {
  transition: transform 0.4s ease;
  overflow: visible;
  /* if possible */
}

.product-marquee-track .item.is-selected {
  transform: scale(1.1);
  z-index: 10;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.transparent-animated-svg {
  display: block;
}


@media(min-width:767px) {
  /* .transparent-animated-svg svg {
    display: none;
  } */
}



.bottle-item-second-to-third.bottle-item-delay-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.svg_animation_with_img {
  position: relative;
}

/* 
.bottle-item-second-to-third {
  display: none;
} */

.bottle-item-second-to-third.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease, transform 0.6s ease;
}



.transparent-animated-svg svg {
  position: absolute !important;
  left: -1px !important;
  top: 0px !important;
}

.svg_animation_with_img img {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
}

/* for bottle size on full screen */


.banner .bottles img,
.banner .bottles svg {
  max-height: calc(100vh - 230px);
}


@media(max-width:991px) {
  .section-product .pad {
    padding: 0px 50px 50px 50px;
  }
}

@media(max-width:767px) {

  .product-marquee-track img {
    width: 90px;
    margin-right: 30px;
  }

  .section-product .pad .prod-details .actions .color-swatch {
    margin-bottom: 15px;
  }

  .section-product .pad {
    padding: 0px 0px 25px 0px;
  }

  .section-product .pad .prod-details .actions {
    position: relative;
  }

  .section-product .pad .prod-details .actions>.boxs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .section-product .pad .prod-details {
    margin-top: 20px;
  }

  .section-product .pad .prod-details .actions>.boxs .price-box {
    order: 1;
  }

  .section-product .pad .prod-details .actions>.boxs .qty-li {
    order: 3;
  }

  .section-product .pad .prod-details .actions>.boxs .color-swatch {
    order: 2;
    margin: 0;
    padding: 0;
  }

  .section-product .pad .prod-details .actions>.boxs .color-swatch ul li:first-child {
    margin-left: 0;
  }

  .section-product .pad .prod-details .actions .buy-btn {
    max-width: 180px;
    min-width: 135px;
    position: absolute;
    bottom: 0;
    left: 110px;
    margin: 0;
  }

  #qty-placeholder {
    padding-bottom: 20px;
    padding-top: 15px;
  }

  .qty-custom-move,
  .qty-custom-move-second {
    list-style-type: none;
    padding-top: 12px;
    /* padding-top: 0px; */
  }

  #qty-placeholder li {
    list-style-type: none;
  }

  div#price-box-section+li {
    list-style-type: none;
  }


}

@media(max-width:460px) {
  .section-product.section-product-new .pad .new-img-box {
    margin: 0;
    float: left;
  }

  .small_bottle_wrp__ span {
    left: -8px;
    bottom: 30px;
  }

}

li.qty-li.qty-custom-move label {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}

/* contact us css */

.contact-us-section {
  padding: 70px 0px 40px;
  min-height: calc(100vh - 440px);
}

.contactus_grid_box__ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px 80px;
}

.contactus_content__ {
  background: #f8f8f8;
  padding: 100px 80px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.contactus_content__ h3 {
  padding-bottom: 20px;
}

.contactus_content__ p a {
  text-decoration: underline;
}




.contactus_form__ input {
  border: 1px solid #ddd;
  border-radius: 8px;
}

.contactus_form__ .ginput_container {
  margin-bottom: 10px;
}

.contactus_form__ input#gform_submit_button_3 {
  color: #ffffff;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  padding: 5px 15px;
}

.contactus_form__ {
  padding-left: 140px;
}

.contactus_form__ p {
  margin-bottom: 0;
}

.contactus_form__ .gform_heading {
  display: none;
}

.contactus_form__ .gform_body.gform-body {
  padding-top: 20px;
}



@media(max-width:1099px) {
  .contactus_content__ {
    padding: 30px;
  }

  .contactus_grid_box__ {
    padding: 0px 30px;
  }
}

@media(max-width:991px) {
  .contactus_grid_box__ {
    padding: 0px;
    display: flex;
    flex-direction: column;
  }

  .contactus_form__ {
    padding-left: 0;
  }

  .contactus_content__ {
    border-radius: 20px;
  }
}

/* form error css */

.contactus_form__ .gform_wrapper .gfield_validation_message,
.contactus_form__ .gform_wrapper .validation_message {
  background: transparent;
  border: 0;
  margin-top: 0;
  padding: 0;
}

.contactus_form__ .gform_wrapper .gform_validation_errors {
  display: none;
}

.contactus_form__ .gform_wrapper.gravity-theme .gfield_description {
  padding-top: 0;
  margin-bottom: 10px;
}

/* about-us-section */

.about-us-section {
  padding: 70px 0px 40px;
}

.about_us_paddi__ {
  padding: 0px 100px;
}

.redefining_the_way_grid_sec {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.about_us_banner {
  margin-top: 40px;
}

.about_us_banner img {
  width: 100%;
}

.about_us_innersection {
  padding-top: 40px;
}

.about_us_innersection h3 {
  padding-bottom: 15px;
  font-size: 24px;
}

.about_us_innersection p {
  margin-bottom: 0px;
}

.about_us_innersection h5 {
  font-weight: 600;
}

.about_us_innersection ul li {
  padding-top: 10px;
}

.head_tabs__ {
  margin-right: 30px;
}

.head_tabs__ {
  margin-right: 30px;
  color: #9b9999;
}

.head_tabs__.active {
  color: #000;
}


@media(max-width:767px) {
  .redefining_the_way_grid_sec {
    display: flex;
    flex-direction: column;
  }

  .about_us_paddi__ {
    padding: 0px;
  }

  .about-us-section {
    padding: 30px 0px 20px;
  }

  .head_tabs__ {
    margin-right: 5px;
    font-size: 10px;
    display: none;
  }

}

@media(min-width:767px) {
  a.about_footer {
    display: none !important;
  }
}


.price-box p strong {
  font-family: 'TimeRoman';
}

span.woocommerce-Price-currencySymbol {
  padding-right: 2px;
}

span.woocommerce-Price-amount.amount {
  letter-spacing: 1px;
}

.shipping-deliver-list ul li a {
  font-size: 18px !important;

  border-radius: 8px;
}

ul.color-options li:nth-child(6) a {
  border: 1px solid #ddd !important;
}

.shipping-deliver-list ul {
  padding-right: 0 !important;
}

@media(max-width:767px) {
  .adn-mini-cart-wrap {
    padding: 36px 30px;
  }

  .wc-block-components-text-input {
    width: 100%;
  }

  .wc-block-components-address-form__state {
    width: 100%;
  }

  .wc-block-components-country-input {
    width: 100%;
  }
}


input#gform_submit_button_1 {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 6px 20px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}




@media (min-width: 767px) and (max-width: 991px) {
  .banner {
    padding: 0px;

    display: flex;
  }
}


.marquee-container .carousel-cell img {
  width: 100% !important;
  max-width: 416px;
  height: 375px;
  border-radius: 24px;
}


@media (max-width: 768px) {
  .marquee-container .carousel-cell img {
    width: 280px !important;
    height: auto;
    /* height: 230px  !important; */
  }
}



.buy-btn.amazonbtn-img-wrp {
  display: none;
}


.section-product .pad .prod-details .actions .buy-btn .btn {
  transition: all 0.3s ease-in-out !important;
}

.section-product .pad .prod-details .actions .buy-btn .btn:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
  background: white;
}



.full-page-loader {
  left: 50vw;
  margin-left: -100px;
  margin-top: -52px;
  overflow: hidden;
  padding: 23px;
  position: fixed;
  top: 49vh;
  width: 200px;
  z-index: 999999
}

.full-page-loader:before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1
}

.loader-logo.new-loader {
  width: 154px;
  height: 43px !important;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  max-width: 100%
}

.loadingnew,
.loadingnew:after,
.loadingnew:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: 1.8s ease-in-out infinite load7;
  animation: 1.8s ease-in-out infinite load7;
  margin-bottom: 15px !important
}

.loadingnew {
  color: #000;
  font-size: 4px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  z-index: 9
}

.loadingnew:after,
.loadingnew:before {
  content: '';
  position: absolute;
  top: 0
}

.back-btn:before,
.scroll-info .mouse:after,
.scroll-info .mouse:before {
  content: "";
  transform: rotate(-45deg);
  margin-top: -5px;
  position: absolute
}

.loadingnew:before {
  left: -5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.loadingnew:after {
  left: 5em
}

@-webkit-keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

@keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 10px 13px;
  letter-spacing: normal;
  border-radius: 12px;
}

.gform_wrapper.gravity-theme .gfield textarea {

  padding: 10px 13px;

}

.woocommerce ul.order_details li {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40%;
}

.woocommerce ul.order_details li:nth-child(2),
.woocommerce ul.order_details li:nth-child(4) {
  border-right: 0;
}

.woocommerce-order {
  padding-top: 20px;
}

.woocommerce ul.order_details li.woocommerce-order-overview__email strong {
  word-break: break-word;
}

@media(max-width:767px) {
  .woocommerce ul.order_details {
    margin: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
  }
}



.contactus_form__ {
  padding-right: 60px;
}

.contactus_form__ input,
.contactus_form__ textarea {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 7px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
}

.contactus_form__>div {
  padding-top: 20px;
}

.contactus_form__ h3 {
  padding-bottom: 10px;
}

.contactus_form__ input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  color: #ffffff;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  padding: 10px 30px;
  width: auto;
}

.contactus_form__ input[type="submit"]:hover {
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
}

@media(max-width:1299px) {
  .contactus_form__ {
    padding-right: 0px;
  }
}


.contactus_form__ input[type="submit"]:hover {
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  background: #fff;
}



div#memberForm input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  color: #ffffff;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  padding: 8px 15px;
  width: auto;
}

div#memberForm input[type="submit"]:hover {
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  background: #fff;
}

div#memberForm form p span,
div#memberForm form p input,
div#memberForm form p span textarea {
  width: 100%;
}

div#memberForm .wpcf7-spinner {
  width: 23px !important;
}

.contactus_form__ input {
  height: 40px;
}

.formPop textarea {
  padding-top: 15px !important;
  padding-left: 15px !important;
}

@media(max-width:767px) {


  .contact-us-section {
    padding: 30px 0px 20px;
  }


}



.adn-main-mini-cart.active {
  overflow: hidden;
}

.adn-main-mini-cart.active .adn-mini-cart-wrap {
  padding-right: 5px;
}

.adn__inner-contents {
  overflow-y: auto;
  height: calc(100vh - 175px);
  overflow-x: hidden;
  padding-right: 35px;
}




/* width */
.adn__inner-contents::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.adn__inner-contents::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.adn__inner-contents::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  /* Optional: Makes the scrollbar thumb rounded */
  height: auto;
  /* Let it adjust based on content */
  min-height: 30px;
  /* Set a minimum height for the thumb */
  margin: 20px 0;
  /* Add top and bottom margin */
}

/* Handle on hover */
.adn__inner-contents::-webkit-scrollbar-thumb:hover {
  background: #555;
}






@media(max-width:767px) {
  .adn__inner-contents {
    padding-right: 10px;
  }

  li.qty-li.qty-custom-move {
    padding-top: 12px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {


  display: none !important;
}

span.wpcf7-spinner:after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 31px;
  background-image: url(https://i.gifer.com/ZZ5H.gif);
  background-size: cover;
  margin-left: 8px;
  position: absolute;
  top: -4px;
  right: -20px;
  z-index: 1111;
  background-image: url(https://kleear.omniehome.com/wp-content/uploads/2025/09/writing-loading.gif);
}



span.wpcf7-spinner:before {
  display: none;
}

.wpcf7-spinner {
  background-color: transparent;
}

.formPop .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.thanku_wrapper {
  text-align: center;
  padding: 100px 50px;
}

.thanku_wrapper h2 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  Border: 0;
}

@media(max-width:380px) {
  .adn-mini-cart-wrap .adn-mini-cart-header span {
    font-size: 12px !important;
  }
}

/* about-us-section */

.about_us_paddi__ {
  padding: 0px 100px;
}

.redefining_the_way_grid_sec {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.about_us_banner {
  margin-top: 40px;
}

.about_us_banner img {
  width: 100%;
}

.about_us_innersection {
  padding-top: 40px;
}

.about_us_innersection h3 {
  padding-bottom: 15px;
  font-size: 24px;
}

.about_us_innersection p {
  margin-bottom: 0px;
}

.about_us_innersection h5 {
  font-weight: 600;
}

.about_us_innersection ul li {
  padding-top: 10px;
}

.head_tabs__ {
  margin-right: 30px;
}

.head_tabs__ {
  margin-right: 30px;
  color: #6D6D6D;
}

.head_tabs__.active {
  color: #000;
}


@media(max-width:767px) {
  .redefining_the_way_grid_sec {
    display: flex;
    flex-direction: column;
  }

  .about_us_paddi__ {
    padding: 0px;
  }

  .head_tabs__ {
    margin-right: 5px;
    font-size: 10px;
  }

}

/* new css for color slider */

.section-product .pad .color-swatch ul {
  display: flex;
  flex-wrap: wrap;

}

.color-slider-cover-bottle-img__ img {
  width: 100%;
}

.section-product .pad .color-swatch ul li {
  margin-right: 10px;
}

.section-product .pad .color-swatch ul li a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0;
  display: block;
  border: 1px solid transparent;
  position: relative;
}

.section-product .pad .color-swatch ul li a:before,
.section-product .pad .color-swatch ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 5px currentColor;
  border-radius: 50%;
  z-index: -1;
  will-change: transform;
}

.section-product .pad .color-swatch ul li a:before {
  z-index: -2;
}

.section-product .pad .color-swatch ul li.active a:before {
  animation: ripple 2.3s linear infinite;
}

.section-product .pad .color-swatch ul li.active a:after {
  animation: ripple 3.2s 1s linear infinite;
}


/* kleear_about_the_glass */

.kleear_about_the_glass_wrapper__ {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0px;
  background-image: url(../../dist/images/kleear-about-glass-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 880px;
  margin-bottom: 100px;
}

.kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__ {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding-top: 120px;
}

.kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__text__ {
  padding-top: 100px;
}

.kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__text__ h5 {
  padding-top: 20px;
}

.kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__ .kleear_about_the_glass_grid__images__ img {
  width: 100%;
}


/* color slider new css */

.img-slider {
  position: relative;
  width: 100%;
  max-width: 389px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

.img-slider .flickity-viewport {
  overflow: initial;
  min-height: 541px;
}

.section-product {
  padding: 90px 0 0;
}

.img-slider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.img-slider .item.is-selected {
  opacity: 1;
  pointer-events: auto;
}

.section-product .pad .img-box .img-slider .item {
  width: 25%;
  text-align: center;
  padding-bottom: 0px;
}

.slider_with_cover_img__ {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 30px;
}

.img-slider .flickity-slider {
  transform: translateX(0) !important;
}

.img-slider .item {
  transform: translateX(0) !important;
  left: 0 !important;
}

.color-swatch-slider-side {
  padding-top: 30px;
}

.color-swatch-slider-side h4 {
  font-size: 16px;
  color: #656565;
}

.section-product .pad .img-box .img-slider .item {
  width: 100%;
  text-align: center;
  padding: 0px;
}

.new-color-slider-flex {
  display: flex;
  align-items: center;
}

.wc-block-components-checkout-order-summary__title-text {
  font-size: 1.25em;
  color: #2C2C2C;
}




/* bottle switch css */

.switch_images_with_cover_bottle__wrapper__ {
  display: flex;
  align-items: center;
  gap: 30px;
}

.new-img-box {
  position: relative;
  width: 100%;
}

.new-img-box figure {
  width: 100%;
}


.new-img-box figure {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;

}

.new-img-box figure.active-img {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.switch_images_with_cover_bottle__wrapper__ {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.section-product.section-product-new .switch_images_with_cover_bottle__wrapper__ .tab-links .box a {
  color: #656565;
  padding: 0 20px;
  border-radius: 12px;
  line-height: 40px;
  font-size: 16px;
  flex-grow: 1;
  border: 1px solid #C5C5C5;
  padding: 8px 15px;
  margin: 0 4px;
}

.section-product.section-product-new .switch_images_with_cover_bottle__wrapper__ .tab-links .box a.active {
  background: black;
  border-color: black;
  color: white;
}

.kleear_about_the_glass_grid__images__ {
  display: none;
}

.section-product .pad .color-swatch ul li a:before,
.section-product .pad .color-swatch ul li a::after {
  z-index: 1 !important;
}

.price_desktop__ {
  display: block;
}

.price_mobile__ {
  display: none;
}

.gallerySmoothSlider:not(.flickity-enabled) {
  display: flex;
  max-width: 100vw;
  overflow: hidden;
}

.gallerySmoothSlider:not(.flickity-enabled) .carousel-cell {
  width: 375px;
  min-width: 375px;
}

.gallerySmoothSlider .slideImgElement {
  width: 22%;
  padding: 12px;
}

.slideImgElement .imgBox {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

/* .slideImgElement .imgBox img{position: absolute; top:0; left: -30px; width: calc(100% + 130px); max-width: calc(100% + 130px); border-radius: 24px;} */
.slideImgElement .imgBox img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
}

body:has(.adn-main-mini-cart.active) {
  overflow: hidden;
}

.adn-mini-cart-item .quantity input.qty[type=number]::-webkit-inner-spin-button,
.adn-mini-cart-item .quantity input.qty[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.adn-mini-cart-item .quantity input.qty {
  -moz-appearance: textfield;
}


@media(max-width:1299px) {
  .img-slider {
    width: 65%;
    padding: 0 0 30px 0
  }

  .img-slider .flickity-viewport {
    min-height: 400px;
  }

  .gallerySmoothSlider .slideImgElement {
    width: 38%;
    padding: 12px;
  }
}





@media(max-width:991px) {
  .img-slider .flickity-viewport {
    min-height: 200px;
  }

  .kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__ {
    padding-top: 140px;
  }

  .color-swatch-slider-side {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .kleear_about_the_glass_wrapper__ {
    background-image: url(../../dist/images/kleear-about-glass-img-mobile.png);
    background-size: cover;
    background-position: bottom;

  }



  .kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__ {
    grid-template-columns: 1fr;
    padding-top: 0px;
  }

  .kleear_about_the_glass_wrapper__ .kleear_about_the_glass_grid__text__ {
    padding-top: 30px;
  }
}


@media(max-width:767px) {
  .section-product .pad .img-box {
    margin-bottom: 30px;
  }

  .section-product .pad .img-box .img-slider {
    padding: 0 15%;
    width: 100%;
  }

  .gallerySmoothSlider .slideImgElement {
    width: 45%;
  }

  .color-swatch-slider-side {
    padding-bottom: 25px;
  }

  .section-product.section-product-new .pad .prod-details {
    padding-top: 30px;
  }

  .slider_with_cover_img__ {
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
    gap: 20px;
    transform: translateX(10px);
  }

  .slider_with_cover_img__>div {
    width: 45%;
  }

  .specs_wrp__ .specs ul {
    display: flex;
    justify-content: space-between;
    max-width: 440px;
    gap: 15px;
  }

  .section-product.section-product-new .pad .prod-details .specs {
    max-width: 98%;
  }

  .price_desktop__ {
    display: none;
  }

  .price_mobile__ {
    display: block;
  }

  .about_us_innersection h3 {
    padding-bottom: 0;
  }

  .switch_images_with_cover_bottle__wrapper__ {
    gap: 20px;
  }

  .kleear_about_the_glass_wrapper__ {
    margin-bottom: 65px;
  }

}

@media(max-width:560px) {
  .kleear_about_the_glass_wrapper__ {
    height: 620px;
    padding-top: 0;
  }

  .gallerySmoothSlider .slideImgElement {
    width: 55%;
  }
}



@media(max-width:480px) {

  .kleear_about_the_glass_wrapper__ {
    background-size: 100%;
  }
}

/*Product list page css start*/

.hydrat_main_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hydrat_main_section .hydrat_image_side img {
  width: 100%;
}

.hydrat_main_section .hydrate_content_side {
  padding: 50px 0px 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.hydrat_main_section .hydrate_content_side .hydrat-yoga-content p {
  padding-top: 15px;
  padding-right: 150px;
}

.hydrat_main_section .hydrat-yoga-image {
  text-align: right;
}

.product-list .list-wrapper {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.product-list .list-wrapper .list-item {
  width: 540px;
}

.product-list h3.kleear-Collection-heading {
  text-align: center;
}

.product-list p.kleear-Collection-para {
  text-align: center;
  padding: 5px 0px 10px 0px;
}

.product-list .list-wrapper .list-item .product-img {
  border: 1px solid #E7E7E7;
  padding: 70px;
  position: relative;
}

.product-list .list-wrapper .list-item .product-img a.list-like-img {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-list .list-wrapper .list-item .product-img img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.product-list .list-wrapper .list-item .product-info h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.product-list .list-wrapper .list-item .product-info p {
  margin-bottom: 15px;
}

.product-list .list-wrapper .list-item .product-info p {
  font-size: 20px;
}

.product-list .list-wrapper .list-item .product-info p span.list_price_font {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 8px;
  font-family: 'TimeRoman';
  letter-spacing: 1px;
}

.product-list .list-wrapper .list-item .right_side_price_section {
  text-align: right;
}

.product-list .list-wrapper .list-item .product-info {
  padding: 15px 0px 0px 15px;
}

.product-list .list-wrapper .list-item .product-info .btn {
  text-transform: capitalize;
}



.section-product-list.section-product {
  padding: 0 !important;
}

.section-product-list.section-product .pad {
  padding: 0 !important;
}

.list_dots_flex {
  display: flex;
  justify-content: space-between;
}

.section-product-list.section-product .color-swatch-slider-side {
  padding-top: 0px;
}

.product-list .list-wrapper .list-item .product-img img.kleear-collection-item-trans {
  max-width: 225px;
}

.list_dots_flex .color-swatch-slider-side h4 {
  opacity: 0;
  font-size: 1px;
  margin: 0;
  padding: 0;
  line-height: 0;
}



/*Product list page css end*/



/* details page css start */
.features_section_wrapper {
  background: #343434;
  padding: 20px 0px;
  clear: both;
}

.features_section_wrapper .details-features-heading {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.features_section_wrapper .wrapper {
  padding: 0px 200px;
}

.features_section_wrapper .features_items_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;

}

.features_section_wrapper .features_items_grid .features_item_box p {
  color: #FFFFFF;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.features_section_wrapper .features_image_box {
  min-height: 60px;
}

/* you_may_also_like_section */

.you_may_also_like_section {
  padding: 80px 0px;
}

.you_may_also_like_section .you_may_slider_section {
  padding-top: 30px;
}

.you_may_also_like_section .you_may_also_heading {
  text-align: center;
}

.you_may_also_like_section .you_may_also_img_box {
  border: 1px solid #E7E7E7;
  padding: 50px;
}

.you_may_also_like_section .product_slider {
  width: 100%;
}

.product_slider .you_may_also_item {
  width: calc(33.33% - 15px);
  /* 3 items visible including gap */
  margin-right: 15px;
}

.you_may_also_img_box.you_may_also_img_box_transparent img {
  max-width: 220px;
}

.you_may_also_img_box img {
  max-width: 245px;
  margin: 0 auto;
  display: block;
}

.you_may_also_like_section .flickity-prev-next-button {
  top: -20px;
  z-index: 1;
}

.you_may_also_like_section .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
}

.you_may_also_like_section .flickity-button {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.you_may_also_like_section .you_may_also_content {
  padding-top: 10px;
}

.you_may_also_like_section .you_may_also_content h4 {
  font-size: 18px;
  line-height: 20px;
}

.you_may_also_like_section .you_may_also_content p {
  padding-top: 8px;
  font-size: 18px;
}

.you_may_also_like_section .you_may_also_content p span.detail_mrp_price {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'TimeRoman';
  letter-spacing: 1px;
}

/* Default arrows hide */
.you_may_also_like_section .flickity-button-icon {
  display: none;
}

/* LEFT Arrow Custom SVG */
.you_may_also_like_section .flickity-prev-next-button.previous {
  background-image: url("../images/you-may-slider-left-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* RIGHT Arrow Custom SVG */
.you_may_also_like_section .flickity-prev-next-button.next {
  background-image: url("../images/you-may-slider-right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.you_may_also_like_section .flickity-prev-next-button {
  width: 38px;
  height: 38px;
}

/* details_frequently_asked_questions */
section.details_frequently_asked_questions {
  padding: 70px 0px;
  position: relative;
}

.details_frequently_asked_questions .detail_faq_grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}

/* Default arrows hide */
.keepitkleear_section .flickity-button-icon {
  display: none;
}

/* LEFT Arrow Custom SVG */
.keepitkleear_section .flickity-prev-next-button.previous {
  background-image: url("../images/you-may-slider-left-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* RIGHT Arrow Custom SVG */
.keepitkleear_section .flickity-prev-next-button.next {
  background-image: url("../images/you-may-slider-right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.keepitkleear_section .flickity-prev-next-button {
  width: 38px;
  height: 38px;
}

.keepitkleear_section .flickity-prev-next-button {
  top: -20px;
  z-index: 1;
}

.keepitkleear_section .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
}

.keepitkleear_section .flickity-button {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.kleear-insta-slider {
  padding-top: 25px;
}

.faq_item_wrapper {
  padding-top: 30px;
  padding-right: 30px;
}

.kleear-insta-slider .kleear-insta-item {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.kleear-insta-slider .kleear-insta-item img {
  width: 100%;
}

.details_frequently_asked_questions h3.faq_heading {
  text-align: left;
  margin-bottom: 4px;
  font-size: 24px;
}

.details_frequently_asked_questions .faq_box {
  width: 100%;
}

.details_frequently_asked_questions .faq_item {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
}

.details_frequently_asked_questions .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}



/* ICON */
.details_frequently_asked_questions .icon {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.details_frequently_asked_questions .icon::before,
.details_frequently_asked_questions .icon::after {
  content: "";
  position: absolute;
  background: #858585;
  transition: 0.3s;
}

/* horizontal */
.details_frequently_asked_questions .icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* vertical */
.details_frequently_asked_questions .icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* minus (hide vertical bar) */
.details_frequently_asked_questions .faq_item.active .icon::after {
  height: 0;
}

/* ANSWER BOX */
.details_frequently_asked_questions .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-top: 2px;
}

/* details_descriptionsection */

section.details_description {
  clear: both;
  padding: 90px 0px 70px;
}

.details_description .details_description_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

section.details_description .wrapper {
  padding: 0px 200px;
}

.details_description .details_specs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  gap: 10px 30px;
}

.details_description .details_specs ul li {
  position: relative;
  padding-left: 20px;
}

.details_description_left h4 {
  margin-bottom: 15px;
}

.details_description .details_specs h4 {
  margin-bottom: 15px;
}

.details_description .details_specs ul li::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #000000;
}




.section-product .pad .prod-details.details_page_prod_details .actions {
  width: 100%;
}

.section-product .pad .prod-details.details_page_prod_details {
  gap: 20px;
}

.section-product .pad .prod-details.details_page_prod_details .actions .color-swatch {
  margin-bottom: 30px;
  padding-top: 10px;
}

.prod-details.details_page_prod_details .specs_wrp__ .price-box p {
  font-size: 18px;
}

.details_page_prod_details .quantity-wrapper {
  max-width: 100px;
}

.details_page_prod_details .actions li {
  list-style-type: none;
}

.details_page_prod_details .actions li span {
  margin-left: 5px;
}

.details_page_prod_details .qty_buynow_flex {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

/* list signup section */
section.list-signup-wrapper {
  background: #f8f8f8;
  padding: 20px 0px 0px;
}

.list-signup-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding: 0px 230px;
}

.list-signup-grid .list-signup-image-box img {
  max-width: 320px;
}



.list-stay-in-loop p {
  padding-bottom: 15px;
}

/* list signup section */



/* detail banner section  */

.back-to-products-btn .back-to-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.back-to-products-btn {
  padding-top: 30px;
}

.section-product.detail-section-product {
  padding-top: 40px !important;
}

.detail_product_social_rel {
  position: relative;
}

.detail_product_social_icons {
  position: absolute;
  right: 90px;
  top: 10px;
}

.detail_product_social_icons a {
  margin-left: 15px;
}

.detail_product_social_icons a img {
  width: 15px;
}

.back-to-products-btn a.back-to-links span {
  background: #F8F8F8;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.section-product.detail-section-product .pad .img-box {
  border: 1px solid #E7E7E7;
  padding: 50px;
}

.section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.previous {
  top: initial;
  right: 0;
  left: auto;
  margin-right: -110px;
  bottom: -95px;
}

.section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.next {
  top: initial;
  right: 0;
  left: auto;
  margin-right: -110px;
  bottom: -95px;
}

.section-product.detail-section-product .prod-details h3 {
  font-size: 24px;
  line-height: 28px;
}

.section-product.detail-section-product .prod-details {
  padding-right: 90px;
}

.section-product.detail-section-product .color_with_name {
  display: flex;
  gap: 10px;
}

.section-product.detail-section-product .color_with_name p,
.section-product.detail-section-product .color_with_name h4 span {
  color: #656565;
}

.section-product.detail-section-product .pad {
  padding: 0px;
}

.section-product.detail-section-product .pad .img-box {
  width: 610px;
}

.section-product.detail-section-product .img-slider {
  max-width: 340px;
}

.section-product.detail-section-product .img-slider .flickity-viewport {
  min-height: 475px;
}


/* details page css end */






/* product media css */


@media(max-width:1399px) {
  .product-list .list-wrapper .list-item .product-img img {
    max-width: 195px;
  }

  .product-list .list-wrapper .list-item .product-img img.kleear-collection-item-trans {
    max-width: 175px;
  }

  .product-list .list-wrapper .list-item {
    width: 470px;
  }

  .list-signup-grid {
    padding: 0px 130px;
  }
}

@media(max-width:1199px) {
  .product_slider .you_may_also_item {
    width: calc(50% - 15px);
  }
}


@media(max-width:991px) {
  .product-list .list-wrapper .list-item .product-img {
    padding: 70px;
  }

  .hydrat_main_section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-product .pad .color-swatch ul {
    gap: 7px;
  }

  .detail_product_social_icons {
    display: none;
  }

  .product-list .list-wrapper {
    gap: 20px;
  }
}

@media(max-width:767px) {
  .product-list .list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-list .list-wrapper {
    gap: 40px;
  }

  .list_dots_flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .list_dots_flex.list_dots_flex_mobile {
    flex-direction: column;
  }

  .hydrat_main_section .hydrate_content_side {
    padding: 0;
    display: flex;
    flex-direction: inherit;
    gap: 20px;
    margin-bottom: 30px;
  }

  .hydrat_main_section .hydrat-yoga-content {
    flex: 0 0 50%;
  }

  .section-product .pad .color-swatch ul {
    gap: 0px;
  }

  .product-list .list-wrapper .list-item .right_side_price_section {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left_side_dots_section {
    padding-top: 10px;
  }

  .product-list .list-wrapper .list-item .product-info p {
    margin-bottom: 0px;
  }

  .product-list .list-wrapper .list-item .product-info {
    padding: 0;
  }

  .product-list .list-wrapper .list-item {
    width: 370px;
  }

  .hydrat_main_section .hydrate_content_side .hydrat-yoga-content p {
    padding-right: 0px;
  }

  .list-signup-grid {
    padding: 0px 0px;
  }
}

@media(max-width:560px) {
  .product-list .list-wrapper .list-item {
    width: 380px;
  }


}

@media(max-width:420px) {
  .product-list .list-wrapper .list-item {
    width: 100%;
  }

  .product-list .list-wrapper .list-item .product-img {
    padding: 40px;
  }
}

/* detail media css */






@media(max-width:1660px) {
  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.previous {
    margin-right: -105px;
  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.next {
    margin-right: -105px;
  }
}

@media(max-width:1550px) {
  .section-product.detail-section-product .img-slider {
    max-width: 320px;
    padding-bottom: 0px;
  }
}


@media(max-width:1499px) {
  .section-product.detail-section-product .pad .img-box {
    width: 547px;
  }

  .section-product.detail-section-product .img-slider .flickity-viewport {
    min-height: 445px;
  }


  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.previous {
    margin-right: -95px;
  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.next {
    margin-right: -95px;
  }
}

@media(max-width:1399px) {
  section.details_description .wrapper {
    padding: 0px 100px;
  }

  .features_section_wrapper .wrapper {
    padding: 0px 100px;
  }



  .list-stay-in-loop {
    padding-left: 0;
  }
}


@media(max-width:1299px) {
  .detail-section-product .img-slider .flickity-viewport {
    min-height: auto;
  }

  .section-product.detail-section-product .img-slider .flickity-viewport {
    min-height: auto;
  }

}

@media(max-width:1250px) {
  .section-product.detail-section-product .pad .img-box {
    width: 504px;
  }

}

@media(max-width:1199px) {
  .section-product.detail-section-product .pad .img-box {
    width: 45%;
  }
}


@media(max-width:991px) {
  .details_description .details_description_grid {
    gap: 30px;
  }

  .section-product.detail-section-product .prod-details {
    padding-right: 0px;
    padding-top: 35px;
  }

  section.details_description .wrapper {
    padding: 0px 20px;
  }

  .features_section_wrapper .wrapper {
    padding: 0px 20px;
  }

  .section-product .pad .prod-details.details_page_prod_details .color-swatch-slider-side {
    padding-bottom: 10px;
  }


  .list-signup-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.previous {
    margin-right: -88px;
    bottom: -105px;
    z-index: 11;
  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.next {
    margin-right: -128px;
    bottom: -105px;
    z-index: 11;
  }

  .section-product.detail-section-product .pad .img-box {
    width: 560px;
  }

}


@media(max-width:767px) {
  .details_frequently_asked_questions .faq_box {
    width: 100%;
    max-width: 100%;
  }

  .you_may_also_img_box.you_may_also_img_box_transparent img {
    max-width: 145px;
  }


  .you_may_also_img_box img {
    max-width: 160px;
  }

  .you_may_also_like_section .you_may_also_heading {
    text-align: left;
  }

  .features_section_wrapper .features_items_grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px 20px;
  }

  .details_description .details_description_grid {
    grid-template-columns: 1fr;
  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.previous {
    margin-right: auto;
    top: 50%;
    bottom: auto;
    left: 0px;
    margin-left: -32px;

  }

  .section-product.detail-section-product .pad .img-box .img-slider .flickity-button.flickity-prev-next-button.next {
    margin-right: -32px;
    bottom: auto;
    top: 50%;
  }

  .section-product.detail-section-product .pad .img-box {
    width: 100%;
  }

  .section-product.detail-section-product .pad .prod-details .actions .buy-btn {
    bottom: 0;
    left: 0;
    margin: 0;
    bottom: -35px;
    position: initial;
  }

  .section-product.detail-section-product .details_page_prod_details .qty_buynow_flex {
    align-items: end;
  }

  .section-product.detail-section-product .pad .img-box {
    margin-bottom: 0;
  }

  .details_frequently_asked_questions .detail_faq_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq_item_wrapper {
    padding-right: 0px;
  }

  .list-signup-grid {
    justify-content: center;
    text-align: center;
  }

  .section-product.detail-section-product .prod-details {
    padding-top: 5px;
  }

  section.details_description {
    padding: 45px 0px 40px;
  }

  .you_may_also_like_section {
    padding: 45px 0px;
  }

  .back-to-products-btn {
    padding-top: 10px;
  }

  .section-product.detail-section-product {
    padding-top: 20px !important;
  }
}

@media(max-width:560px) {
  .product_slider .you_may_also_item {
    width: 100%;
    margin-right: 0px;
  }

  .kleear-insta-slider .kleear-insta-item {
    width: 100%;
    margin-right: 0px;
  }

  .you_may_also_img_box.you_may_also_img_box_transparent img {
    max-width: 190px;
  }
}









/* glassBottle_with_silicon_sleeve css start */

.glassBottle_with_silicon_sleeve {
  padding: 70px 0px;
  clear: both;
}

.glassBottle_with_silicon_sleeve h3 {
  text-align: center;
  padding-bottom: 30px;
}

.glassBottle_with_silicon_sleeve .glassBottle_with_silicon_sleeve_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.glassBottle_with_silicon_sleeve .glassBottle_with_silicon_boxs img {
  width: 100%;
}

.siliconBottle_with_glass_item {
  width: 100%;
  padding: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siliconBottle_with_glass_item img {
  width: 70%;
}


.glassBottle_with_silicon_sleeve .flickity-prev-next-button.next {
  right: 40px;
  border: 1px solid #C5C5C5;
  color: #656565;
}

.glassBottle_with_silicon_sleeve .flickity-prev-next-button.previous {
  left: 40px;
  border: 1px solid #C5C5C5;
  color: #656565;
}


.glassBottle_with_silicon_sleeve .flickity-prev-next-button {
  width: 35px;
  height: 35px;
}


.glassBottle_with_silicon_sleeve .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 28%;
  top: 30%;
  width: 40%;
  height: 40%;
}

.glassBottle_with_silicon_sleeve .siliconBottle_buy_now {
  text-align: center;
  margin-top: -80px;
}

.glassBottle_with_silicon_sleeve .siliconBottle_buy_now .buynow_btn__ {
  text-transform: capitalize;
}


/* glassBottle_with_silicon_sleeve css end*/


/* glass_Bottle_bamboo_section start*/
.glass_Bottle_bamboo_section .glassbottle_buynow_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.glass_Bottle_bamboo_section .glassbottle_buynow_img img {
  width: 45%
}

.glass_Bottle_bamboo_section .glassbottle_buynow_img {
  position: relative;
}

.glass_trans_bottle_buy_now_btn {
  position: absolute;
  text-align: center;
  bottom: 50px;
}

.glass_trans_bottle_buy_now_btn .buynow_btn__ {
  text-transform: capitalize;
}

@media(max-width:767px) {
  .glassBottle_with_silicon_sleeve .glassBottle_with_silicon_sleeve_grid {
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
    display: flex;
    gap: 40px;
  }

  .glassBottle_with_silicon_sleeve {
    padding: 30px 0px 40px;
  }

  .glass_Bottle_bamboo_section .glassBottle_with_silicon_sleeve_grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    display: flex;
    gap: 0px;
  }

  .siliconBottle_with_glass_item {
    padding: 40px 100px 50px 100px;
  }

  .siliconBottle_with_glass_item img {
    width: 100%;
  }

  .glassBottle_with_silicon_sleeve .siliconBottle_buy_now {
    margin-top: 0px;
  }

  .glass_trans_bottle_buy_now_btn {
    position: static;
  }

  .glass_Bottle_bamboo_section .glassbottle_buynow_img {
    flex-direction: column;
    gap: 50px;
    padding: 0px 60px 60px;
  }

  .glass_Bottle_bamboo_section .glassbottle_buynow_img img {
    width: 80%;
  }

  .product-list .list-wrapper .list-item .product-img {
    padding: 50px;
  }

  h3.glass_bottle_and_silicon_bottle_heading {
    padding-bottom: 0;
  }
}

/* glass_Bottle_bamboo_section end */

.new_sign_up_section {
  clear: both;
  padding: 50px 0px;
}