@charset "UTF-8";
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, samp,
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;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Alkaline";
  src: url("../fonts/Alkaline-Regular.eot");
  src: url("../fonts/Alkaline-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Alkaline-Regular.woff2") format("woff2"), url("../fonts/Alkaline-Regular.woff") format("woff"), url("../fonts/Alkaline-Regular.ttf") format("truetype"), url("../fonts/Alkaline-Regular.svg#Alkaline-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.eot");
  src: url("../fonts/Lexend-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lexend-Bold.woff2") format("woff2"), url("../fonts/Lexend-Bold.woff") format("woff"), url("../fonts/Lexend-Bold.ttf") format("truetype"), url("../fonts/Lexend-Bold.svg#Lexend-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.eot");
  src: url("../fonts/Lexend-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lexend-Light.woff2") format("woff2"), url("../fonts/Lexend-Light.woff") format("woff"), url("../fonts/Lexend-Light.ttf") format("truetype"), url("../fonts/Lexend-Light.svg#Lexend-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minakoe";
  src: url("../fonts/Minakoe-Regular.eot");
  src: url("../fonts/Minakoe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Minakoe-Regular.woff2") format("woff2"), url("../fonts/Minakoe-Regular.woff") format("woff"), url("../fonts/Minakoe-Regular.ttf") format("truetype"), url("../fonts/Minakoe-Regular.svg#Minakoe-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Medium.eot");
  src: url("../fonts/Lexend-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lexend-Medium.woff2") format("woff2"), url("../fonts/Lexend-Medium.woff") format("woff"), url("../fonts/Lexend-Medium.ttf") format("truetype"), url("../fonts/Lexend-Medium.svg#Lexend-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BlackerProDis-ExBd";
  src: url("../fonts/BlackerProDis-ExBd.eot");
  src: url("../fonts/BlackerProDis-ExBd.eot?#iefix") format("embedded-opentype"), url("../fonts/BlackerProDis-ExBd.woff2") format("woff2"), url("../fonts/BlackerProDis-ExBd.woff") format("woff"), url("../fonts/BlackerProDis-ExBd.ttf") format("truetype"), url("../fonts/BlackerProDis-ExBd.svg#BlackerProDisplayTrial-Extrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.flex, .myaccount--tab-vertical, .tracking--status-search, .verification--code-input, .userlogin--form .login-btn, .userlogin--main, .product--radio-btn, .product-image-single .slick-list, .product--left, .product--main, .product--category {
  display: flex;
}
.flex--align-items-baseline {
  align-items: baseline;
}
.flex--align-items-end {
  align-items: flex-end;
}
.flex--align-items-center, .userlogin--form .login-btn, .product--logo-main {
  align-items: center;
}
.flex--align-items-start, .myaccount--tab-nav, .product--main, .product--category {
  align-items: flex-start;
}
.flex--align-self-center {
  align-self: center;
}
.flex--justify-content-evenly {
  justify-content: space-evenly;
}
.flex--justify-content-between, .verification--code-input, .userlogin--main, .product--logo-main, .satisfied--customer-slider .slick-slide {
  justify-content: space-between;
}
.flex--justify-content-around {
  justify-content: space-around;
}
.flex--justify-content-end {
  justify-content: flex-end;
}
.flex--justify-content-center, .myaccount--tab-vertical, .tracking--status-search, .userlogin--form .login-btn {
  justify-content: center;
}
.flex--justify-content-start, .myaccount--tab-nav, .product--radio-btn {
  justify-content: flex-start;
}
.flex--wrap, .product--radio-btn {
  flex-wrap: wrap;
}
.flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex--wrap-nowrap {
  flex-wrap: nowrap;
}
.flex--direction-column, .myaccount--tab-nav, .satisfied--customer-slider .slick-slide {
  flex-direction: column;
}
.flex--direction-column-rev {
  flex-direction: column-reverse;
}
.flex--direction-row {
  flex-direction: row;
}
.flex--direction-row-rev {
  flex-direction: row-reverse;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1em;
  font-weight: 300;
  font-family: "Lexend";
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.875em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container--responsive {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .container--responsive {
    width: 100%;
  }
}

p {
  line-height: 1.5;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  border: 0;
  background-color: #F5C600;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1em;
  max-width: 200px;
  width: 100%;
  font-family: "Lexend";
  font-weight: 300;
  color: #000000;
  padding: 15px 35px;
  border-radius: 10px;
  display: inline-block;
  transition: background 0.8s;
}
.btn:hover {
  background: #dcb100 radial-gradient(circle, transparent 1%, #dcb100 1%) center/15000%;
}
.btn:active {
  background-color: #c29d00;
  background-size: 100%;
  transition: background 0s;
}
.btn--transparent {
  background-color: transparent;
  border: 1px solid #707070;
}

.pd--5 {
  padding: 5px;
}

.pt--5 {
  padding-top: 5px;
}

.pr--5 {
  padding-right: 5px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pl--5 {
  padding-left: 5px;
}

.md--5 {
  margin: 5px;
}

.mt--5 {
  margin-top: 5px;
}

.mr--5 {
  margin-right: 5px;
}

.mb--5 {
  margin-bottom: 5px;
}

.ml--5 {
  margin-left: 5px;
}

.pd--10 {
  padding: 10px;
}

.pt--10 {
  padding-top: 10px;
}

.pr--10 {
  padding-right: 10px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pl--10 {
  padding-left: 10px;
}

.md--10 {
  margin: 10px;
}

.mt--10 {
  margin-top: 10px;
}

.mr--10 {
  margin-right: 10px;
}

.mb--10 {
  margin-bottom: 10px;
}

.ml--10 {
  margin-left: 10px;
}

.pd--15 {
  padding: 15px;
}

.pt--15 {
  padding-top: 15px;
}

.pr--15 {
  padding-right: 15px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pl--15 {
  padding-left: 15px;
}

.md--15 {
  margin: 15px;
}

.mt--15 {
  margin-top: 15px;
}

.mr--15 {
  margin-right: 15px;
}

.mb--15 {
  margin-bottom: 15px;
}

.ml--15 {
  margin-left: 15px;
}

.pd--20 {
  padding: 20px;
}

.pt--20 {
  padding-top: 20px;
}

.pr--20 {
  padding-right: 20px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pl--20 {
  padding-left: 20px;
}

.md--20 {
  margin: 20px;
}

.mt--20 {
  margin-top: 20px;
}

.mr--20 {
  margin-right: 20px;
}

.mb--20 {
  margin-bottom: 20px;
}

.ml--20 {
  margin-left: 20px;
}

.pd--25 {
  padding: 25px;
}

.pt--25 {
  padding-top: 25px;
}

.pr--25 {
  padding-right: 25px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pl--25 {
  padding-left: 25px;
}

.md--25 {
  margin: 25px;
}

.mt--25 {
  margin-top: 25px;
}

.mr--25 {
  margin-right: 25px;
}

.mb--25 {
  margin-bottom: 25px;
}

.ml--25 {
  margin-left: 25px;
}

.pd--30 {
  padding: 30px;
}

.pt--30 {
  padding-top: 30px;
}

.pr--30 {
  padding-right: 30px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pl--30 {
  padding-left: 30px;
}

.md--30 {
  margin: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mr--30 {
  margin-right: 30px;
}

.mb--30 {
  margin-bottom: 30px;
}

.ml--30 {
  margin-left: 30px;
}

.pd--35 {
  padding: 35px;
}

.pt--35 {
  padding-top: 35px;
}

.pr--35 {
  padding-right: 35px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pl--35 {
  padding-left: 35px;
}

.md--35 {
  margin: 35px;
}

.mt--35 {
  margin-top: 35px;
}

.mr--35 {
  margin-right: 35px;
}

.mb--35 {
  margin-bottom: 35px;
}

.ml--35 {
  margin-left: 35px;
}

.pd--40 {
  padding: 40px;
}

.pt--40 {
  padding-top: 40px;
}

.pr--40 {
  padding-right: 40px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pl--40 {
  padding-left: 40px;
}

.md--40 {
  margin: 40px;
}

.mt--40 {
  margin-top: 40px;
}

.mr--40 {
  margin-right: 40px;
}

.mb--40 {
  margin-bottom: 40px;
}

.ml--40 {
  margin-left: 40px;
}

.pd--45 {
  padding: 45px;
}

.pt--45 {
  padding-top: 45px;
}

.pr--45 {
  padding-right: 45px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pl--45 {
  padding-left: 45px;
}

.md--45 {
  margin: 45px;
}

.mt--45 {
  margin-top: 45px;
}

.mr--45 {
  margin-right: 45px;
}

.mb--45 {
  margin-bottom: 45px;
}

.ml--45 {
  margin-left: 45px;
}

.pd--50 {
  padding: 50px;
}

.pt--50 {
  padding-top: 50px;
}

.pr--50 {
  padding-right: 50px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.md--50 {
  margin: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.mr--50 {
  margin-right: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.ml--50 {
  margin-left: 50px;
}

.pd--55 {
  padding: 55px;
}

.pt--55 {
  padding-top: 55px;
}

.pr--55 {
  padding-right: 55px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pl--55 {
  padding-left: 55px;
}

.md--55 {
  margin: 55px;
}

.mt--55 {
  margin-top: 55px;
}

.mr--55 {
  margin-right: 55px;
}

.mb--55 {
  margin-bottom: 55px;
}

.ml--55 {
  margin-left: 55px;
}

.pd--60 {
  padding: 60px;
}

.pt--60 {
  padding-top: 60px;
}

.pr--60 {
  padding-right: 60px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pl--60 {
  padding-left: 60px;
}

.md--60 {
  margin: 60px;
}

.mt--60 {
  margin-top: 60px;
}

.mr--60 {
  margin-right: 60px;
}

.mb--60 {
  margin-bottom: 60px;
}

.ml--60 {
  margin-left: 60px;
}

.pd--65 {
  padding: 65px;
}

.pt--65 {
  padding-top: 65px;
}

.pr--65 {
  padding-right: 65px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pl--65 {
  padding-left: 65px;
}

.md--65 {
  margin: 65px;
}

.mt--65 {
  margin-top: 65px;
}

.mr--65 {
  margin-right: 65px;
}

.mb--65 {
  margin-bottom: 65px;
}

.ml--65 {
  margin-left: 65px;
}

.pd--70 {
  padding: 70px;
}

.pt--70 {
  padding-top: 70px;
}

.pr--70 {
  padding-right: 70px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pl--70 {
  padding-left: 70px;
}

.md--70 {
  margin: 70px;
}

.mt--70 {
  margin-top: 70px;
}

.mr--70 {
  margin-right: 70px;
}

.mb--70 {
  margin-bottom: 70px;
}

.ml--70 {
  margin-left: 70px;
}

.pd--75 {
  padding: 75px;
}

.pt--75 {
  padding-top: 75px;
}

.pr--75 {
  padding-right: 75px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pl--75 {
  padding-left: 75px;
}

.md--75 {
  margin: 75px;
}

.mt--75 {
  margin-top: 75px;
}

.mr--75 {
  margin-right: 75px;
}

.mb--75 {
  margin-bottom: 75px;
}

.ml--75 {
  margin-left: 75px;
}

.pd--80 {
  padding: 80px;
}

.pt--80 {
  padding-top: 80px;
}

.pr--80 {
  padding-right: 80px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pl--80 {
  padding-left: 80px;
}

.md--80 {
  margin: 80px;
}

.mt--80 {
  margin-top: 80px;
}

.mr--80 {
  margin-right: 80px;
}

.mb--80 {
  margin-bottom: 80px;
}

.ml--80 {
  margin-left: 80px;
}

.pd--85 {
  padding: 85px;
}

.pt--85 {
  padding-top: 85px;
}

.pr--85 {
  padding-right: 85px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pl--85 {
  padding-left: 85px;
}

.md--85 {
  margin: 85px;
}

.mt--85 {
  margin-top: 85px;
}

.mr--85 {
  margin-right: 85px;
}

.mb--85 {
  margin-bottom: 85px;
}

.ml--85 {
  margin-left: 85px;
}

.pd--90 {
  padding: 90px;
}

.pt--90 {
  padding-top: 90px;
}

.pr--90 {
  padding-right: 90px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pl--90 {
  padding-left: 90px;
}

.md--90 {
  margin: 90px;
}

.mt--90 {
  margin-top: 90px;
}

.mr--90 {
  margin-right: 90px;
}

.mb--90 {
  margin-bottom: 90px;
}

.ml--90 {
  margin-left: 90px;
}

.pd--95 {
  padding: 95px;
}

.pt--95 {
  padding-top: 95px;
}

.pr--95 {
  padding-right: 95px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pl--95 {
  padding-left: 95px;
}

.md--95 {
  margin: 95px;
}

.mt--95 {
  margin-top: 95px;
}

.mr--95 {
  margin-right: 95px;
}

.mb--95 {
  margin-bottom: 95px;
}

.ml--95 {
  margin-left: 95px;
}

.pd--100 {
  padding: 100px;
}

.pt--100 {
  padding-top: 100px;
}

.pr--100 {
  padding-right: 100px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pl--100 {
  padding-left: 100px;
}

.md--100 {
  margin: 100px;
}

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

.mr--100 {
  margin-right: 100px;
}

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

.ml--100 {
  margin-left: 100px;
}

.pd--105 {
  padding: 105px;
}

.pt--105 {
  padding-top: 105px;
}

.pr--105 {
  padding-right: 105px;
}

.pb--105 {
  padding-bottom: 105px;
}

.pl--105 {
  padding-left: 105px;
}

.md--105 {
  margin: 105px;
}

.mt--105 {
  margin-top: 105px;
}

.mr--105 {
  margin-right: 105px;
}

.mb--105 {
  margin-bottom: 105px;
}

.ml--105 {
  margin-left: 105px;
}

.pd--110 {
  padding: 110px;
}

.pt--110 {
  padding-top: 110px;
}

.pr--110 {
  padding-right: 110px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pl--110 {
  padding-left: 110px;
}

.md--110 {
  margin: 110px;
}

.mt--110 {
  margin-top: 110px;
}

.mr--110 {
  margin-right: 110px;
}

.mb--110 {
  margin-bottom: 110px;
}

.ml--110 {
  margin-left: 110px;
}

.pd--115 {
  padding: 115px;
}

.pt--115 {
  padding-top: 115px;
}

.pr--115 {
  padding-right: 115px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pl--115 {
  padding-left: 115px;
}

.md--115 {
  margin: 115px;
}

.mt--115 {
  margin-top: 115px;
}

.mr--115 {
  margin-right: 115px;
}

.mb--115 {
  margin-bottom: 115px;
}

.ml--115 {
  margin-left: 115px;
}

.pd--120 {
  padding: 120px;
}

.pt--120 {
  padding-top: 120px;
}

.pr--120 {
  padding-right: 120px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pl--120 {
  padding-left: 120px;
}

.md--120 {
  margin: 120px;
}

.mt--120 {
  margin-top: 120px;
}

.mr--120 {
  margin-right: 120px;
}

.mb--120 {
  margin-bottom: 120px;
}

.ml--120 {
  margin-left: 120px;
}

.pd--125 {
  padding: 125px;
}

.pt--125 {
  padding-top: 125px;
}

.pr--125 {
  padding-right: 125px;
}

.pb--125 {
  padding-bottom: 125px;
}

.pl--125 {
  padding-left: 125px;
}

.md--125 {
  margin: 125px;
}

.mt--125 {
  margin-top: 125px;
}

.mr--125 {
  margin-right: 125px;
}

.mb--125 {
  margin-bottom: 125px;
}

.ml--125 {
  margin-left: 125px;
}

.pd--130 {
  padding: 130px;
}

.pt--130 {
  padding-top: 130px;
}

.pr--130 {
  padding-right: 130px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pl--130 {
  padding-left: 130px;
}

.md--130 {
  margin: 130px;
}

.mt--130 {
  margin-top: 130px;
}

.mr--130 {
  margin-right: 130px;
}

.mb--130 {
  margin-bottom: 130px;
}

.ml--130 {
  margin-left: 130px;
}

.pd--135 {
  padding: 135px;
}

.pt--135 {
  padding-top: 135px;
}

.pr--135 {
  padding-right: 135px;
}

.pb--135 {
  padding-bottom: 135px;
}

.pl--135 {
  padding-left: 135px;
}

.md--135 {
  margin: 135px;
}

.mt--135 {
  margin-top: 135px;
}

.mr--135 {
  margin-right: 135px;
}

.mb--135 {
  margin-bottom: 135px;
}

.ml--135 {
  margin-left: 135px;
}

.pd--140 {
  padding: 140px;
}

.pt--140 {
  padding-top: 140px;
}

.pr--140 {
  padding-right: 140px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pl--140 {
  padding-left: 140px;
}

.md--140 {
  margin: 140px;
}

.mt--140 {
  margin-top: 140px;
}

.mr--140 {
  margin-right: 140px;
}

.mb--140 {
  margin-bottom: 140px;
}

.ml--140 {
  margin-left: 140px;
}

.pd--145 {
  padding: 145px;
}

.pt--145 {
  padding-top: 145px;
}

.pr--145 {
  padding-right: 145px;
}

.pb--145 {
  padding-bottom: 145px;
}

.pl--145 {
  padding-left: 145px;
}

.md--145 {
  margin: 145px;
}

.mt--145 {
  margin-top: 145px;
}

.mr--145 {
  margin-right: 145px;
}

.mb--145 {
  margin-bottom: 145px;
}

.ml--145 {
  margin-left: 145px;
}

.pd--150 {
  padding: 150px;
}

.pt--150 {
  padding-top: 150px;
}

.pr--150 {
  padding-right: 150px;
}

.pb--150 {
  padding-bottom: 150px;
}

.pl--150 {
  padding-left: 150px;
}

.md--150 {
  margin: 150px;
}

.mt--150 {
  margin-top: 150px;
}

.mr--150 {
  margin-right: 150px;
}

.mb--150 {
  margin-bottom: 150px;
}

.ml--150 {
  margin-left: 150px;
}

.pd--155 {
  padding: 155px;
}

.pt--155 {
  padding-top: 155px;
}

.pr--155 {
  padding-right: 155px;
}

.pb--155 {
  padding-bottom: 155px;
}

.pl--155 {
  padding-left: 155px;
}

.md--155 {
  margin: 155px;
}

.mt--155 {
  margin-top: 155px;
}

.mr--155 {
  margin-right: 155px;
}

.mb--155 {
  margin-bottom: 155px;
}

.ml--155 {
  margin-left: 155px;
}

.pd--160 {
  padding: 160px;
}

.pt--160 {
  padding-top: 160px;
}

.pr--160 {
  padding-right: 160px;
}

.pb--160 {
  padding-bottom: 160px;
}

.pl--160 {
  padding-left: 160px;
}

.md--160 {
  margin: 160px;
}

.mt--160 {
  margin-top: 160px;
}

.mr--160 {
  margin-right: 160px;
}

.mb--160 {
  margin-bottom: 160px;
}

.ml--160 {
  margin-left: 160px;
}

.pd--165 {
  padding: 165px;
}

.pt--165 {
  padding-top: 165px;
}

.pr--165 {
  padding-right: 165px;
}

.pb--165 {
  padding-bottom: 165px;
}

.pl--165 {
  padding-left: 165px;
}

.md--165 {
  margin: 165px;
}

.mt--165 {
  margin-top: 165px;
}

.mr--165 {
  margin-right: 165px;
}

.mb--165 {
  margin-bottom: 165px;
}

.ml--165 {
  margin-left: 165px;
}

.pd--170 {
  padding: 170px;
}

.pt--170 {
  padding-top: 170px;
}

.pr--170 {
  padding-right: 170px;
}

.pb--170 {
  padding-bottom: 170px;
}

.pl--170 {
  padding-left: 170px;
}

.md--170 {
  margin: 170px;
}

.mt--170 {
  margin-top: 170px;
}

.mr--170 {
  margin-right: 170px;
}

.mb--170 {
  margin-bottom: 170px;
}

.ml--170 {
  margin-left: 170px;
}

.pd--175 {
  padding: 175px;
}

.pt--175 {
  padding-top: 175px;
}

.pr--175 {
  padding-right: 175px;
}

.pb--175 {
  padding-bottom: 175px;
}

.pl--175 {
  padding-left: 175px;
}

.md--175 {
  margin: 175px;
}

.mt--175 {
  margin-top: 175px;
}

.mr--175 {
  margin-right: 175px;
}

.mb--175 {
  margin-bottom: 175px;
}

.ml--175 {
  margin-left: 175px;
}

.pd--180 {
  padding: 180px;
}

.pt--180 {
  padding-top: 180px;
}

.pr--180 {
  padding-right: 180px;
}

.pb--180 {
  padding-bottom: 180px;
}

.pl--180 {
  padding-left: 180px;
}

.md--180 {
  margin: 180px;
}

.mt--180 {
  margin-top: 180px;
}

.mr--180 {
  margin-right: 180px;
}

.mb--180 {
  margin-bottom: 180px;
}

.ml--180 {
  margin-left: 180px;
}

.pd--185 {
  padding: 185px;
}

.pt--185 {
  padding-top: 185px;
}

.pr--185 {
  padding-right: 185px;
}

.pb--185 {
  padding-bottom: 185px;
}

.pl--185 {
  padding-left: 185px;
}

.md--185 {
  margin: 185px;
}

.mt--185 {
  margin-top: 185px;
}

.mr--185 {
  margin-right: 185px;
}

.mb--185 {
  margin-bottom: 185px;
}

.ml--185 {
  margin-left: 185px;
}

.pd--190 {
  padding: 190px;
}

.pt--190 {
  padding-top: 190px;
}

.pr--190 {
  padding-right: 190px;
}

.pb--190 {
  padding-bottom: 190px;
}

.pl--190 {
  padding-left: 190px;
}

.md--190 {
  margin: 190px;
}

.mt--190 {
  margin-top: 190px;
}

.mr--190 {
  margin-right: 190px;
}

.mb--190 {
  margin-bottom: 190px;
}

.ml--190 {
  margin-left: 190px;
}

.pd--195 {
  padding: 195px;
}

.pt--195 {
  padding-top: 195px;
}

.pr--195 {
  padding-right: 195px;
}

.pb--195 {
  padding-bottom: 195px;
}

.pl--195 {
  padding-left: 195px;
}

.md--195 {
  margin: 195px;
}

.mt--195 {
  margin-top: 195px;
}

.mr--195 {
  margin-right: 195px;
}

.mb--195 {
  margin-bottom: 195px;
}

.ml--195 {
  margin-left: 195px;
}

.pd--200 {
  padding: 200px;
}

.pt--200 {
  padding-top: 200px;
}

.pr--200 {
  padding-right: 200px;
}

.pb--200 {
  padding-bottom: 200px;
}

.pl--200 {
  padding-left: 200px;
}

.md--200 {
  margin: 200px;
}

.mt--200 {
  margin-top: 200px;
}

.mr--200 {
  margin-right: 200px;
}

.mb--200 {
  margin-bottom: 200px;
}

.ml--200 {
  margin-left: 200px;
}

.pd--205 {
  padding: 205px;
}

.pt--205 {
  padding-top: 205px;
}

.pr--205 {
  padding-right: 205px;
}

.pb--205 {
  padding-bottom: 205px;
}

.pl--205 {
  padding-left: 205px;
}

.md--205 {
  margin: 205px;
}

.mt--205 {
  margin-top: 205px;
}

.mr--205 {
  margin-right: 205px;
}

.mb--205 {
  margin-bottom: 205px;
}

.ml--205 {
  margin-left: 205px;
}

.pd--210 {
  padding: 210px;
}

.pt--210 {
  padding-top: 210px;
}

.pr--210 {
  padding-right: 210px;
}

.pb--210 {
  padding-bottom: 210px;
}

.pl--210 {
  padding-left: 210px;
}

.md--210 {
  margin: 210px;
}

.mt--210 {
  margin-top: 210px;
}

.mr--210 {
  margin-right: 210px;
}

.mb--210 {
  margin-bottom: 210px;
}

.ml--210 {
  margin-left: 210px;
}

.pd--215 {
  padding: 215px;
}

.pt--215 {
  padding-top: 215px;
}

.pr--215 {
  padding-right: 215px;
}

.pb--215 {
  padding-bottom: 215px;
}

.pl--215 {
  padding-left: 215px;
}

.md--215 {
  margin: 215px;
}

.mt--215 {
  margin-top: 215px;
}

.mr--215 {
  margin-right: 215px;
}

.mb--215 {
  margin-bottom: 215px;
}

.ml--215 {
  margin-left: 215px;
}

.pd--220 {
  padding: 220px;
}

.pt--220 {
  padding-top: 220px;
}

.pr--220 {
  padding-right: 220px;
}

.pb--220 {
  padding-bottom: 220px;
}

.pl--220 {
  padding-left: 220px;
}

.md--220 {
  margin: 220px;
}

.mt--220 {
  margin-top: 220px;
}

.mr--220 {
  margin-right: 220px;
}

.mb--220 {
  margin-bottom: 220px;
}

.ml--220 {
  margin-left: 220px;
}

.pd--225 {
  padding: 225px;
}

.pt--225 {
  padding-top: 225px;
}

.pr--225 {
  padding-right: 225px;
}

.pb--225 {
  padding-bottom: 225px;
}

.pl--225 {
  padding-left: 225px;
}

.md--225 {
  margin: 225px;
}

.mt--225 {
  margin-top: 225px;
}

.mr--225 {
  margin-right: 225px;
}

.mb--225 {
  margin-bottom: 225px;
}

.ml--225 {
  margin-left: 225px;
}

.pd--230 {
  padding: 230px;
}

.pt--230 {
  padding-top: 230px;
}

.pr--230 {
  padding-right: 230px;
}

.pb--230 {
  padding-bottom: 230px;
}

.pl--230 {
  padding-left: 230px;
}

.md--230 {
  margin: 230px;
}

.mt--230 {
  margin-top: 230px;
}

.mr--230 {
  margin-right: 230px;
}

.mb--230 {
  margin-bottom: 230px;
}

.ml--230 {
  margin-left: 230px;
}

.pd--235 {
  padding: 235px;
}

.pt--235 {
  padding-top: 235px;
}

.pr--235 {
  padding-right: 235px;
}

.pb--235 {
  padding-bottom: 235px;
}

.pl--235 {
  padding-left: 235px;
}

.md--235 {
  margin: 235px;
}

.mt--235 {
  margin-top: 235px;
}

.mr--235 {
  margin-right: 235px;
}

.mb--235 {
  margin-bottom: 235px;
}

.ml--235 {
  margin-left: 235px;
}

.pd--240 {
  padding: 240px;
}

.pt--240 {
  padding-top: 240px;
}

.pr--240 {
  padding-right: 240px;
}

.pb--240 {
  padding-bottom: 240px;
}

.pl--240 {
  padding-left: 240px;
}

.md--240 {
  margin: 240px;
}

.mt--240 {
  margin-top: 240px;
}

.mr--240 {
  margin-right: 240px;
}

.mb--240 {
  margin-bottom: 240px;
}

.ml--240 {
  margin-left: 240px;
}

.pd--245 {
  padding: 245px;
}

.pt--245 {
  padding-top: 245px;
}

.pr--245 {
  padding-right: 245px;
}

.pb--245 {
  padding-bottom: 245px;
}

.pl--245 {
  padding-left: 245px;
}

.md--245 {
  margin: 245px;
}

.mt--245 {
  margin-top: 245px;
}

.mr--245 {
  margin-right: 245px;
}

.mb--245 {
  margin-bottom: 245px;
}

.ml--245 {
  margin-left: 245px;
}

.pd--250 {
  padding: 250px;
}

.pt--250 {
  padding-top: 250px;
}

.pr--250 {
  padding-right: 250px;
}

.pb--250 {
  padding-bottom: 250px;
}

.pl--250 {
  padding-left: 250px;
}

.md--250 {
  margin: 250px;
}

.mt--250 {
  margin-top: 250px;
}

.mr--250 {
  margin-right: 250px;
}

.mb--250 {
  margin-bottom: 250px;
}

.ml--250 {
  margin-left: 250px;
}

.color--white {
  color: #ffffff;
}
.color--black {
  color: #000000;
}
.color--offWhite {
  color: rgba(247, 247, 250, 0.5);
}
.color--offGray {
  color: #9B9B9B;
}
.color--themeColor {
  color: #F5C600;
}
.color--green {
  color: #006242;
}

.bg--white {
  background-color: #ffffff;
}
.bg--black {
  background-color: #000000;
}
.bg--gray {
  background-color: #EAE9DB;
}
.bg--themeColor {
  background-color: #F5C600;
}
.bg--green {
  background-color: #006242;
}
.bg--darkGray {
  background-color: #E5E3D2;
}
.bg--darkBlue {
  background-color: #babfd3;
}
.bg--lightBlue {
  background-color: #dde7e9;
}
.bg--offBlue {
  background-color: #add3e1;
}
.bg--lightYellow {
  background-color: #e5e3d1;
}
.bg--offBlack {
  background-color: #1C1C1C;
}

.font--normal {
  font-weight: normal;
}
.font--light {
  font-weight: 300;
}
.font--bold {
  font-weight: bold;
}
.font--medium {
  font-weight: 500;
}
.font--center {
  text-align: center;
}
.font--right {
  text-align: right;
}
.font--uppercase {
  text-transform: uppercase;
}
.font--family {
  font-family: "Lexend";
}
.font--text {
  font-family: "Minakoe";
}
.font--title {
  font-family: "BlackerProDis-ExBd";
}
.font--subtitle {
  font-family: "Alkaline";
}

.fs--1 {
  font-size: 0.0625em;
}

.fs--2 {
  font-size: 0.125em;
}

.fs--3 {
  font-size: 0.1875em;
}

.fs--4 {
  font-size: 0.25em;
}

.fs--5 {
  font-size: 0.3125em;
}

.fs--6 {
  font-size: 0.375em;
}

.fs--7 {
  font-size: 0.4375em;
}

.fs--8 {
  font-size: 0.5em;
}

.fs--9 {
  font-size: 0.5625em;
}

.fs--10 {
  font-size: 0.625em;
}

.fs--11 {
  font-size: 0.6875em;
}

.fs--12 {
  font-size: 0.75em;
}

.fs--13 {
  font-size: 0.8125em;
}

.fs--14 {
  font-size: 0.875em;
}

.fs--15 {
  font-size: 0.9375em;
}

.fs--16 {
  font-size: 1em;
}

.fs--17 {
  font-size: 1.0625em;
}

.fs--18 {
  font-size: 1.125em;
}

.fs--19 {
  font-size: 1.1875em;
}

.fs--20 {
  font-size: 1.25em;
}

.fs--21 {
  font-size: 1.3125em;
}

.fs--22 {
  font-size: 1.375em;
}

.fs--23 {
  font-size: 1.4375em;
}

.fs--24 {
  font-size: 1.5em;
}

.fs--25 {
  font-size: 1.5625em;
}

.fs--26 {
  font-size: 1.625em;
}

.fs--27 {
  font-size: 1.6875em;
}

.fs--28 {
  font-size: 1.75em;
}

.fs--29 {
  font-size: 1.8125em;
}

.fs--30 {
  font-size: 1.875em;
}

.fs--31 {
  font-size: 1.9375em;
}

.fs--32 {
  font-size: 2em;
}

.fs--33 {
  font-size: 2.0625em;
}

.fs--34 {
  font-size: 2.125em;
}

.fs--35 {
  font-size: 2.1875em;
}

.fs--36 {
  font-size: 2.25em;
}

.fs--37 {
  font-size: 2.3125em;
}

.fs--38 {
  font-size: 2.375em;
}

.fs--39 {
  font-size: 2.4375em;
}

.fs--40 {
  font-size: 2.5em;
}

.fs--41 {
  font-size: 2.5625em;
}

.fs--42 {
  font-size: 2.625em;
}

.fs--43 {
  font-size: 2.6875em;
}

.fs--44 {
  font-size: 2.75em;
}

.fs--45 {
  font-size: 2.8125em;
}

.fs--46 {
  font-size: 2.875em;
}

.fs--47 {
  font-size: 2.9375em;
}

.fs--48 {
  font-size: 3em;
}

.fs--49 {
  font-size: 3.0625em;
}

.fs--50 {
  font-size: 3.125em;
}

.fs--51 {
  font-size: 3.1875em;
}

.fs--52 {
  font-size: 3.25em;
}

.fs--53 {
  font-size: 3.3125em;
}

.fs--54 {
  font-size: 3.375em;
}

.fs--55 {
  font-size: 3.4375em;
}

.fs--56 {
  font-size: 3.5em;
}

.fs--57 {
  font-size: 3.5625em;
}

.fs--58 {
  font-size: 3.625em;
}

.fs--59 {
  font-size: 3.6875em;
}

.fs--60 {
  font-size: 3.75em;
}

.fs--61 {
  font-size: 3.8125em;
}

.fs--62 {
  font-size: 3.875em;
}

.fs--63 {
  font-size: 3.9375em;
}

.fs--64 {
  font-size: 4em;
}

.fs--65 {
  font-size: 4.0625em;
}

.fs--66 {
  font-size: 4.125em;
}

.fs--67 {
  font-size: 4.1875em;
}

.fs--68 {
  font-size: 4.25em;
}

.fs--69 {
  font-size: 4.3125em;
}

.fs--70 {
  font-size: 4.375em;
}

.fs--71 {
  font-size: 4.4375em;
}

.fs--72 {
  font-size: 4.5em;
}

.fs--73 {
  font-size: 4.5625em;
}

.fs--74 {
  font-size: 4.625em;
}

.fs--75 {
  font-size: 4.6875em;
}

.fs--76 {
  font-size: 4.75em;
}

.fs--77 {
  font-size: 4.8125em;
}

.fs--78 {
  font-size: 4.875em;
}

.fs--79 {
  font-size: 4.9375em;
}

.fs--80 {
  font-size: 5em;
}

.fs--81 {
  font-size: 5.0625em;
}

.fs--82 {
  font-size: 5.125em;
}

.fs--83 {
  font-size: 5.1875em;
}

.fs--84 {
  font-size: 5.25em;
}

.fs--85 {
  font-size: 5.3125em;
}

.fs--86 {
  font-size: 5.375em;
}

.fs--87 {
  font-size: 5.4375em;
}

.fs--88 {
  font-size: 5.5em;
}

.fs--89 {
  font-size: 5.5625em;
}

.fs--90 {
  font-size: 5.625em;
}

.fs--91 {
  font-size: 5.6875em;
}

.fs--92 {
  font-size: 5.75em;
}

.fs--93 {
  font-size: 5.8125em;
}

.fs--94 {
  font-size: 5.875em;
}

.fs--95 {
  font-size: 5.9375em;
}

.fs--96 {
  font-size: 6em;
}

.fs--97 {
  font-size: 6.0625em;
}

.fs--98 {
  font-size: 6.125em;
}

.fs--99 {
  font-size: 6.1875em;
}

.fs--100 {
  font-size: 6.25em;
}

.d--block {
  display: block;
}

.border--radius-4 {
  border-radius: 4px;
}
.border--radius-15 {
  border-radius: 15px;
}

.section--title {
  font-size: 1.75em;
}
.section--subtitle {
  position: relative;
}
.section--subtitle::before {
  content: "";
  background: url("../images/title-underline.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.accordion.mobile {
  width: 100%;
}
.accordion-wrap {
  border-bottom: 1px solid #C7C7C7;
}
.accordion-wrap.open-accordion .accordion-head {
  transition: all 0.4s ease;
}
.accordion-wrap.open-accordion .accordion-body {
  display: block;
  border: 0;
}
.accordion-wrap.open-accordion .faq-title::after {
  transform: rotate(225deg);
}
.accordion-body {
  display: none;
}

:focus {
  outline: none;
}

.width--100 {
  max-width: 100%;
}

label {
  display: block;
}

input, select, textarea {
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  width: 100%;
  padding: 15px 12px;
  resize: none;
  font-family: "Lexend";
  height: 48px;
}

textarea {
  height: 100px;
}

::-moz-placeholder {
  color: #9B9B9B;
  font-weight: 300;
}

::placeholder {
  color: #9B9B9B;
  font-weight: 300;
}

.common-form .form-field {
  position: relative;
}

.common-form .form-field input.error, .common-form .form-field select.error, .common-form .form-field textarea.error {
  font-size: 0.875em;
  color: #ff0404;
}

.error {
  color: #ff0404;
  font-size: 0.75em;
}

.logform .navbar, .logform .header, .signup .navbar, .signup .header, .otp .navbar, .otp .header, .contact-us .navbar, .contact-us .header {
  display: none;
}
@media only screen and (max-width: 768px) {
  .logform .navbar, .logform .header, .signup .navbar, .signup .header, .otp .navbar, .otp .header, .contact-us .navbar, .contact-us .header {
    display: block;
  }
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.8125em;
  color: #000000;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.checkbox input:focus ~ .checkmark {
  box-shadow: 0 0 0 1px solid #EAE9DB;
}
.checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.checkbox input:checked ~ .checkmark:after {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkbox .checkmark:after {
  content: "";
  display: none;
  width: 7px;
  height: 3px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg) translate(1px, -1px);
}

.phonecode {
  position: relative;
}
.phonecode input {
  margin-left: 30px;
  border-left: 0px;
  width: 95%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 768px) {
  .phonecode input {
    width: 90%;
  }
}
.phonecode .numberval {
  position: absolute;
  height: 48px;
  left: -1px;
  display: flex;
  align-items: center;
  border: 1px solid #C7C7C7;
  border-right: 0px;
  padding: 0px 5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 300;
  top: 0px;
  font-size: 0.875em;
  color: #000000;
}

.hide {
  display: none;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mobile {
    display: inline-block !important;
  }
}

.blurbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.bluroverlay {
  opacity: 1;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50px;
}
.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 10px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50px;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active button:before {
  background-color: #B5B4A4;
  color: black;
  opacity: 0.75;
}

.tab--wrap {
  flex-wrap: nowrap;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .tab--wrap {
    width: 400px;
    display: block !important;
  }
}
.tab--listing {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}
.tab--listing a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.tab--listing::before {
  content: "";
  background-image: url("../images/star-icon.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: absolute;
  left: -10px;
  top: 2px;
}
.banner--desktop-main {
  position: relative;
}
.banner--desktop-img {
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--desktop-title {
  border-bottom: 1px solid #006242;
  width: auto;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 15px;
}
.banner--desktop-subtitle {
  line-height: 1;
}
.banner--desktop-cont {
  position: absolute;
  top: 120px;
  left: 40px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.banner--desktop-btn {
  max-width: 434px;
}
.banner--mobile-main {
  position: relative;
}
.banner--mobile-main.mobile {
  display: none !important;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .banner--mobile-main.mobile {
    display: flex !important;
  }
}
.banner--mobile-main figure {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--mobile-cont {
  position: absolute;
  top: 40px;
  left: 10px;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.banner--mobile-para {
  max-width: 200px;
}
.banner--mobile-btn {
  padding: 13px 12px;
  max-width: 250px;
}

.show-four {
  width: calc(25% - 25px);
}
@media only screen and (max-width: 768px) {
  .show-four {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 600px) {
  .show-four {
    width: 100%;
  }
}
.show-three {
  width: calc(33.3333333333% - 25px);
}
@media only screen and (max-width: 768px) {
  .show-three {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 600px) {
  .show-three {
    width: 100%;
  }
}

.discover--card-link {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .discover--card-main {
    flex-wrap: wrap;
  }
}
.discover--card-main .card-image {
  position: relative;
}
.discover--card-main .heart-btn {
  position: absolute;
  right: 5px;
  top: 0px;
}
.discover--card-label {
  left: 15px;
}
.discover--card-offer {
  position: absolute;
  top: 15px;
  width: 90%;
  left: 0;
  right: 0px;
  margin: 0 auto;
}
.discover--card-body {
  border-radius: 0 0 15px 15px;
}
.discover--card-body a {
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .discover--card-list {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.discover--card-img {
  max-height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.price--original-strikethrough {
  text-decoration: line-through;
}
.price--button-addBag {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 10px;
}

.wellness--partner-wrap {
  padding-bottom: 120px;
}
@media only screen and (max-width: 600px) {
  .wellness--partner-wrap {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .wellness--partner-info {
    flex-wrap: wrap;
  }
}
.wellness--partner-list {
  position: relative;
}
.wellness--partner-list::before {
  content: "";
  background-image: url("../images/leave-2.svg");
  background-repeat: no-repeat;
  width: 53px;
  height: 36px;
  position: absolute;
  top: 53px;
  right: 50%;
  background-color: #006242;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 768px) {
  .wellness--partner-list::before {
    display: none;
  }
}
.wellness--partner-slider {
  position: relative;
}
.wellness--partner-slider::before {
  content: "";
  background-image: url("../images/leave-1.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 52px;
  position: absolute;
  top: 35px;
  left: 100px;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 768px) {
  .wellness--partner-slider::before {
    display: none;
  }
}
.wellness--partner-slider::after {
  content: "";
  background-image: url("../images/leave-3.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 74px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 768px) {
  .wellness--partner-slider::after {
    display: none;
  }
}
.wellness--partner-slider .slick-dots {
  bottom: -50px;
}
.wellness--partner-left {
  width: 60%;
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .wellness--partner-left {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .wellness--partner-left {
    width: 100%;
    order: 2;
  }
}
.wellness--partner-right {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .wellness--partner-right {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .journey--holistic-wrapper .btn-view {
    max-width: 100%;
  }
}
.journey--holistic-wrapper .slick-dots li button {
  background: #EAE9DB;
}
@media only screen and (max-width: 768px) {
  .journey--holistic-main {
    flex-wrap: wrap;
    margin: 30px 0;
  }
}
.journey--holistic-main .slick-dots {
  bottom: -5px;
}
.journey--holistic-card {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .journey--holistic-card {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.journey--holistic-card::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 0px 0px 11px 11px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0px;
}
.journey--holistic-info {
  position: absolute;
  bottom: 20px;
  width: 92%;
  left: 10px;
  right: 10px;
  margin: 0 auto;
}

.satisfied--customer-slider .slick-list {
  padding-left: calc((95vw - 1200px) / 2);
}
@media only screen and (max-width: 768px) {
  .satisfied--customer-slider .slick-list {
    padding-left: 0;
    padding: 0 5%;
  }
}
.satisfied--customer-slider .slick-slide {
  display: flex !important;
  margin-right: 20px;
  padding: 80px 30px 20px;
  border-radius: 15px;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .satisfied--customer-slider .slick-slide {
    padding-top: 40px;
  }
}
.satisfied--customer-slider .slick-track {
  display: flex !important;
}
.satisfied--customer-slider .slick-slide {
  height: auto;
}
.satisfied--customer-slider .slick-disabled {
  opacity: 0.5;
}
.satisfied--customer-slider .slider-arrow {
  position: absolute;
  top: -145px;
  font-size: 1.0625em;
  cursor: pointer;
  z-index: 10;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #000000;
  z-index: 2;
  border: 0px;
  background: inherit;
}
@media only screen and (max-width: 660px) {
  .satisfied--customer-slider .slider-arrow {
    top: inherit;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    font-size: 1.25em;
  }
}
.satisfied--customer-slider .slider-prev {
  right: 74px;
}
@media only screen and (max-width: 660px) {
  .satisfied--customer-slider .slider-prev {
    left: -60px;
    right: 0;
  }
}
.satisfied--customer-slider .slider-next {
  right: 35px;
}
@media only screen and (max-width: 660px) {
  .satisfied--customer-slider .slider-next {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .our--partner-wrap {
    padding-bottom: 50px;
  }
}
.our--partner-info {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .our--partner-info {
    padding: 20px 0px;
  }
}
.our--partner-info .btn {
  max-width: 230px;
}
.our--partner-img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px 11px 48px 11px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .our--partner-img {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .our--partner-main {
    flex-wrap: wrap;
  }
}
.our--partner-list {
  position: relative;
  width: calc(50% - 50px);
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .our--partner-list {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.our--partner-list:last-child {
  margin-right: 0;
}
.our--partner-list .batch-img {
  position: absolute;
  bottom: 10px;
  right: 7px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .our--partner-list .batch-img {
    width: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .subscribe--wrap {
    padding: 50px 0px;
  }
}
.subscribe--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .subscribe--main {
    flex-wrap: wrap;
  }
}
.subscribe--left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .subscribe--left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.subscribe--right {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .subscribe--right {
    width: 100%;
    text-align: left;
    position: relative;
  }
}
.subscribe--right input {
  width: 300px;
  height: 50px;
  border: 0px;
  padding: 0 15px;
  border-radius: 10px 0px 0px 10px;
  font-size: 1em;
  color: #9B9B9B;
}
@media only screen and (max-width: 768px) {
  .subscribe--right input {
    width: 200px;
  }
}
@media only screen and (max-width: 660px) {
  .subscribe--right input {
    width: 92%;
    border-radius: 10px;
  }
}
.subscribe--btn {
  position: relative;
  left: -10px;
  border-radius: 0px 10px 10px 0px;
  top: 0px;
}
@media only screen and (max-width: 660px) {
  .subscribe--btn {
    position: absolute;
    right: 0px;
    left: inherit;
    height: 50px;
    top: 0px;
    max-width: 129px;
  }
}

.btn-sale {
  padding: 5px 15px;
  border-radius: 15px;
  display: block;
  color: #000000;
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
  z-index: 9;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .navbar {
    border-bottom: 1px solid #E5E5E5;
  }
}
.navbar.fixed {
  position: fixed;
}
.navbar .offer-heading {
  position: relative;
}
.navbar .offer-heading::before {
  content: "";
  background-image: url("../images/offer-line.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 7px;
  position: absolute;
  bottom: -6px;
}

@media only screen and (max-width: 768px) {
  .top--header {
    display: none !important;
  }
}

.header.desktop--header .container--responsive .top--menu-nav {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .header.desktop--header .container--responsive .top--menu-nav {
    display: none !important;
  }
}
.header.desktop--header .container--responsive .top--menu-nav::before, .header.desktop--header .container--responsive .top--menu-nav:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.header.desktop--header .container--responsive .top--menu-nav::before {
  border-top: 1px solid #E5E5E5;
  bottom: 0px;
  top: inherit;
}
.header.desktop--header .container--responsive .top--menu-nav:after {
  border-bottom: 1px solid #E5E5E5;
  top: 133px;
}
.header.desktop--header .container--responsive .top--menu-list {
  margin-right: 50px;
}
.header.desktop--header .container--responsive .top--menu-list:last-child {
  margin-right: 0;
}
.header.desktop--header .container--responsive .top--menu-item {
  color: #000000;
  text-decoration: none;
}
.header.desktop--header .container--responsive .top--menu-item:hover {
  color: #F5C600;
}
.header.desktop--header .container--responsive .top--menu-item .cart-count {
  width: 32px;
  height: 32px;
  background-color: #F5C600;
  color: #000000;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .menu--navigation {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    height: 100%;
    transform: translate3d(-102%, 0, 0);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 75%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
  }
  .menu--navigation.show {
    transform: translateZ(0);
    opacity: 1;
  }
  .menu--navigation.show .nav--menu-main {
    background-color: #ffffff;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    overflow-y: scroll;
    justify-content: flex-start;
    padding: 120px 40px 0px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu--navigation.show .nav--menu-list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu--navigation.show .nav--menu-logo {
    display: none;
  }
}

.nav--menu-item {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .nav--menu-item {
    font-size: 1.25em;
  }
}
.nav--menu-item:hover {
  color: #F5C600;
}

.main--navigation {
  background-color: #ffffff;
  text-align: right;
  width: 100%;
  transition: top 1s ease;
  top: -40px;
  left: 0;
  width: 100%;
}
.main--navigation.header-scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .main--navigation.header-scrolled {
    width: 100%;
  }
}
.main--navigation.header-scrolled .logo {
  width: 70px;
}

.hamburger-box {
  width: 19px;
  height: 18px;
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .hamburger-box {
    display: block;
  }
}
.hamburger-box.active {
  top: 0px;
}
.hamburger-box.active .hamburger-inner:before {
  opacity: 0;
}
.hamburger-box.active .hamburger-inner:after {
  transform: rotate(90deg);
  bottom: 0px;
}
.hamburger-inner {
  width: 30px;
  height: 2px;
  background-color: #000000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000000;
  border-radius: 0;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  left: 0;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.mobile--menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile--menu {
    display: flex;
    align-items: center;
  }
}
.mobile--logo {
  width: 50px;
}
.mobile--cart-list a {
  text-decoration: none;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .footer--main {
    flex-wrap: wrap;
  }
}
.footer--left {
  width: 70%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer--left {
    width: 100%;
    flex-direction: column;
  }
}
.footer--left:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  position: absolute;
  width: 70%;
  top: 46px;
}
@media only screen and (max-width: 768px) {
  .footer--left:after {
    display: none;
  }
}
.footer--right {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .footer--right {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer--right .footer--title {
    border: 0;
  }
}
.footer--nav-main {
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .footer--nav-main {
    margin-right: 0;
  }
}
.footer--nav-main:last-child {
  margin-right: 0;
}
.footer--nav-list {
  padding-top: 25px;
}
.footer--nav-list li {
  margin-bottom: 20px;
}
.footer--nav-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
}
.footer--title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .footer--title {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.footer--social-link li {
  margin-right: 10px;
}
.footer--social-link li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .footer--social-link {
    border-bottom: 1px solid #ffffff;
  }
}
.footer--chat {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer--copyright-main {
    flex-wrap: wrap;
  }
}
.footer--copyright-list {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer--copyright-list {
    margin-bottom: 14px;
    margin-right: 23px;
  }
}
.footer--copyright-list::after {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  right: -15px;
  top: 3px;
  border-right: 1px solid #ffffff;
}
.footer--copyright-list:last-child {
  margin-right: 0;
}
.footer--copyright-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
}
.footer--copyright-list:last-child::after {
  display: none;
}

.contact--customer-wrap {
  border-top: 1px solid #ffffff;
}
.contact--customer-main {
  border-bottom: 1px solid #ffffff;
}
.contact--customer-list {
  padding-bottom: 10px;
}
.contact--customer-list a {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .product--wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product--category {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .product--category {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .product--main {
    flex-direction: column;
  }
}
.product--left {
  width: 50%;
  max-height: 600px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .product--left {
    width: 100%;
    order: 2;
    max-height: inherit;
    height: auto;
    flex-wrap: wrap;
  }
}
.product--right {
  width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .product--right {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.product--price {
  border-bottom: 1px solid #C7C7C7;
}
.product--tab-item {
  text-decoration: none;
  color: #A7A7A7;
  font-size: 1em;
}
.product--tab-nav {
  padding: 14px 0;
  border-bottom: 1px solid #A7A7A7;
}
.product--tab-list {
  position: relative;
}
.product--tab-list.active .product--tab-item {
  color: #000000;
}
.product--tab-list.active .product--tab-item::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #006242;
  width: 100%;
  height: 2px;
  bottom: -16px;
  left: 0px;
}
.product--tab-dtl {
  margin: 20px 0;
}
.product--tab-para {
  font-size: 1em;
  line-height: 1.5;
}
.product--form {
  width: 30%;
  margin-left: 40px;
  border: 1px solid #006242;
  padding: 20px;
  position: sticky;
  top: 16vh;
}
@media only screen and (max-width: 768px) {
  .product--form {
    width: 100%;
    margin-left: 0;
    display: none;
  }
}
.product--logo-main {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 13px 20px;
}
.product-image-single {
  width: 75%;
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  .product-image-single {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 18px;
  }
}
.product-image-single .slick-list {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .product-image-single .slick-list {
    flex-direction: column;
  }
}
.product-image-single .slick-slide img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .product-image-single .slick-slide img {
    max-height: 375px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-image-thumb {
  width: 25%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .product-image-thumb {
    width: 100%;
    display: flex;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .product-image-thumb .slick-track {
    display: flex;
    height: inherit !important;
  }
}
@media only screen and (max-width: 768px) {
  .product-image-thumb .slick-list {
    height: inherit !important;
  }
}
.product-image-thumb .slick-slide {
  margin-bottom: 15px;
}
.product-image-thumb .slick-slide:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .product-image-thumb .slick-slide {
    margin-right: 5px;
  }
}
.product--size-rate {
  border-top: 1px solid #C7C7C7;
  padding-top: 20px;
}

.explore--products-wrapper .discover--card-main {
  max-width: 90%;
  margin: 50px auto 0;
}
.explore--products-wrapper .discover--card-list {
  margin-right: 35px;
}
.explore--products-wrapper .discover--card-list:last-child {
  margin-right: 0;
}
.explore--products-wrapper .discover--card-image {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .explore--products-wrapper .discover--card-image {
    max-height: 240px;
  }
}

.faq--section-main {
  max-width: 90%;
  margin: 0 auto;
}
.faq-title {
  position: relative;
}
.faq-title:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 2px;
  right: 5px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.faq-para {
  font-size: 0.9375em;
  line-height: 1.5;
}

.xzoom-lens img,
.xzoom-preview img,
.xzoom-source img {
  display: block;
  max-width: none;
  max-height: none;
  transition: none;
}

.xzoom-container {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .xzoom-container {
    flex-direction: column;
    width: 100%;
  }
}

.xzoom-thumbs {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .xzoom-thumbs {
    display: flex;
    justify-content: space-between;
  }
}

.xzoom {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .xzoom {
    margin-bottom: 18px;
    max-height: 475px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  .xzoom-gallery,
  .xzoom-gallery2,
  .xzoom-gallery3,
  .xzoom-gallery4,
  .xzoom-gallery5 {
    margin-right: -15px;
    margin-left: -5px;
  }
}

.xzoom-hidden,
.xzoom-source {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  overflow: hidden;
}

.xzoom-preview {
  border: 1px solid #888;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}

.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../example/images/xloading.gif);
  width: 48px;
  height: 48px;
}

.xactive {
  box-shadow: 0 0 3px 0 #4aa9d2;
  border: 1px solid #4aaad2;
  height: 80px;
}

.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #ffffff;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding: 10px;
}

.product--radio-btn {
  position: relative;
}
.product--radio-btn input[type=radio] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.product--radio-btn label {
  text-align: center;
  cursor: pointer;
  background-color: #E5E5E5;
  padding: 5px 17px;
  border-radius: 17px;
  transition: all 0.3s ease-out;
  margin-right: 15px;
  margin-bottom: 12px;
}
.product--radio-btn input[type=radio]:checked + label {
  background-color: #F5C600;
}
.product--radio-btn [type=radio]:checked + label,
.product--radio-btn [type=radio]:not(:checked) + label {
  padding-left: 17px !important;
}
.product--radio-btn [type=radio]:checked + label:before,
.product--radio-btn [type=radio]:not(:checked) + label:before,
.product--radio-btn [type=radio]:checked + label:after {
  display: none !important;
}
.product--mobile-list {
  width: 100%;
}
.product--mobile-rate {
  border-bottom: 1px solid #C7C7C7;
}
.product--stick-btn {
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
}

.userlogin--cont {
  width: 60%;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  .userlogin--cont {
    width: 100%;
  }
}
.userlogin--img {
  width: 40%;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .userlogin--img {
    display: none;
  }
}
.userlogin--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.userlogin--logo img {
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .userlogin--logo img {
    display: none;
  }
}
.userlogin--form {
  max-width: 500px;
  margin: 0 auto;
}
.userlogin--form-info .proceed-btn {
  border-radius: 4px;
  max-width: 100%;
}
.userlogin--form .login-btn {
  background-color: #ffffff;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}
.userlogin--form .loginwith {
  position: relative;
}
.userlogin--form .loginwith::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background-color: #C7C7C7;
  left: 0px;
  top: 8px;
}
.userlogin--form .loginwith::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background-color: #C7C7C7;
  right: 0px;
  top: 8px;
}

.verification--code-input {
  max-width: 500px;
  margin: 0 auto 20px;
}
.verification--code-input:last-child input {
  margin-right: 0;
}
.verification--code-input input[type=text] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  font-size: 1.125em;
  margin-right: 24px;
  display: inline-block;
}

.form--half-main .half {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .form--half-main .half {
    width: 100%;
  }
}
.form--half-main .half .phonecode {
  width: 93%;
}
.form--half-main .half-three {
  width: 33%;
  margin-right: 40px;
}
.form--half-main .half-three:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .form--half-main .half-three {
    width: 100%;
    margin-right: 0;
  }
}

.application--wrap .userlogin--form {
  max-width: inherit;
}
.application--wrap .userlogin--form .professional--form .phone--num .phonecode input {
  width: 92%;
}
@media only screen and (max-width: 768px) {
  .application--wrap .userlogin--form .professional--form .form--half-main {
    flex-direction: column;
  }
}
.application--wrap .userlogin--cont {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .tracking--status-wrap .section--title {
    margin-bottom: 40px;
  }
}
.tracking--status-form {
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 54px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .tracking--status-form {
    padding: 30px 17px;
  }
}
.tracking--status-input {
  max-width: 467px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .tracking--status-input {
    margin-bottom: 20px;
  }
}
.tracking--status-search {
  max-width: 450px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .tracking--status-search {
    margin-bottom: 20px;
  }
}
.tracking--status-btn {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tracking--status-btn {
    max-width: 100%;
  }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #4B4B4B;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.contact--form-main {
  max-width: 600px;
}

.file-drop-area {
  position: relative;
  padding: 20px;
  border: 1px dashed #9B9B9B;
  border-radius: 4px;
  transition: 0.2s;
  text-align: center;
}

.fake-btn {
  color: #168DF4;
  text-decoration: underline;
}

.file-msg {
  font-size: 0.875em;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 10px;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.modal {
  max-width: 800px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150vh);
  z-index: 102;
  transition: transform 350ms ease-in-out;
}
@media only screen and (max-width: 500px) {
  .modal {
    top: 0;
    left: 0;
    transform: translate(0, -150vh);
  }
}
.modal.show {
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 500px) {
  .modal.show {
    transform: translate3d(0%, 10%, 0);
    width: 90%;
    margin: 0 auto;
    right: 0px;
  }
}
.modal--close {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 2.5em;
  color: #ffffff;
}
.modal .modal-content {
  padding: 40px 50px;
  background-color: #ffffff;
}
.modal .modal-content .close {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 28px;
  padding: 0;
  height: auto;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  .modal .modal-content {
    overflow: hidden;
    overflow-y: scroll;
    padding: 50px 20px;
  }
}
.modal.wide {
  max-width: 950px;
}
@media only screen and (max-width: 500px) {
  .modal.wide {
    max-height: 100vh;
    height: 100%;
  }
  .modal.wide .modal-content {
    border-radius: 0;
    height: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 101;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.overlay.show {
  opacity: 1;
  pointer-events: all;
}

.myaccount--tab-vertical {
  width: 89%;
  border: 1px solid #C7C7C7;
  margin: 0 auto;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .myaccount--tab-vertical {
    flex-direction: column;
  }
}
.myaccount--tab-list {
  font-size: 0.875em;
}
.myaccount--tab-list.active a {
  background-color: #98D8BD;
  border-radius: 15px;
}
.myaccount--tab-item {
  font-weight: 500;
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
}
.myaccount--tab-main {
  padding: 20px 30px;
  width: 100%;
}
.myaccount--tab-nav {
  width: 30%;
  background-color: #D0EAE0;
}
@media only screen and (max-width: 768px) {
  .myaccount--tab-nav {
    width: 100%;
  }
}
.myaccount--tab-nav .lightGreenPanel {
  background-color: #DEF4EC;
}
.myaccount--tab-nav .darkGreenPanel {
  background-color: #D0EAE0;
}
.myaccount--tab-dtl {
  width: 70%;
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .myaccount--tab-dtl {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .myaccount--tab-info .btn-view {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #resetPasswordForm, #earnPointsForm, .profile--form {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  #resetPasswordForm .dashboard--form, #earnPointsForm .dashboard--form, .profile--form .dashboard--form {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #resetPasswordForm .form--half-main, #earnPointsForm .form--half-main, .profile--form .form--half-main {
    flex-direction: column;
  }
}
#resetPasswordForm .dashboard--form, #earnPointsForm .dashboard--form, .profile--form .dashboard--form {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #resetPasswordForm .dashboard--form, #earnPointsForm .dashboard--form, .profile--form .dashboard--form {
    width: 100%;
  }
}
#resetPasswordForm .resetbtn, #earnPointsForm .resetbtn, .profile--form .resetbtn {
  max-width: 250px;
}

.product--card-list {
  overflow-y: auto;
  max-height: 570px;
}
.product--card-item {
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 50px;
}
.product--card-item .btncart {
  max-width: 100%;
}
.product--card-img {
  width: 40%;
}
.product--card-img img {
  width: 120px;
  height: 116px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .product--card-img img {
    height: 90px;
  }
}
.product--card-info {
  width: 60%;
  padding-left: 40px;
}

.profile-tabs li {
  background: none;
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 0.875em;
  margin-right: 20px;
  color: #A5A5A5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .profile-tabs li {
    padding: 6px;
    margin-right: 6px;
  }
}
.profile-tabs li.current {
  background: #F5C600;
  color: #000000;
}

.mypurchase--wrap {
  overflow-y: auto;
  max-height: 510px;
  padding-right: 10px;
}
.mypurchase--main {
  border: 1px solid #C7C7C7;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mypurchase--main {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--main .btn--buy {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--delivered {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--dtl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--list {
    flex-direction: column;
    margin-top: 20px;
  }
}
.mypurchase--img {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .mypurchase--img {
    width: 100%;
    text-align: center;
  }
}
.mypurchase--img img {
  border-radius: 15px;
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mypurchase--img img {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mypurchase--list {
    flex-direction: column;
  }
}
.mypurchase--cont {
  width: 80%;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .mypurchase--cont {
    width: 100%;
    padding-left: 0;
  }
}
.mypurchase--review {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .mypurchase--review {
    margin-bottom: 5px;
  }
}

.profiletab-content {
  display: none;
}
.profiletab-content.current {
  display: inherit;
}

.available--balance-wrap {
  border-radius: 8px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .available--balance-wrap {
    margin-top: 40px;
    padding-left: 20px;
    flex-direction: column;
  }
}

.create--review-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 20px;
  margin-top: 0;
}
.create--review-img {
  width: 95px;
}
.create--review-img img {
  border-radius: 15px;
}
.create--review-cont {
  padding-left: 30px;
}
.create--overall-rating {
  padding: 10px 0;
}
.create--overall-rating .rating-img {
  padding: 15px 0;
  border-bottom: 1px solid #C7C7C7;
}
.create--written-review {
  padding: 10px 0;
}

.modal-review .modal--close {
  top: 0;
  color: #000000;
  right: 20px;
}

.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: flex;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}/*# sourceMappingURL=style.css.map */